Time Necessary to Issue Official Information to the Public About a Public Health Emergency (in hours), New Jersey, by year: Beginning 2010
Measurement: Hours
Definition: Time Necessary to Issue Official Information to the Public about a Public Health Emergency
Data Source: New Jersey Local Information Network and Communications System (NJLINCS) Health Alert Network, New Jersey Department of Health
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 \"healthdata-nj-gov/time-necessary-to-issue-official-information-to-ifxz-5hy4\".\"time_necessary_to_issue_official_information_to\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.