We can't find the internet
Attempting to reconnect
Something went wrong!
Attempting to reconnect
Cross-Queries
Combine geocoding, routing, and search in a single request
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /api/v1/query | Execute a multi-step query pipeline |
Quick start
curl -X POST "https://plaza.fyi/api/v1/query" -H "Content-Type: application/json" -d '{"steps":[{"geocode":"Times Square"},{"nearby":{"radius":500,"tags":"amenity=restaurant"}},{"route":{"mode":"walking"}}]}'
How it compares
Google/Mapbox: Multiple round trips needed
Plaza: One request, one response
Google/Mapbox: Pay per API call
Plaza: One request = one billable call
Google/Mapbox: No custom pipelines
Plaza: Chain any operations together