Animal Services Incidents Public Dataset
This data set consists of the animal services incidents that have occurred since 2012. Each record in this table has a unique activity number and focuses on the location, time, and type of each incident.
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 \"sharefulton-fultoncountyga-gov/animal-services-incidents-public-dataset-bwhk-4kmz\".\"animal_services_incidents_public_dataset\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.