---
title: "Regional fuel prices"
method: GET
path: "/fuel-prices"
tags: ["fuel-prices"]
---

# Regional fuel prices

`GET /fuel-prices`

Returns regional fuel prices. Weekly US state-level (EIA) and monthly Canadian
province-level (StatCan). Use `latest=true` to get only the most recent observation
per jurisdiction + fuel_type. 24-hour cache (data refreshes daily at the source).

## Query parameters

- `jurisdiction` string
- `country` 'US' | 'CA'
- `fuel_type` 'regular' | 'midgrade' | 'premium' | 'diesel'
- `from` string, date
- `to` string, date
- `latest` boolean
- `limit` integer
- `offset` integer

## Response `200`

Paginated fuel prices

---

[API](https://skmtc.net/road511/apis/road511-traffic-api.md) · [All operations](https://skmtc.net/road511/apis/road511-traffic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/road511/road511-traffic-api/revisions/92944ef90bfd/schema)
