oaklandca-gov/1-july-31-dec-2013-calls-for-service-8gxj-qj4g
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 8 years ago
Indexed 1 month ago

1 July - 31 Dec 2013 Calls For Service

PRR 11288 Calls for Service

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 \"oaklandca-gov/1-july-31-dec-2013-calls-for-service-8gxj-qj4g\".\"1_july_31_dec_2013_calls_for_service\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • 1_july_31_dec_2013_calls_for_service