kingcounty-gov/king-county-metro-flex-3jjm-4frb
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 9 days ago
Indexed 4 hours ago

King County Metro Flex

Metro Flex is your on-demand neighborhood transit service. With one simple app—and just a few taps—you can ride anywhere in the service area, all for the same cost as a bus trip. Metro Flex is convenient, fast, affordable transit at your fingertips.

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-flex-3jjm-4frb\".\"king_county_metro_flex\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • king_county_metro_flex