datahub-smcgov/home-sales-mtgd-p58n
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated almost 8 years ago
Indexed 5 hours ago

Home Sales

Data about the average sale price of single family homes and common interest development homes in San Mateo County. Common interest development homes include condominiums and townhomes. This data is sourced from the San Mateo County Association of Realtors and is used in affordable housing indicators by the County's Department of Housing.

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 \"datahub-smcgov/home-sales-mtgd-p58n\".\"home_sales\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • home_sales
     
     
     
     
     
Upstream Metadata