Create/customize beautiful digital maps
Explore Mapbox developer resources to build custom maps, navigation, and search features for your applications.
import requests
url = "https://api.mapbox.com/geocoding/v5/mapbox.places/Eiffel%20Tower.json"
params = {
"access_token": "YOUR_API_KEY"
}
response = requests.get(url, params=params)
print(response.json())Last 50 checks (10 min intervals)