Citizen Connect - County data (live)
These are the county-centric transportation statistics currently contained in the dashboard visible at bts.gov/ctp. Data are available for all attributes for each year, 2015 to 2019. Data will soon be added for 2020 and 2021.
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 \"bts-gov/citizen-connect-county-data-live-t3kh-5nek\".\"citizen_connect_county_data_live\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.