Isochrones

See how far you can travel from a point in a given time.

Code Snippets
curl -X POST "https://api.plaza.fyi/api/v1/isochrone" \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "time": "900",
  "mode": "auto",
  "geometry": {
    "type": "Point",
    "coordinates": [
      "",
      ""
    ]
  }
}'