Back to catalog
🗺️

MapQuest

API Key

To access tools and resources to map the world

🗺️GeocodingHTTPS

Geocode: Times Square, NYC

MapQuest Geocoding API

Lat40.758
Lng-73.986
StreetBroadway
CityNew York
StateNY
CountryUS
QualityPOINT

Sample Response

response.json
1{
2 "lat": 40.758,
3 "lng": -73.9855,
4 "street": "Broadway",
5 "city": "New York",
6 "state": "NY",
7 "country": "US",
8 "quality": "POINT"
9}

Code Snippets

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

Similar APIs