Open repository in Console
Readme
Updated almost 5 years ago
‧ Indexed 11 months ago
311 Call Center Service Request Data - Archived 2013-2014
This data shows the source of 311 requests and the wait time to speak to an agent when dialing 311 for years 2013-2014.
For the new 311 dataset (refreshed daily), see https://data.lacity.org/A-Well-Run-City/MyLA311-Service-Request-Data-2016/ndkd-k878
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 \"lacity/311-call-center-service-request-data-archived-bpyg-ytsg\".\"311_call_center_service_request_data_archived\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata