bythenumbers-sco-ca-gov/check-list-of-services-provided-tsz3-29gc
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 6 years ago
Indexed 11 months ago

Check List of Services Provided

Data on how certain services are provided to the populace of cities. See attachment for explanation of codes by clicking on the red "About" button towards the far right and scrolling down to the Attachments Section.

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 \"bythenumbers-sco-ca-gov/check-list-of-services-provided-tsz3-29gc\".\"check_list_of_services_provided\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • check_list_of_services_provided