Local Government Efficiency Program Grants: Beginning 2005
This dataset provides applicant and project information for grants given by the NYS Department of State's Division of Local Government Services. The Division is responsible for assisting local officials in understanding and improving the local government financial health and promoting local government management based upon long-term planning and performance measurement. The program provides incentive funding directly to local governments to help reduce the cost of local services and increase service efficiencies.
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/local-government-efficiency-program-grants-fc8g-rgwz\".\"local_government_efficiency_program_grants\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.