cityofnewyork-us/water-and-sewer-permits-hphy-6g7m
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 3 days ago
Indexed 3 hours ago

Water and Sewer Permits

The DEP Application and Permit data will contain information about the different types of applications approved and permits issued on a regular basis.

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/water-and-sewer-permits-hphy-6g7m\".\"water_and_sewer_permits\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • water_and_sewer_permits
     
     
     
     
     
Upstream Metadata