Adding Chemicals to Water Supply Permits
The Adding Chemicals to Water Supply permit is required for persons who engage in the business of chemically treating the drinking water supply within a building. This permit allows chemicals to be added only for anti-corrosion, anti-scaling or disinfection purposes. This dataset contains a list of current permittees who may add chemical treatment to a building's drinking water in New York City. To learn more about this permit program and related health code, please visit<a href="https://www.nyc.gov/nycbusiness/description/adding-chemicals-to-water-supply-permit" target="_blank" rel="noopener noreferrer"> https://www.nyc.gov/nycbusiness/description/adding-chemicals-to-water-supply-permit</a>
</p>Data is collected to track the adding chemicals to water supply permits issued by DOHMH and is managed by the Office of Public Health Engineering.
</p>This data can be used to find a company or individual that has a current adding chemicals to water supply permit in New York City. It can also be used to verify the permit for a business or persons that engages in the business of chemically treating the drinking water supply in a building.
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 \"cityofnewyork-us/adding-chemicals-to-water-supply-permits-v8i9-yfpr\".\"adding_chemicals_to_water_supply_permits\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.