Convert addresses to coordinates and back with global accuracy and speed.
Get API KeyWorks with addresses in every country.
Fast API responses, even at scale.
Clear, developer-friendly API docs.
Geocoding is the process of converting a human-readable address into a pair of latitude & longitude coordinates, which are necessary to "plot" the address on a map. Reverse Geocoding is the opposite, i.e. converting a pair of latitude & longitude coordinates into a human-readable address.
https://geocode.maps.co/reverse?lat=latitude&lon=longitude&api_key=YOUR_SECRET_API_KEY
https://geocode.maps.co/search?q=address&api_key=YOUR_SECRET_API_KEY
You may also send the API key using the following HTTP header: "Authorization: Bearer YOUR_SECRET_API_KEY".
Replace {address}, {latitude} and {longitude} with the values to geocode. You will also need to replace {YOUR_SECRET_API_KEY} with your API key. If you do not have an API key, please create a free account to obtain an API key. NOTE: Our API endpoints return JSON data by default. For different formats, append "&format={format}", where {format} is one of the following: xml, json, jsonv2, geojson, geocodejson.
For more details, please see the Documentation Examples and the API Endpoing Reference.
25,000 requests @ 5 requests/second
Then limited to 1 request/second
Free