Places & Maps

What3Words

economy

What3Words is an cost-effective places & maps provider offering What3Words through Aweb's unified API. It features none streaming support with premium-tier latency.

Try What3WordsOfficial docs

Specifications

CategoryPlaces & Maps
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://api.what3words.com/v3
SDK Package

Capabilities (1)

What3Wordsplaces.w3w
Score: 99DEFAULT

Public discovery

Inspect What3Words's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "what3words")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'what3words');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related Places & Maps providers

Mapbox

standard tier

Google Maps

standard tier

HERE

standard tier

Radar

standard tier

Getting started →API reference →All capabilities →All providers →