This is old but in case it helps anyone else I can still get to the following URLs without having to enter billing info

https://console.cloud.google.com/apis/dashboard?project=your-project-name

If you don't know your project name try variations of the above link (shorten it a section at a time) until you see the blue banner along the top with the pull-down name of projects. If you click the pull-down you'll see a popup with all your project names which you can use to put into the above URL.

https://console.cloud.google.com/apis/library?project=your-project-name (you can get to that URL from the 'Library' menu on the left)

From here you can find and enable the API you want, e.g. https://console.cloud.google.com/apis/library/maps-backend.googleapis.com?project=your-project-name (you should see a blue 'Enable' button)

You'll probably get redirected to the billing page after enabling it but ignore that - your selected API should now be enabled and if you go back to the first URL you should see it listed at the bottom of the page (but if you click on it here you'll likely get booted to the billing page again).

https://console.cloud.google.com/apis/credentials?project=your-project-name (you can get here from the 'Credentials' menu on left)

This is where you can set up and manage your API key - there's a link at the top to 'Add credentials'. When done they will appear listed on the page and can be edited by clicking on the name of the API key in the list or the 'Actions' > 'Edit API key' triple dot on the right of the list, plus other actions you might need.

So it's possible to enable an API and create a key for it, but I don't know if it still needs billing info as I can't get it working... but that might be my limited coding skills ;)

Answer from kiden on Stack Overflow
🌐
Yoast
yoast.com › home › help center › wordpress › yoast local seo › how to generate and set a google maps api key
How to generate and set a Google Maps API key • Yoast
February 17, 2025 - Copy the API key and click Close You can also find the API key under Credentials. ... It’s recommended to secure your Google Maps API key against quota theft.
🌐
Set Compass
setcompass.com › How-to-Get-Google-Maps-API-Key-Guide.htm
How to get your Google Maps API key (Tutorial)
A Google Maps API key is a personal code provided by Google to access Google Maps on this site. Your API key provides you with a free quota of Google Map queries.
Discussions

How to get Google Maps API key without entering billing info to display on website(Flask) - Stack Overflow
Context I would like to get Google Maps API key for free usage (below 5000 per year hits), but when I follow the instructions, it seems that providing billing information is mandatory. Question ... More on stackoverflow.com
🌐 stackoverflow.com
Asking For Google MAP API key
You should be able to sign up for a trial with googles console and issue your own API key. More on reddit.com
🌐 r/webdev
11
0
August 26, 2019
Is Google maps API free to use?
I mean, technically? Google Maps API offers $200 of free usage per month, but you must set up billing and provide a card. You are only charged if your usage exceeds the free tier. If it’s a personal project, you could try using some third party API, such as Google Maps API by Oxylabs and get a free trial there? Then it will truly be free :D More on reddit.com
🌐 r/webdev
12
11
April 3, 2022
How to secure google map api key
you should restrict it to your application so no one can use it outside your app https://developers.google.com/maps/documentation/android-sdk/get-api-key#restrict_key More on reddit.com
🌐 r/androiddev
15
13
October 16, 2024
🌐
Google
developers.google.com › google maps platform › web › maps javascript api › set up the maps javascript api
Set up the Maps JavaScript API | Google for Developers
To create an API key, navigate to the Google Maps Platform Credentials page and select \"Create credentials \\\u003e API key.\" Restricting API keys to specific applications and APIs is strongly recommended for security and to prevent financial ...
🌐
Google Cloud
cloud.google.com › application development › google cloud sdk › authentication › manage api keys
Manage API keys | Authentication | Google Cloud Documentation
An API key has the following components, which let you manage and use the key: ... The API key string is an encrypted string, for example, AIzaSyDaGmWKa4JsXZ-HjGw7ISLn_3namBGewQe.
🌐
Stockist
help.stockist.co › stockist help › finding your google maps api key
Finding your Google Maps API Key - Stockist Help
November 5, 2024 - The text in the Your API key field (in the screenshot above, it starts with AIzaSyB...) is your Google Maps API Key.
🌐
Google
developers.google.com › google maps platform › web › maps embed api › set up the maps embed api
Set up the Maps Embed API | Google for Developers
To create one, go to the Google Maps Platform Credentials page and select \"Create credentials\" then \"API key.\" Restrict your key via the Credentials page, selecting \"HTTP referrers\" for application restrictions and choosing specific APIs ...
Find elsewhere
🌐
Google Maps Platform
mapsplatform.google.com › pricing
Google Maps Platform Pricing - Subscriptions and Pay as you go
Offering subscription plans of our most popular APIs or Pay as you go where you can mix and match across 3 API and SDK product categories.
🌐
AIOSEO
aioseo.com › home › docs › local business seo › how to create a google maps api key
How to Create a Google Maps API Key - AIOSEO
July 12, 2021 - Go to the Google Maps Platform and log in with your Google account. Click the Get Started button. Select your billing account in the drop down and click Set Account. You'll be prompted to answer some questions in a popup.
Top answer
1 of 4
42

This is old but in case it helps anyone else I can still get to the following URLs without having to enter billing info

https://console.cloud.google.com/apis/dashboard?project=your-project-name

If you don't know your project name try variations of the above link (shorten it a section at a time) until you see the blue banner along the top with the pull-down name of projects. If you click the pull-down you'll see a popup with all your project names which you can use to put into the above URL.

https://console.cloud.google.com/apis/library?project=your-project-name (you can get to that URL from the 'Library' menu on the left)

From here you can find and enable the API you want, e.g. https://console.cloud.google.com/apis/library/maps-backend.googleapis.com?project=your-project-name (you should see a blue 'Enable' button)

You'll probably get redirected to the billing page after enabling it but ignore that - your selected API should now be enabled and if you go back to the first URL you should see it listed at the bottom of the page (but if you click on it here you'll likely get booted to the billing page again).

https://console.cloud.google.com/apis/credentials?project=your-project-name (you can get here from the 'Credentials' menu on left)

This is where you can set up and manage your API key - there's a link at the top to 'Add credentials'. When done they will appear listed on the page and can be edited by clicking on the name of the API key in the list or the 'Actions' > 'Edit API key' triple dot on the right of the list, plus other actions you might need.

So it's possible to enable an API and create a key for it, but I don't know if it still needs billing info as I can't get it working... but that might be my limited coding skills ;)

2 of 4
37

Yes you need to setup a billing account, there is no way around it these days. As long as you keep under the free tier it doesn't really matter.

Also their pricing examples are counted monthly so the things that have 5 000 hits in their pricing is per month not per year.

🌐
WP Store Locator
wpstorelocator.co › document › create google api keys
Create Google API Keys - WP Store Locator
March 25, 2025 - The Google Maps Platform requires the usage of API keys and an active billing account. Please note, a $200 Google Maps Platform credit is available each month, which is sufficient for normal usage. Generate API Keys Use an Existing Project In The Google Developers Console Troubleshooting Generate API Keys Before you can use Google Maps...
🌐
Google AI Studio
aistudio.google.com › app › apikey
Google AI Studio API Key
Sign in · Use your Google Account · Not your computer? Use Guest mode to sign in privately. Learn more about using Guest mode · Create account
🌐
Storemapper
storemapper.com › blog › how-to-use-google-maps-api-for-free
Storemapper - How to Use Google Maps API for Free: A Step-by-Step Guide for Small Businesses
March 26, 2025 - Storemapper takes care of the heavy lifting. Once your API key is linked, the store locator will be fully functional on your website. Customers can now search for your locations, view store details, and get directions using the integrated Google Maps.
🌐
Geoapify
geoapify.com › get-started-with-maps-api
Getting Started with Maps API | Geoapify Location Platform
July 17, 2024 - Start using Geoapify Location Platform in your location-aware apps. Learn how to create API keys and projects in our step-by-step guide and videos.
🌐
YouTube
youtube.com › the debug arena
How to Get Google Maps API Key for FREE (Step-by-Step Instructions 2024) - YouTube
Hello Guys,In this video I have shown steps to generate google maps api key for free. We don't need credit card to get the google maps api key. We can use th...
Published   June 4, 2024
Views   10K