What3Words

API

Convert between 3-word addresses and precise geographic coordinates globally

Visit Website

Overview

The What3Words API offers RESTful endpoints to transform unique 3-word addresses (e.g., 'table.chair.lamp') into latitude/longitude coordinates and vice versa. Key endpoints include 3-word to geocoordinate conversion, reverse geocoding (coords to 3 words), and auto-suggest for partial inputs. Responses are JSON-formatted. Use cases include optimizing delivery routes, aiding emergency services in quick location finding, integrating location tagging in travel apps, and enabling precise search in e-commerce platforms. It supports multiple languages and covers all global land and sea areas.

Example Integration (JavaScript)

script.js JS

fetch('https://what3words.com')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON responses
  • Global coverage
  • 3-word to coordinate conversion
  • Reverse geocoding
  • Auto-suggest functionality

Frequently Asked Questions

? Is What3Words API free to use?

Yes, it offers a free tier with limited monthly requests; paid plans are available for higher volumes and advanced features like enhanced auto-suggest.

? Does it require an API Key?

Yes, you need to register for an API key on the What3Words website to authenticate all API requests.

? What is the response format?

All API responses are in JSON format, ensuring easy parsing and integration into most applications.

Top Alternatives

Google Maps Geocoding API Search Google
Mapbox Geocoding API Search Google
OpenStreetMap Nominatim Search Google

People Also Ask about What3Words

What3Words vs Google Maps Geocoding APIWhat3Words vs Mapbox Geocoding APIWhat3Words vs OpenStreetMap Nominatim What3Words 2025 review

Tool Info

Pricing Freemium
Category Geocoding
Platform Public API

Pros

  • Memorable 10m² precise location identifiers
  • Freemium pricing model
  • Multi-language support
  • Easy integration
  • Global land/sea coverage

Cons

  • Rate limits on free tier
  • Paid plans for high-volume usage
  • Proprietary system (non-open standard)
  • No XML response option

More Geocoding Tools