---
title: "Get marine fuel prices for all ports"
method: GET
path: "/v1/prices/marine-fuels"
tags: ["Marine Fuels", "Premium"]
---

# Get marine fuel prices for all ports

`GET /v1/prices/marine-fuels`

Global marine bunker fuel prices including VLSFO, HFO 380, and MGO.
Covers major bunkering ports worldwide.
**Premium Feature** - Professional tier and above.

## Response `200`

Marine fuel prices

- MarineFuelsResponse
  - `status` string
  - `data` object[]
    - `port_code` string
    - `port_name` string
    - `prices` object
      - `VLSFO` number
      - `HFO_380` number
      - `MGO` number
    - `currency` string
    - `unit` string
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Premium access required
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/revisions/5a5ce424cacc/schema)
