Containerized Exports' Value and Weight by Port in 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/containerized-exports-value-and-weight-by-port-in-vc8a-zq94\".\"containerized_exports_value_and_weight_by_port_in\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.