Marine Fuel API
Access latest available marine fuel (bunker) prices from major ports worldwide. Get current prices for MGO, VLSFO, and HFO grades across 8 major bunkering hubs.
Overview
The Marine Fuel API provides:
- Source-timestamped bunker prices from 8 major ports
- 4 fuel grades (MGO 0.5%S, VLSFO, HFO 380, HFO 180)
- Port-specific pricing with geographic data
- Historical price tracking
- Regional filtering capabilities
Coverage
Ports
- Singapore (SGSIN) - World's largest bunkering hub
- Rotterdam (NLRTM) - Europe's main bunkering port
- Houston (USHOU) - US Gulf Coast hub
- Fujairah (AEFUJ) - Middle East hub
- Hong Kong (HKHKG) - Asia regional hub
- Los Angeles (USLAX) - US West Coast
- New York (USNYC) - US East Coast
- Santos (BRSSZ) - South America hub
Fuel Grades
- MGO 0.5%S - Marine Gas Oil (IMO 2020 compliant)
- VLSFO - Very Low Sulfur Fuel Oil
- HFO 380 - Heavy Fuel Oil 380 CST
- HFO 180 - Heavy Fuel Oil 180 CST
Quick Start
# Get all marine fuel prices
curl -H "Authorization: Token YOUR_API_KEY" \
https://api.oilpriceapi.com/v1/prices/marine-fuels
# Get latest marine fuel prices
curl -H "Authorization: Token YOUR_API_KEY" \
https://api.oilpriceapi.com/v1/prices/marine-fuels/latest
# Get marine fuel ports
curl -H "Authorization: Token YOUR_API_KEY" \
https://api.oilpriceapi.com/v1/prices/marine-fuels/ports
Endpoints
GET /v1/prices/marine-fuels- Get all marine fuel pricesGET /v1/prices/marine-fuels/latest- Get latest marine fuel pricesGET /v1/prices/marine-fuels/ports- Get marine fuel port dataGET /v1/prices/marine-fuels/historical- Get historical marine fuel dataGET /v1/bunker-fuels/all- Premium bunker fuel bundleGET /v1/bunker-fuels/compare- Compare bunker fuel pricesGET /v1/maritime-fuels/bundle- Premium maritime fuel bundle
Known Dead Paths
Do not use /v1/marine-fuels/*; the supported public prefix is /v1/prices/marine-fuels/*. Also do not treat /v1/bunker-fuels/ports/:port_code or /v1/bunker-fuels/historical/:port_code as working until the backend port-code constraint is fixed.
Detailed Documentation
- All Marine Fuels - Complete marine fuel price data
- Port Data - Port information and capabilities
- Port Details - Detailed port information
- Bunker Fuels - Premium bunker fuel analytics
- Maritime Fuels - Maritime fuel bundle endpoints