v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
Gasoline Prices

Get regional regular gasoline prices

Retrieve regular gasoline prices for US national average, PAD districts, and selected state-level EIA series. ZIP and coordinate inputs are accepted for client consistency and currently fall back to national/regional EIA coverage.

FREE TIER - No additional cost

get/v1/gasoline-prices

Query parameters

statestring
Example:CA

Two-letter US state code (e.g., CA, TX, NY)

zipstring
Example:94102

US ZIP code

latnumber float
Example:37.7749

Latitude coordinate

lngnumber float
Example:-122.4194

Longitude coordinate

Response

Regional gasoline price data

statusstring

Example response

{
  "status": "success",
  "data": {
    "regional_average": {
      "price": 3.452,
      "currency": "USD",
      "unit": "gallon",
      "region": "california",
      "granularity": "state",
      "source": "EIA",
      "cached": true
    },
    "location": {
      "state_code": "CA"
    }
  }
}