How to generate a Google API KEY

First of all there in an extended Google Documentation available for the process on this page https://developers.google.com/maps/documentation/javascript/get-api-key

In order to simplify everything, we’ve created some screenshots with some explanations;

Sign into your google account and go to https://console.developers.google.com/ and activate your DEV account. It is free! Under “Google Maps APIs” heading, click “Google Maps JavaScript API” link.

If you didn’t create a project before, click to the “Create Project” link and create one.


Don’t forget to enable the API usage.

Now, you need to create credentials. Click to the “Create credentials” button then select “API key” option.

We’ll use the api key as a “Browser key”

In the credentials section, you can add your website URLs as a wild cart URL for multiple domains. You can find more info on the Credential screen about how to limit the access of your API key.

Finally, your API key will be created