Geocoding — entry 076 of 80

What3Words

Verified Jul 2026

What3Words divides the entire globe into a grid of 3-by-3-meter squares, each permanently assigned a unique three-word address, and its API converts between those addresses and standard coordinates while also offering an AutoSuggest endpoint that corrects and validates user-typed 3-word input. Access requires an API key, and free-tier use is effectively limited to AutoSuggest (5 requests/second) with no included coordinate conversions — actual convert-to-coordinates/convert-to-3wa volume needs a paid plan starting at $9.99/month for 1,000 conversions. Emergency services and NGOs can apply for free or discounted access.

geocodingreverse-geocodinggrid-addressingfreemium
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, GeoJSONResponses can be requested as JSON or GeoJSON.

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/what3words/"><img src="https://greatapis.com/badge/what3words.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.what3words.com/v3
Rate limit

Free tier: AutoSuggest only (5 req/sec); coordinate conversion requires a paid plan from $9.99/month

Key endpoints
  • GET/convert-to-coordinates
  • GET/convert-to-3wa
  • GET/autosuggest