Skip to main content

Convert any Google Maps url to coordinates

Paste a Google Maps URL. Get latitude and longitude back.

Try an example

Try an example from each family. Other shapes in the same family work too - click a card to see it in action.

If the link is by Google and ends up in Google Maps, it is supported.

API

POST https://api.mapconvert.dev/coordinates · JSON body, 8 KB limit.

{
  "url": "https://www.google.com/maps/place/48.8584,2.2945"
}
curl -s https://api.mapconvert.dev/coordinates \
  -H 'content-type: application/json' \
  -d '{"url":"https://www.google.com/maps/place/48.8584,2.2945"}'

Click Send to see the live response.