Changelog

What we shipped and when.

feature

Full PlazaQL support

You can now run PlazaQL queries directly against Plaza. The syntax supports selecting OSM data by tags, spatial filters, and element relationships. Results come back as streaming GeoJSON, XML, or CSV.

Supported statements: node, way, relation, area, around, bbox, if, foreach, and all set operations.

improvement

Chunked streaming for large result sets

All API responses now stream by default. For queries returning thousands of features, you'll see the first results in milliseconds instead of waiting for the full dataset to load.

Supported formats: GeoJSON (application/geo+json), XML (application/xml), and CSV (text/csv).

feature

Plaza is live

Plaza is now publicly available. Query the full OpenStreetMap planet dataset through REST or PlazaQL. Every response streams, so you get the first result before the last one is ready.

Free tier includes 10,000 requests per month with no credit card required.