2021 Walk & Bike Count
2021 Walk and Bike Count data, of people walking, biking, riding motorized scooters, and using other active travel modes in the city.
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 \"lacity/2021-walk-bike-count-9tzi-nz7g\".\"2021_walk_bike_count\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.