Fuel Prices API
Returns current petrol and diesel prices from over 7,800 UK fuel stations with 154,000 price snapshots in history. Query by postcode to find cheapest nearby, retrieve individual station details and price history, and access national trend data. Built for route planning apps, fleet management tools and consumer comparison services. Covers UK data only.
Fuel Prices API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Fuel Prices API | ||
| GET |
Fuel Price Trend by Postcode /api/v1/data/fuel/trends/postcode/{postcode} |
Returns average fuel price trend for stations near a postcode over a configurable period. |
| GET |
Cheapest Fuel by Postcode /api/v1/data/fuel/cheapest/{postcode} |
Returns fuel stations sorted by price (cheapest first) for a given fuel type near a postcode. |
| GET |
National Fuel Price Trends /api/v1/data/fuel/trends/national |
Returns national average fuel prices by day over a configurable period. |
| GET |
Fuel Stations by Postcode /api/v1/data/fuel/postcode/{postcode} |
Returns fuel stations near a postcode sorted by distance. Filter by fuel type, brand, price and opening hours. |
| GET |
Fuel Station by ID /api/v1/data/fuel/station/{node_id} |
Returns a single fuel station with live prices and opening hours by node ID. |
| GET |
Fuel Station Price History /api/v1/data/fuel/history/{node_id} |
Returns price history for a fuel station over a configurable number of days. |
Fuel Prices API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $9.99 / month | 10 / second |
|
| ULTRA | $29.99 / month | 10 / second |
|
| MEGA | $79.99 / month | 10 / second |
|