Geocoding — entry 054 of 80
MapQuest
MapQuest's Geocoding API converts addresses to coordinates and back, supporting batch requests of up to 100 addresses per call, with results returned as JSON (default), XML, or CSV. Now operated by System1 after MapQuest's 2019 sale by Verizon, the API shares a single key with MapQuest's directions, static-map, and search products. New accounts get 15,000 free transactions with no time limit, then metered pay-as-you-go at $0.0045/transaction, or fixed monthly plans starting at $119/month for 30,000 transactions.
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSON, XML, CSVResponses can be requested as JSON or XML or CSV.
GreatAPIs Score
Score81
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats15/15Supports 3 response formats
Freshness20/20Verified within 6 months
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Try it
Developer reference
Base URL
https://www.mapquestapi.com/geocoding/v1Rate limit
15,000 free one-time transactions (no expiry), then pay-as-you-go
Key endpoints
- GET/address
- GET/reverse