---
title: "Get current fuel prices by country"
method: GET
path: "/api/fuel/prices"
tags: ["Fuel Prices"]
---

# Get current fuel prices by country

`GET /api/fuel/prices`

Returns current retail fuel prices by country. Price keys follow the runtime FuelGradeCatalog::ORDER plus the legacy premium alias. Prices are cached and include source attribution.

## Query parameters

- `source` string

## Response `200`

Fuel prices by country code

- FuelPricesResponse
  - `success` boolean
  - `data` object
  - `meta` object
  - `_attribution` Attribution
    - `data_source` string
    - `license` string
    - `attribution_url` string, uri
    - `attribution_html` string
    - `your_source` string

---

[API](https://skmtc.dev/openvan/apis/openvan-camp-ai-public-api.md) · [All operations](https://skmtc.dev/openvan/apis/openvan-camp-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openvan/openvan-camp-ai-public-api/revisions/3f278a32bbb0/schema)
