OSC Reports released in 2023
Reports released by the Office of the State Comptroller in calendar year 2023
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 \"nj-gov/osc-reports-released-in-2023-gm8a-3gym\".\"osc_reports_released_in_2023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.