Premium maritime fuel bundle endpoints.
| Method | Endpoint | Description |
|---|
| GET | /v1/maritime-fuels/bundle | Current maritime fuel bundle |
| GET | /v1/maritime-fuels/historical | Historical maritime fuel bundle |
curl "https://api.oilpriceapi.com/v1/maritime-fuels/bundle" \
-H "Authorization: Token YOUR_API_KEY"
{
"status": "success",
"data": {
"bundle": "maritime_fuels",
"updated_at": "2026-07-15T14:30:00.000Z",
"prices": [
{
"code": "VLSFO_SGSIN_USD",
"port_code": "SGSIN",
"fuel_type": "VLSFO",
"price": 615.25,
"currency": "USD"
}
]
}
}
curl "https://api.oilpriceapi.com/v1/maritime-fuels/historical?from=2026-01-01&to=2026-01-31" \
-H "Authorization: Token YOUR_API_KEY"
| Surface | Use When |
|---|
/v1/prices/marine-fuels/* | You need the standard current/historical marine fuel price API |
/v1/bunker-fuels/* | You need bunker comparison, spreads, or export workflows |
/v1/maritime-fuels/* | You need the premium bundle shaped for maritime data products |
/v1/marine-ports/* | You need port metadata |
| Status | When |
|---|
400 | Invalid date or filter |
401 | Missing or invalid API key |
403 | Premium maritime entitlement missing |
402 | Plan/quota issue |