Region Data Overview Industries - Implan-Group/api GitHub Wiki

Region Overview - Industries


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

This endpoint provides a csv of data equivalent to the Industries table found in IMPLAN Cloud under Regions -> Regions Overview.

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}}/RegionOverviewIndustries.


🧾Example

📤 Request

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

📥 Response

Display Code,Display Description,Employment,Labor Income,Output,Average Employee Compensation per Wage and Salary Employee,Average Proprietor Income per Proprietor
1,Oilseed farming,18.0,2371463.0,11246990.0,28954.0,140075.0
⚠️ **GitHub.com Fallback** ⚠️