Top 10 Containerized Import Commodities by Value and 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-import-commodities-by-value-n4xv-8upm\".\"top_10_containerized_import_commodities_by_value\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.