Fuel Finder UK API
Access real-time fuel prices across the UK. Build applications that help drivers save money.
Build with Fuel Finder API
Get your API keys and start integrating real-time fuel prices
Interactive API Docs
Swagger UI - Try endpoints live
ReDoc Documentation
Clean, readable reference docs
API Features
Station Search
Find stations by location with distance and price filtering
Real-time Prices
Current petrol, diesel, and premium fuel prices
Price Statistics
National averages, min/max, and regional data
Price History
Historical price data for trend analysis
Price Predictions
Trend forecasts based on historical analysis
JSON Responses
Clean, consistent JSON for easy integration
Rate Limits
| Tier | Rate Limit | Features |
|---|---|---|
| Public | 100 requests/hour | Station search, current prices, statistics |
| Registered | 1,000 requests/hour | All public features + price history |
| API Key | 10,000 requests/hour | All features + predictions + premium support |
Quick Start
Search for stations near London:
curl "https://fuel-finder.uk/api/v1/stations/?latitude=51.5074&longitude=-0.1278&radius=5"
Get national price statistics:
curl "https://fuel-finder.uk/api/v1/prices/statistics/?fuel_type=petrol"
With API key for higher limits:
curl -H "X-API-Key: your-api-key" "https://fuel-finder.uk/api/v1/prices/prediction/"
Need Higher Limits?
Get an API key for 10,000 requests per hour, access to predictions, and priority support.
Get API Keys