The State Gas Price Averages API provides real-time access to state-level average gas prices across the United States. It allows users to query specific gas price categories (regular, mid-grade, premium, and diesel) while filtering results by state.
[
{
"states": [
{
"state_name": "Alaska"
},
{
"state_name": "Alabama"
},
{
"state_name": "Arkansas"
},
{
"state_name": "Arizona"
},
{
"state_name": "California"
},
{
"state_name": "Colorado"
},
{
"state_name": "Connecticut"
},
{
"state_name": "District of Columbia"
},
{
"state_name": "Delaware"
},
{
"state_name": "Florida"
},
{
"state_name": "Georgia"
},
{
"state_name": "Hawaii"
},
{
"state_name": "Iowa"
},
{
"state_name": "Idaho"
},
{
"state_name": "Illinois"
},
{
"state_name": "Indiana"
},
{
"state_name": "Kansas"
},
{
"state_name": "Kentucky"
},
{
"state_name": "Louisiana"
},
{
"state_name": "Massachusetts"
},
{
"state_name": "Maryland"
},
{
"state_name": "Maine"
},
{
"state_name": "Michigan"
},
{
"state_name": "Minnesota"
},
{
"state_name": "Missouri"
},
{
"state_name": "Mississippi"
},
{
"state_name": "Montana"
},
{
"state_name": "North Carolina"
},
{
"state_name": "North Dakota"
},
{
"state_name": "Nebraska"
},
{
"state_name": "New Hampshire"
},
{
"state_name": "New Jersey"
},
{
"state_name": "New Mexico"
},
{
"state_name": "Nevada"
},
{
"state_name": "New York"
},
{
"state_name": "Ohio"
},
{
"state_name": "Oklahoma"
},
{
"state_name": "Oregon"
},
{
"state_name": "Pennsylvania"
},
{
"state_name": "Rhode Island"
},
{
"state_name": "South Carolina"
},
{
"state_name": "South Dakota"
},
{
"state_name": "Tennessee"
},
{
"state_name": "Texas"
},
{
"state_name": "Utah"
},
{
"state_name": "Virginia"
},
{
"state_name": "Vermont"
},
{
"state_name": "Washington"
},
{
"state_name": "Wisconsin"
},
{
"state_name": "West Virginia"
},
{
"state_name": "Wyoming"
}
]
}
]
curl --location --request POST 'https://zylalabs.com/api/6186/state+gas+price+averages+api/8615/get+available+states' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"state": "Ohio",
"regular_gas_price": "$3.8820"
}
]
curl --location --request POST 'https://zylalabs.com/api/6186/state+gas+price+averages+api/8616/get+regular+gas+price' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"state":"Required"}'
{"state":"Ohio","mid_grade_gas_price":"3.495"}
curl --location --request POST 'https://zylalabs.com/api/6186/state+gas+price+averages+api/8617/get+mid-grade+gas+price' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"state":"Required"}'
{"state":"Ohio","regular_gas_price":"3.995"}
curl --location --request POST 'https://zylalabs.com/api/6186/state+gas+price+averages+api/8618/get+premium+gas+price' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"state":"Required"}'
{"state":"Ohio","diesel_gas_price":"$3.591"}
curl --location --request POST 'https://zylalabs.com/api/6186/state+gas+price+averages+api/8619/get+diesel+gas+price' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"state":"Required"}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the State Gas Price Averages API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
You can retrieve average gas prices for four categories: regular, mid-grade, premium, and diesel.
You can filter the gas price data by specifying the state in your API request after retrieving the list of available states.
Yes, the API provides real-time access to state-level average gas prices across the United States.
Segmented endpoints allow for targeted queries, enabling efficient data retrieval and better performance for applications that need specific fuel price data.
Each endpoint returns average gas prices for specific fuel types (regular, mid-grade, premium, diesel) for a specified U.S. state. The data includes the state name and the corresponding average price for the selected fuel type.
The key fields in the response data include "state" (indicating the state name) and the respective fuel price field (e.g., "regular_gas_price," "mid_grade_gas_price," etc.), which provides the average price for that fuel type.
The response data is organized in JSON format, with a structure that includes the state name and the average gas price for the requested fuel type. For example, a response for regular gas might look like: {"state":"Ohio","regular_gas_price":"2.957"}.
The primary parameter used with each endpoint is the "state," which must be specified to retrieve the average gas price for that particular state. Users can obtain the list of available states from the "get available states" endpoint.
Each endpoint provides average gas prices for different fuel types (regular, mid-grade, premium, diesel) for all available U.S. states. This allows users to access specific pricing information based on their needs.
Users can utilize the returned data for various applications, such as travel planning, cost tracking, or analytics. By integrating the average gas prices into their applications, users can make informed decisions based on current fuel costs.
Typical use cases include travel planning to estimate fuel costs, budgeting for transportation expenses, and analyzing fuel price trends for business or research purposes. The data can help users optimize routes and manage expenses effectively.
Data accuracy is maintained through regular updates and quality checks from reliable sources. The API aggregates data from various fuel price reporting services to ensure that users receive the most accurate and up-to-date information available.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund