Open repository in Console
Readme
Updated 6 months ago
‧ Indexed 2 hours ago
King County Metro - Rainer Foothills Wellness
RFWF facilitates healthcare access with our Care Van, a reliable and free door-to-door transportation service that ensures safe and comfortable transportation to healthcare appointments, including doctor visits, lab tests, physical therapy, and prescription pick-up.
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/king-county-metro-rainer-foothills-wellness-cmdh-vtkr\".\"king_county_metro_rainer_foothills_wellness\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.