UK Daily Fuel Prices
# UK Pump Prices API The UK Pump Prices API provides real-time fuel price data from leading UK retailers. ## Features - Retrieve petrol prices from various UK petrol retailers. - Search for petrol stations by town, postcode, or brand. - Filter petrol stations by fuel type (e.g., E10). - Fetch nearby petrol stations based on latitude and longitude. - Access the latest update times from each data…
UK Daily Fuel Prices endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Status /api/petrol-prices/status |
Returns the status of all data sources |
| GET |
Get Fuel Types /api/petrol-prices/fuel-types |
Returns a list of the available fuel-types |
| GET |
Get all petrol stations and petrol prices /api/petrol-prices |
Returns the complete dataset from all data sources. Includes default pagination. |
| GET |
Search by Address or Postcode /api/petrol-prices/search |
Returns petrol stations in a given town or city. You can also search by postcode. Example: GET /api/petrol-prices/search?postcode=E6 7ER Example: GET… |
| GET |
Get by Brand /api/petrol-prices/brand/{brand} |
Returns all data for a specific brand (e.g., Tesco, Asda, Sainsbury's). Example: GET /api/petrol-prices/Tesco Includes default pagination. Example: GET… |
| GET |
Filter by fuel type /api/petrol-prices/fuel-type/{type} |
Returns data filtered by fuel type (e.g., E10). Example: GET /api/petrol-prices/fuel-type/B7 |
| GET |
Get nearby stations /api/petrol-prices/nearby |
Returns nearby petrol stations based on latitude, longitude, and radius. Example: GET /api/petrol-prices/nearby?lat=53.3806457&lon=-1.46941&radius=3 |
| GET |
Get by price range /api/petrol-prices/prices |
Returns the prices for a given fuel-type. You can search by min and max prices. Example GET /api/petrol-prices/prices?min=130&max=140&type=E10 |
| GET |
Get Updates /api/petrol-prices/updates |
Gets the date and time of the latest update for each data source. |
UK Daily Fuel Prices pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 20 / second |
|
| ULTRA | $75 / month | 30 / second |
|
| MEGA | $150 / month | 50 / second |
|