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
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"
}
}
}