DART (Department Application Review and Tracking) on the Web: Beginning 1988
Tabular Data for Permits administered by the Agency in which the general public can use a web interface to look up specific facilities and applications.
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/dart-department-application-review-and-tracking-on-mbk7-f2r2\".\"dart_department_application_review_and_tracking_on\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.