bythenumbers-sco-ca-gov/special-districts-listing-fv6y-3v29
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated over 5 years ago
Indexed 3 hours ago

Special Districts Listing

Contains a list of all special districts including their location, fiscal year end, and districts that are no longer required to report to the State Controller's Office.

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/special-districts-listing-fv6y-3v29\".\"special_districts_listing\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • special_districts_listing