Office of Environmental Justice (OEJ) Grant Awards: Beginning 2006
This dataset provides the region, grantee name, year awarded, project name, project description, amount awarded and type of grant awarded. The New York State Department of Environmental Conservation’s Office of Environmental Justice manages the grant programs. The Community Impact Grants program started in 2006.
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/office-of-environmental-justice-oej-grant-awards-n4r8-9j2b\".\"office_of_environmental_justice_oej_grant_awards\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.