Fuelwatch: Get Monthly Average Prices
Fuelwatch via Parse · government_public
Retrieve monthly average fuel prices for a region and fuel type over a date range. Returns one entry per month with the average price in cents per litre. Not all fuel type and region combinations have data available; some may return an empty array. API for retrieving Western Australia fuel prices, station details, and price trends from FuelWatch. Fulfilled by Parse from fuelwatch.gov.sg.
- automotive
- fuelwatch
- fuelwatch-gov-sg
- government-public
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/94dcac47-54ed-4b3d-940d-015801b89a29/get_monthly_average_prices
- Interface artifact
- sha256:4332c8edecad801dfd4842186f00e2d3c74ead5aef0b2239ff4b0cacd43890f5
- Manifest digest
- sha256:b02e1d3af1e0c53a7a765446e1208baf1e660ba5e0db603b037b77f9d8c212aa
Request fields
- region (string): Region name.: Allowed values: Metro, Gascoyne, Goldfields-Esperance, Great Southern, Kimberley, Mid-West, Peel, Pilbara, South-West, Wheatbelt
- date_to (string): End date in 'DD MMM YYYY' format (e.g. '01 Jun 2026'). Defaults to today's date if omitted.
- date_from (string): Start date in 'DD MMM YYYY' format (e.g. '01 Jan 2024'). Defaults to '01 Jan 2024' if omitted.
- fuel_type (string): Fuel type code.: Allowed values: ULP, PUP, DSL, BDL, LPG, 98R, E85
Example queries
- {"region":"Metro","date_to":"11 Jun 2026","date_from":"11 Dec 2025","fuel_type":"ULP"}