cityofnewyork-us/311-service-requests-from-2010-to-present-erm2-nwe9
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 months ago
Indexed 11 months ago

311 Service Requests from 2010 to Present

<b>NOTE:</b> The 311 dataset is currently showing incorrect values in the "Agency Name" column. Please use the "Agency" column in the interim while this is being resolved.

<p>

All 311 Service Requests from 2010 to present. This information is automatically updated daily.

</p>

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/311-service-requests-from-2010-to-present-erm2-nwe9\".\"311_service_requests_from_2010_to_present\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 311_service_requests_from_2010_to_present
     
     
     
     
     
Upstream Metadata