{
"station_prices": [
{
"station_name": "Backabo macken Karlskrona",
"price": 19
},
{
"station_name": "OKQ8 Karlskrona",
"price": 19.64
},
{
"station_name": "din-X Karlskrona",
"price": 19.94
},
{
"station_name": "Qstar Karlshamn",
"price": 19.99
},
{
"station_name": "St1 Karlshamn",
"price": 20.99
},
{
"station_name": "St1 Sölvesborg",
"price": 21.19
},
{
"station_name": "St1 Ronneby",
"price": 21.19
},
{
"station_name": "St1 Sölvesborg",
"price": 21.19
},
{
"station_name": "St1 Olofström",
"price": 21.19
},
{
"station_name": "St1 Ronneby",
"price": 21.19
},
{
"station_name": "St1 Ronneby",
"price": 21.19
},
{
"station_name": "St1 Karlshamn",
"price": 21.19
},
{
"station_name": "St1 Karlshamn",
"price": 21.19
},
{
"station_name": "Shell Karlshamn",
"price": null
}
]
}
curl --location --request POST 'https://zylalabs.com/api/12000/retrieve+sweden+fuel+price+information+api/22854/diesel+fuel+prices' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"county":"Required","country":"Required"}'
{
"items": [
{
"station": "Backabo macken Karlskrona",
"price": 15.9
},
{
"station": "St1 Karlskrona",
"price": 16.39
},
{
"station": "St1 Karlshamn",
"price": 16.39
},
{
"station": "St1 Karlshamn",
"price": 16.64
},
{
"station": "St1 Karlshamn",
"price": 16.64
},
{
"station": "St1 Sölvesborg",
"price": 16.64
},
{
"station": "St1 Ronneby",
"price": 16.64
},
{
"station": "St1 Sölvesborg",
"price": 16.64
},
{
"station": "St1 Olofström",
"price": 16.64
},
{
"station": "St1 Ronneby",
"price": 16.64
},
{
"station": "St1 Ronneby",
"price": 16.64
},
{
"station": "Preem Karlskrona",
"price": "Okänt"
},
{
"station": "Preem Karlshamn",
"price": "Okänt"
},
{
"station": "Listermacken Sölvesborg",
"price": "Okänt"
}
]
}
curl --location --request POST 'https://zylalabs.com/api/12000/retrieve+sweden+fuel+price+information+api/22855/e10+fuel+prices' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"stations": [
{
"name": "St1 Ronneby Karlshamnsvägen / Sörbyvägen",
"price": "13,64kr"
},
{
"name": "St1 Sölvesborg Skånevägen 30",
"price": "13,64kr"
},
{
"name": "St1 Olofström Östra ringvägen 294",
"price": "13,64kr"
},
{
"name": "St1 Ronneby Västervägen 2 / Kallinge",
"price": "13,64kr"
},
{
"name": "St1 Ronneby Bräknevägen 17 / Bräkne-hoby",
"price": "13,64kr"
},
{
"name": "St1 Karlshamn Hinseleden",
"price": "13,64kr"
},
{
"name": "St1 Karlshamn Jannebergsvägen 6",
"price": "13,64kr"
},
{
"name": "St1 Sölvesborg Snapphanegatan",
"price": "13,64kr"
},
{
"name": "Gulf Olofström Östra Storgatan 44",
"price": "Okänt"
},
{
"name": "Övriga Olofström Oljeshejkerna / Brostugevägen 2",
"price": "Okänt"
},
{
"name": "Preem Olofström Lönsbodavägen",
"price": "Okänt"
},
{
"name": "Ingo Karlshamn Österport: Idrottsvägen 1",
"price": "Okänt"
},
{
"name": "Övriga Sölvesborg Hanöläge",
"price": "Okänt"
},
{
"name": "Qstar Ronneby Värensvägen 53 backaryd",
"price": "Okänt"
}
]
}
]
curl --location --request POST 'https://zylalabs.com/api/12000/retrieve+sweden+fuel+price+information+api/22856/etanol+fuel+prices' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"county":"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 Retrieve Sweden Fuel Price Information 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 🎉)
This API provides structured access to up-to-date fuel information at different service stations. Its main purpose is to enable applications, platforms, and digital services to easily consult data related to fuel prices and the identification of the stations where they are sold. Supported fuels include diesel, E10 gasoline, and ethanol, three of the most common types used in different energy markets.
The service is designed to deliver clear and consistent responses, typically in standard data formats used in web integrations, making it easy to use in mobile applications, web systems, monitoring dashboards, and analysis tools. Each API response can include key information such as the name of the gas station, the type of fuel queried, and its corresponding price. This allows developers and companies to build solutions that compare prices, inform users about current costs, or integrate energy data into broader systems.
Each endpoint returns structured data related to fuel prices at various service stations in Sweden. The Diesel, E10, and Ethanol endpoints provide information on fuel prices specific to the queried fuel type and county.
The key fields in the response data include the name of the gas station, the type of fuel, and its corresponding price. For Ethanol, the response also includes the station's location details.
The response data is organized in a JSON format. Diesel and E10 endpoints return an array of objects, each containing station names and prices, while the Ethanol endpoint includes a nested structure with station details.
Each endpoint accepts a parameter for the county, allowing users to specify which region's fuel prices they want to retrieve. The available counties include Blekinge, Dalarna, Gotland, and others.
Each endpoint provides current fuel prices for Diesel, E10, and Ethanol, along with the names of the service stations where these fuels are available. This allows users to compare prices across different locations.
Data accuracy is maintained through regular updates from reliable sources, ensuring that the fuel prices reflect the latest market conditions. Quality checks are implemented to verify the consistency of the data.
Typical use cases include developing applications for price comparison, informing users about current fuel costs, and integrating fuel price data into monitoring dashboards or analysis tools for energy consumption.
Users can utilize the returned data by parsing the JSON response to extract relevant information, such as the lowest fuel prices in a specific county, and displaying it in user-friendly formats within their applications.
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