kingcounty-gov/raskc-statistics-at-a-glance-bsjn-frfi
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 5 years ago
Indexed 3 hours ago

RASKC Statistics at a Glance

Rolling three year performance measures for RASKC

https://kingcounty.gov/depts/regional-animal-services/about-us/stats-at-a-glance.aspx

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 \"kingcounty-gov/raskc-statistics-at-a-glance-bsjn-frfi\".\"raskc_statistics_at_a_glance\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • raskc_statistics_at_a_glance