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

Quick start

Use What3Words through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "what3words",
    "capability": "places.w3w",
    "input": { "prompt": "Hello from What3Words!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'what3words',
  capability: 'places.w3w',
  input: { prompt: 'Hello from What3Words!' },
});

console.log(result.output);

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 →