Back to catalog
🗺️

Google Maps

API Key

Create/customize digital maps based on Google Maps data

🗺️GeocodingHTTPS

Eiffel Tower

Google Maps Geocoding

Formatted AddressChamp de Mars, 5 Av. Anatole France, 75007 Paris, France
Lat48.8583701
Lng2.2944813
Place IdChIJLU7jZClu5kcR4PcOOO6p3I0
TypesTourist_attraction

Sample Response

response.json
1{
2 "formatted_address": "Champ de Mars, 5 Av. Anatole France, 75007 Paris, France",
3 "lat": "48.8583701",
4 "lng": "2.2944813",
5 "place_id": "ChIJLU7jZClu5kcR4PcOOO6p3I0",
6 "types": "tourist_attraction"
7}

Code Snippets

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

Similar APIs