Routing

Turn-by-turn directions and distance matrices

Endpoints

Method Path Description
GET /api/v1/route Get directions between two points
GET /api/v1/isochrone Calculate travel time polygons
POST /api/v1/matrix Distance/duration matrix for multiple origins and destinations

Quick start

curl "https://plaza.fyi/api/v1/route?from=40.7128,-74.0060&to=40.7580,-73.9855&mode=driving"

How it compares

Google: $5-10/1K requests
Plaza: Free (10K/mo) then $0.001/req
Mapbox: $5/1K requests
Plaza: 5,000x cheaper at scale
OSRM: self-host required
Plaza: managed, no infrastructure to run

Try it yourself