Rabies Laboratory Submissions: Beginning May 2007
The Wadsworth Center Rabies Laboratory collects submission data for all of New York State, except New York City. For more than a decade, the Wadsworth Center Rabies Laboratory has published monthly reports and a more comprehensive annual report as open access data. The purpose of these reports is to provide data to local health departments and federal agencies that may help in funding decisions, oral rabies vaccination strategies, and collaboration among agencies.
Additionally, it provides the public, including veterinarians and medical health professionals, with detailed information about the rabies virus in New York State.
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 \"health-data-ny-gov/rabies-laboratory-submissions-beginning-may-2007-q25r-zbis\".\"rabies_laboratory_submissions_beginning_may_2007\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.