Geocoding — entry 054 of 80

MapQuest

Verified Jul 2026

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.

geocodingreverse-geocodingbatchfreemiumaddress-lookup
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

Score81out of 100
Authentication15/25API key required
Pricing17/20Freemium tier available
Docs14/20Documentation URL provided
Formats15/15Supports 3 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 81 on greatapis.com
<a href="https://greatapis.com/api/mapquest/"><img src="https://greatapis.com/badge/mapquest.svg" alt="Scored 81 on greatapis.com"></a>

Auth quickstart

  1. Get a key at the provider
  2. Send it on every request as a headerAuthorization: <key>
  3. 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 URLhttps://www.mapquestapi.com/geocoding/v1
Rate limit

15,000 free one-time transactions (no expiry), then pay-as-you-go

Key endpoints
  • GET/address
  • GET/reverse