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/stations |
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 |
stations count | Number of Fuel stations in the given corridor | POST (corridor search only) | https://fuel.hereapi.com/v3/stations/count |
stations by PVID | List fuel stations | GET | https://fuel.hereapi.com/v3/stations/bulk |
station details | Fuel station details | GET | https://fuel.hereapi.com/v3/stations/{id} |
Korea specific resources
| Resource | Function | HTTP Method | Access URL |
|---|---|---|---|
stations | List fuel stations | GET | https://fuel-v2.cc.api.here.com/fuel/korea/stations |
stations | List fuel stations | POST (corridor search only) | https://fuel-v2.cc.api.here.com/fuel/korea/stations |
station details | Fuel station details | GET | https://fuel-v2.cc.api.here.com/fuel/korea/stations/{id} Resource representation format is json. |
Updated 16 days ago