Justice Center Reports by Month: Beginning 2022
This dataset shows the total monthly counts of all reports made to the Justice Center’s hotline.
Data is accurate at time of reporting. Additional information, evidence, or reports received by the Justice Center may alter a classification.
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/justice-center-reports-by-month-beginning-2022-cjds-p9t3\".\"justice_center_reports_by_month_beginning_2022\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.