Region Data Industry Occupation Details - Implan-Group/api GitHub Wiki

Region Industry Occupations - Details


🖽 The Export Request Object

Property Type Details
occupationAggregationLevel str or int The code or name of the Aggregation Level.
occupationDataYear int The Data Year to be used.
industryCode int The Industry Code for the Industry.
occupationCodeFilter array A list of Occupation Codes used for filtering.

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

This endpoint provides a csv of industry occupation details as found in IMPLAN Cloud under Regions -> Occupation Data -> Industry Occupation 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.
body body str An Export Request object.

🧾Example

📤 Request

GET /api/v1/regions/export/14/RegionIndustryOccupationDetail?hashId=9pbP1nM0VN

{
  "occupationDataYear": 2023,
  "occupationAggregationLevel": 3,
  "industryCode": 1,
  "occupationCodeFilter": ["11-1000", "37-2000", "51-1000"]
}

📥 Response

OCC Code,Occupation,Wage and Salary Employment,Wage and Salary Income,Supplements to Wages and Salaries,Employee Compensation,Hours Worked
11-1000,Top Executives,0.0,17715.0,4517.0,22232.0,124.0
37-2000,Building Cleaning and Pest Control Workers,0.0,147.0,37.0,185.0,4.0
51-1000,Supervisors of Production Workers,0.0,618.0,157.0,776.0,15.0
⚠️ **GitHub.com Fallback** ⚠️