Public artworks, fountains and monuments
The City of Melbourne maintains a register of all public artwork, fountains and monuments located within the City. This dataset contains various information regarding the type, category and geographical location of the artwork.
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 \"melbourne-vic-gov-au/public-artworks-fountains-and-monuments-6fzs-45an\".\"public_artworks_fountains_and_monuments\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.