stat-stpete/codes-cases-tmdq-gg7f
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 11 hours ago
Indexed 5 hours ago

Codes Cases

Data on number of codes cases started in a given period, their status and their origination. The cases can be filtered down by the neighborhood association and the time period.

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 \"stat-stpete/codes-cases-tmdq-gg7f\".\"codes_cases\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • codes_cases
     
     
     
     
     
Upstream Metadata