Mold Contractor Licenses: Four Year Window
The dataset includes a comprehensive list of contractor licenses that have been issued to businesses for the purpose of mold assessment and remediation within New York State. The dataset includes contractor information such as name, address, phone 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-contractor-licenses-four-year-window-ikqx-ispy\".\"mold_contractor_licenses_four_year_window\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.