Transportation Services Index 2000-Present
Transportation Services Index 2000-Present, including numbers and percent changes for TSI, Freight TSI, and Passenger TSI
Chained 2000=100
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/transportation-services-index-2000present-r8cc-5x95\".\"transportation_services_index_2000present\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.