cityofnewyork-us/dob-complaints-received-eabe-havv
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 7 hours ago
Indexed 5 hours ago

DOB Complaints Received

This is the universe of complaints received by Department of Buildings (DOB). It includes complaints that come from 311 or that are entered into the system by DOB staff.

A Complaint Categories codes can be found at

http://www1.nyc.gov/assets/buildings/pdf/bis_complaint_disposition_codes.pdf

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-complaints-received-eabe-havv\".\"dob_complaints_received\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • dob_complaints_received
     
     
     
     
     
Upstream Metadata