cityofnewyork-us/dob-safety-violations-855j-jady
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 10 hours ago
Indexed 4 hours ago

DOB Safety Violations

This data set includes violations issued on devices through the New York City Department of Buildings' DOB NOW: Safety Violations module. The data is collected because the Department of Buildings tracks violation issuance and related information. This data include items such as violations number, violations type, violation issuance data, and BIN.

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/dob-safety-violations-855j-jady\".\"dob_safety_violations\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • dob_safety_violations
     
     
     
     
     
Upstream Metadata