Back to catalog
🗺️

Geocodify.com

API Key

Worldwide geocoding, geoparsing and autocomplete for addresses

🗺️GeocodingHTTPSCORS enabled

1600 Amphitheatre Parkway

Mountain View, CA 94043, USA

Formatted Address1600 Amphitheatre Parkway, Mountain View, CA 94043, USA
Latitude37.422
Longitude-122.084
CountryUnited States
Postal Code94043

Sample Response

response.json
1{
2 "formatted_address": "1600 Amphitheatre Parkway, Mountain View, CA 94043, USA",
3 "latitude": 37.4224764,
4 "longitude": -122.0842499,
5 "country": "United States",
6 "postal_code": "94043"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://geocodify.com/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs