Execute a SPARQL query
SPARQL query string
GeoJSON FeatureCollection of SPARQL query results
GeoJSON features from SPARQL query
GeoJSON coordinates array (nesting depth varies by geometry type)
Feature identifier (type/osm_id)
OpenStreetMap ID
curl https://plaza.fyi/api/v1/sparql \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $PLAZA_API_KEY" \ -d '{ "query": "query" }'