2022 NTD Annual Data - Federal Funding Allocation
Data set containing all of the Federal Funding Allocation inputs submitted by NTD reporting transit agencies from 2022 to the most recently published data within the Federal Transit Administration's NTD Data website.
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 \"datahub-transportation-gov/2022-ntd-annual-data-federal-funding-allocation-5x22-djnv\".\"2022_ntd_annual_data_federal_funding_allocation\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.