CARES Act Awards
This dataset contains data for the State of New Jersey received from various Federal agencies under the CARES Act. The data reflects financial awards to State agencies to combat the costs and impacts of COVID-19. The data appears by program, agency, and amount of award.
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/cares-act-awards-7iq9-3suh\".\"cares_act_awards\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.