Region Data Industry Summary - Implan-Group/api GitHub Wiki

Study Area Data - Industry Summary


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

This endpoint provides a csv of data equivalent to the Region Industries Summary table found in IMPLAN Cloud under Regions -> Study Area Data -> Industry Summary.

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.

Caution

Exactly one of hashId, urid, or userModelId must be specified.


🧾Example

📤 Request

GET /api/v1/regions/export/1/StudyAreaDataIndustrySummary?hashId=9EbJv6yJb0

📥 Response

Industry Code,Description,Total Employment,Total Output,Total Intermediate Inputs,Total Value Added,Labor Income
1,Oilseed farming,18.0,11246990.0,5996646.0,5250343.0,2371463.0
⚠️ **GitHub.com Fallback** ⚠️