Stations by station id
The stations/bulk resource allows you to retrieve dynamic and static information about a specific fuel station, using a pds id (the station id).
Requests for this resource use the HTTP GET method.
Request
This code block shows a search request for a station with a specific pds id.
https://fuel.hereapi.com/v3/stations/bulk
?ids=1099721199&apiKey=\{YOUR\_API\_KEY\}Request Parameters
This table documents both mandatory and optional request parameters supported by the stations by station id resource.
| Parameter | Required | Description |
|---|---|---|
| apiKey | Yes | A 43-byte Base64 URL-safe encoded string used for the authentication of the client app. API Keys never expire but you can invalidate your API Keys at any time. You can't have more than two API Keys for one app at the same time. You must include an apiKey with every request. For more information on authentication, see the Identity and Access Management Developer Guide. |
ids | yes | List of required fuel stations station ids. The item's order in the response isn't guaranteed and might not match the order of the requested IDs. Non-existing sstation IDs are ignored. Maximum limit is 50 IDs per request. |
content | no | Limit the content in the response. The possible values are: • dynamic (returns only dynamic data), • all (return both, static and dynamic, data.) Default: dynamic |
iconSize | No | Request specific maximum size of brand icon image - in pixels - to match UI and bandwidth requirements.Valid values are: • 8 • 16 • 20 • 24 • 32 • 40 • 48 |
Response
Note
If the query parameter
contentis omitted, or set to 'dynamic', the response contains ONLY dynamic data for each requested fuel station - FuelPriceType element.
For more information on responses to queries for a specific station, see FuelStationsResultType response.