MDA Animal Control Facilities with 2014 Renewals
This dataset shows all MDA animal control facilities and shelters which are due for license renewal in 2014.
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 \"opendata-maryland-gov/mda-animal-control-facilities-with-2014-renewals-i5tt-hvfv\".\"mda_animal_control_facilities_with_2014_renewals\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.