Geocoding — entry 031 of 80

Google Maps

Verified Jul 2026

Google's Geocoding API converts addresses into latitude/longitude coordinates and back, drawing on the same global address data that powers Google Maps, and returns structured JSON or XML results with component-level address parsing (street, locality, postal code, country) plus place IDs linking into the wider Google Maps Platform. The first 10,000 geocoding calls each month are free, after which pricing steps down per 1,000 requests as volume grows, from $5.00 to $0.38 at the highest tier.

geocodingmapsgoogleaddress-lookupfreemium
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSON, XMLResponses can be requested as JSON or XML.

GreatAPIs Score

Score81out of 100
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 81 on greatapis.com
<a href="https://greatapis.com/api/google-maps/"><img src="https://greatapis.com/badge/google-maps.svg" alt="Scored 81 on greatapis.com"></a>

Auth quickstart

  1. Get a key at the provider
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Try it

Developer reference

Base URLhttps://maps.googleapis.com/maps/api
Rate limit

Monthly free call allowance per API/SKU (varies by product, e.g. 10,000 calls/month); billed per call beyond that

Key endpoints
  • GET/geocode/json
  • GET/place/nearbysearch/json
  • GET/directions/json