Resources
The following table summarizes the resources in the HERE Fuel Prices API. For each resource, the table lists the supported functions, the HTTP methods, and the access URL.
The following articles describe each of the resources individually, and the applicable parameters.
| Resource | Function | HTTP Method | Access URL |
|---|---|---|---|
fuelTypes | List fuel types | GET | https://fuel.hereapi.com/v3/fuelTypes |
fuelBrands | List fuel station brands | GET | https://fuel.hereapi.com/v3/fuelBrands |
stations | List fuel stations | GET | https://fuel.hereapi.com/v3/stations |
stations count | Number of Fuel stations in the given area | GET | https://fuel.hereapi.com/v3/stations/count |
stations | List fuel stations | POST (corridor search only) | https://fuel.hereapi.com/v3/stations |
multiple stations by id | List fuel stations | GET | https://fuel.hereapi.com/v3/stations/bulk |
station details | Fuel station details | GET | https://fuel.hereapi.com/v3/stations/{id} |