Get started
This section outlines how to quickly get started using the HERE Fuel Prices API on the HERE platform.
- Get a HERE account
- Create a project
- Configure your project
- Send a request
Get a HERE account
If your organization has signed up for HERE Workspace or HERE Marketplace, contact your organization admin who can invite you to join the HERE platform organization established for your company. You can also request a free trial of the HERE platform if your company does not have an organization established for it. For more information, see the HERE platform pricing.
Register your app
To register your app, follow these steps:
- Sign in to the HERE platform using your HERE account.
- Open the Access Manager from the Launcher.
- On the Apps tab, click Register new app and provide the requested information.
- Click Register. The platform creates a new app with a unique app ID.
Get an API key
To get an API key, follow these steps:
- Sign in to the HERE platform using your HERE account.
- Open the Access Manager from the Launcher.
- On the Apps tab, click the app you created in the previous section, Register your app, or an existing group app for which you want to generate an API key.
- On the Credentials tab, select API Keys then click Create API key to generate a maximum of two API keys for your application authentication credentials. The API key is created and displayed.
Send a request
The following example query uses the HTTP GET method to request stations within 5 km of a point in Berlin.
https://fuel-v2.cc.api.here.com/fuel/stations.xml
?prox=52.516667,13.383333,5000
&apiKey={YOUR_API_KEY}