Open repository in Console
Readme
Updated over 3 years ago
‧ Indexed 1 hour ago
Assessor's Office Ownership Transfer List for 2019-2020
Two Year Transfer List As Of July 24, 2019.
Ownership transfer records for Alameda County residential and commercial properties for the past 2 years.
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 \"acgov/assessors-office-ownership-transfer-list-for-x2sn-ehce\".\"assessors_office_ownership_transfer_list_for\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.