Aviation Fuel Pilot
Pilot endpoint for aviation fuel workflows.
Pilot / Sales-Gated
/v1/aviation-fuel/pilot is live but not currently granted by a standard self-serve tier. Access is sales-gated or grandfathered while the aviation fuel product is reconciled. Contact support before hardcoding aviation codes in production.
GET/v1/aviation-fuel/pilot
Request
curl "https://api.oilpriceapi.com/v1/aviation-fuel/pilot?region=us-gulf" \
-H "Authorization: Token YOUR_API_KEY"
| Parameter | Type | Required | Description |
|---|---|---|---|
region | string | No | Region or configured market |
from, to | date | No | Date range where supported |
Response
{
"status": "success",
"data": {
"product": "jet_fuel",
"region": "us-gulf",
"price": 2.42,
"currency": "USD",
"unit": "gallon",
"updated_at": "2026-07-15T14:30:00Z"
}
}
Error Cases
| Status | When |
|---|---|
400 | Invalid region or date |
401 | Missing or invalid API key |
403 | Aviation fuel entitlement missing |
402 | Plan/account not configured |