GuidesAPI Reference
Guides

Fuel brands

This resource retrieves a list of fuel station brands. Requests for this resource use the HTTP GET method.

Request

This code block shows a search request for the fuelBrands resource:

https://fuel.hereapi.com/v3/fuelBrands
?apiKey=\{YOUR\_API\_KEY\}

Request Parameters

The following table documents both required and optional request parameters supported by the fuelBrans resource.

ParameterRequiredDescription
apiKeyYesA 43-byte Base64 URL-safe encoded string used for the authentication of the client app. API Keys never expire but you can disable 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.
countryNoISO 3166-1 alpha-3 country code for which list of brands is returned

Response

For more information on responses to queries for the fuelBrands resource, see FuelStationBrandsType response.