Region Data Commodity Household Demand - Implan-Group/api GitHub Wiki

Region Commodities - Household Demand


GET /api/v1/regions/export/{aggregationSchemeId}/RegionHouseholdCommodityDemand

This endpoint provides a csv of per-household total commodity demand as found in IMPLAN Cloud under Regions -> Study Area Data -> Household Commodity Demand.

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/RegionHouseholdCommodityDemand?hashId=9EbJv6yJb0

📥 Response

Commodity Code,Description,10001 Households LT15k,10002 Households 15-30k,10003 Households 30-40k,10004 Households 40-50k,10005 Households 50-70k,10006 Households 70-100k,10007 Households 100-150k,10008 Households 150-200k,10009 Households GT200k,Total
3001,Oilseeds,0,0,0,0,0,0,0,0,0,0
3002,Grains ,1892423.0,2872251.0,2237944.0,1877745.0,3843623.0,4768697.0,4788893.0,2045857.0,2113325.0,26440762.0
⚠️ **GitHub.com Fallback** ⚠️