Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
Austin Public Health Locations
This data set shows locations at which Austin Public Health has a presence, those locations with office hours contain service providers. Some locations are owned by the Department, while other locations house Austin Public Health staff.
No warranty is made by the City of Austin or Austin Public Health regarding the specific accuracy, relevance, or completeness of this data set.
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-austintexas-gov/austin-public-health-locations-6v78-dj3u\".\"austin_public_health_locations\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata