Top 10 Containerized Export Non-Durable Commodities in Short Tons by Coast, 2023
Source: U.S. Department of Transportation, Bureau of Transportation Statistics, based upon U.S. Department of Commerce, U.S. Census Bureau, Foreign Trade Division, USA Trade Online, "HS Port-level Data", available at https://usatrade.census.gov/ as of Sept 2024.
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/top-10-containerized-export-nondurable-commodities-pa3c-z6h4\".\"top_10_containerized_export_nondurable_commodities\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.