Playground
Route anything. No signup.
The same GET /route/v1/{profile}/{coordinates} call your integration would make (drive, truck, walk, cycle or scooter) with height, weight and ADR tunnel-code parameters for the commercial profiles. Switch to Reach for travel-time contours from any point (POST /isochrone), or paste your own GeoJSON to see it over the map. Point it at your own gateway with an API key, or use the public demo backend.
DEMO · free quota · no signup
Basemap © OpenStreetMap contributors © OpenMapTiles.
How routing works
Requests try your configured MapMap gateway keyless first (shared demo quota); on 401, 429 or timeout they fall back to the public demo router, which supports the car profile only. Your API key is stored in this browser and sent only to your configured gateway, never to the demo backend.Modeor click the map to set A → B
Get a free key: 50,000 requests a month, no card.
GET /route/v1/driving/…
request
curl "https://api.mapmap.ai/route/v1/driving/-1.5491,53.8008;-2.2426,53.4808?overview=full&geometries=geojson&steps=true"
response
Press Route, or click the map to set your own A → B.