sonomacounty-ca-gov/defaulted-tax-data-bp8v-uax7
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 1 day ago
Indexed 16 hours ago

Defaulted Tax Data

County of Sonoma Auditor-Controller-Treasurer-Tax Collector listing of defaulted tax data. The data provided indicates prior year delinquent tax information as of July 1st in this current fiscal tax year.

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 \"sonomacounty-ca-gov/defaulted-tax-data-bp8v-uax7\".\"defaulted_tax_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • defaulted_tax_data
     
     
     
     
     
Upstream Metadata