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

Region Industry Occupations - Averages


🖽 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}/RegionIndustryOccupationAverages

This endpoint provides a csv of industry occupation averages as found in IMPLAN Cloud under Regions -> Occupation Data -> Industry Occupation Averages.

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/RegionIndustryOccupationAverages?hashId=9pbP1nM0VN

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

📥 Response

OCC Code,Occupation,Average Wage and Salary Income,Average Supplements to Wages and Salaries,Average Employee Compensation,Average Hours per Year,Average Wage and Salary Income per Hour,Average Supplements to Wages and Salaries per Hour,Average Employee Compensation per Hour
11-1000,Top Executives,285312.0,72748.0,358061.0,2000.0,142.0,36.0,178.0
37-2000,Building Cleaning and Pest Control Workers,51124.0,13035.0,64159.0,1466.0,34.0,8.0,43.0
51-1000,Supervisors of Production Workers,76051.0,19391.0,95443.0,1944.0,39.0,9.0,49.0
⚠️ **GitHub.com Fallback** ⚠️