Construction Fatalities: Beginning 2022
Information provided pertains to all incidents under which a worker performing construction work suffered a work-related fatal injury. This data is collected by the NYSDOL per NY Lab L section 44 (https://law.justia.com/codes/new-york/2021/lab/article-2/44/).
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 \"ny-gov/construction-fatalities-beginning-2022-astg-28hp\".\"construction_fatalities_beginning_2022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.