Geocoding — entry 053 of 80

Mapbox

Verified Jul 2026

Mapbox's Geocoding API resolves addresses and place names to coordinates (and back), returning results as GeoJSON features by default with a legacy JSON format kept for backward compatibility. Requests carry a Mapbox access token and default to a 1,000-requests-per-minute limit, adjustable per account. The free tier covers up to 100,000 geocoding requests a month before metered pricing starts at $0.75 per 1,000 requests, stepping down at higher volumes.

geocodingmapsgeojsonaddress-lookupfreemium
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.
FormatsGeoJSON, JSONResponses can be requested as GeoJSON or JSON.

GreatAPIs Score

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

Embed this badge

Scored 81 on greatapis.com
<a href="https://greatapis.com/api/mapbox/"><img src="https://greatapis.com/badge/mapbox.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://api.mapbox.com
Rate limit

Free tier: 100,000 geocoding/directions requests/month (allowance varies per API)

Key endpoints
  • GET/geocoding/v5/{endpoint}/{search_text}.json
  • GET/directions/v5/{profile}/{coordinates}