Animal Control Monthly Board Reports
Starting in late 2008, the Animal Control Administrator submits a report to the County Board showing data such as the number of adoptions done each month or how many calls the administrator is called out on. This dataset includes links to copies of the pdf reports the Animal Control administrator submits to the Board. The previous month's data is provided in each month's report submitted to the Board.
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 \"macoupincountyil-gov/animal-control-monthly-board-reports-9a9r-wt8m\".\"animal_control_monthly_board_reports\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.