City of Denver Playgrounds
This dataset is a polygon representation of playgrounds in parks and other areas maintained by the Department of Parks and Recreation in the City and County of Denver.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"colorado-gov/city-of-denver-playgrounds-hzps-q7a4\".\"city_of_denver_playgrounds\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.