Back to catalog
🗺️

Mapbox

API Key

Create/customize beautiful digital maps

🗺️GeocodingHTTPS

Mapbox Geocode

1600 Pennsylvania Avenue NW, Washington, DC

Place Name1600 Pennsylvania Avenue NW, Washington, DC 20500, United States
Latitude38.898
Longitude-77.037
Place TypeAddress
Relevance1
CountryUnited States

Sample Response

response.json
1{
2 "place_name": "1600 Pennsylvania Avenue NW, Washington, DC 20500, United States",
3 "latitude": 38.8977,
4 "longitude": -77.0365,
5 "place_type": "address",
6 "relevance": 1,
7 "country": "United States"
8}

Code Snippets

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

Similar APIs