API List/Google Maps API

Google Maps API

online

Maps, geocoding, directions, places, and distance matrix services.

πŸ—ΊοΈ MapsAuth: api-keyPopularity: 96/100Latency: 80ms
Run in Explorer β†’

Base URL

https://maps.googleapis.com

Authentication

Requires an API key. Pass it as a query parameter or in the header.

View Documentation β†’

Endpoints

GET/maps/api/geocode/json
Try it β†’

Geocode an address

addressstringrequiredβ€” Address to geocode
GET/maps/api/directions/json
Try it β†’

Get directions

Example Request

GET https://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway

Example Response

{
  "results": [{"formatted_address": "1600 Amphitheatre Pkwy, Mountain View, CA"}],
  "status": "OK"
}

Tags

mapsgeocodingdirectionsplaceslocation