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

Study Area Data - Industry Detail


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

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

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.

Note

This endpoint can also be used for Canadian Regions. INTL: Use api/v1/regions/export/intl/{aggregationSchemeId}}/StudyAreaDataIndustryDetail.


🧾Example

📤 Request

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

📥 Response

Industry Code,Description,Total Output,Wage and Salary Employment,Employee Compensation,Proprietor Employment,Proprietor Income,Other Property Income,Taxes on Production and Imports Net of Subsidies
1,Oilseed farming,11246990.0,2.0,67672.0,16.0,2303791.0,3148290.0,-269410.0
`> ``
⚠️ **GitHub.com Fallback** ⚠️