King County Metro Access - Sep 2023 Weekday Service Areas
King County Metro Access Weekday Service Areas for the September service change.
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-access-sep-2023-weekday-service-4ghn-xnvx\".\"king_county_metro_access_sep_2023_weekday_service\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.