Region Data Commodity Exports - Implan-Group/api GitHub Wiki

Region Commodities - Exports


GET /api/v1/regions/export/{aggregationSchemeId}/region-commodity-exports

This endpoint provides a csv of commodity summary data as found in IMPLAN Cloud under Regions -> Social Accounts -> Reports -> Commodity Trade -> Commodity Exports.

Parameter Spec Type Details
aggregationSchemeId route int The Aggregation Scheme to filter by.
hashId query str❔ The HashId of the Region to filter by.
urid query int❔ The Urid of the Region to filter by.
userModelId query int❔ The UserModelId of the Region to filter by.

🧾Example

📤 Request

GET /api/v1/regions/export/1/region-commodity-exports?hashId=9EbJv6yJb0

📥 Response

Commodity Code,Description,Industry Exports,Institutional Exports,Domestic Exports,Foreign Exports,Total Exports,Foreign Export Proportion
3001,Oilseeds,10252601.0,19900893.0,17513467.0,12640026.0,30153494.0,0.4
⚠️ **GitHub.com Fallback** ⚠️