Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 2 hours ago
Smoke Free Housing in King County
Locations and contact information for smoke-free housing in King County
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 \"kingcounty-gov/smoke-free-housing-in-king-county-ath8-esm5\".\"smoke_free_housing_in_king_county\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.