Mold Individual Licenses: Four Year Window
The dataset includes a comprehensive list of mold licenses that have been issued to individuals for the purpose of mold assessment, abatement, and supervision within New York State. The dataset includes the individual’s name and license information such as, license number, license type, issued date, and expiration date.
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/mold-individual-licenses-four-year-window-h6jr-vxqt\".\"mold_individual_licenses_four_year_window\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.