Get Economic Industry Data - Implan-Group/api GitHub Wiki

Get Economic Industry Data


GET /api/v1/region/EconomicIndustryData/{aggregationSchemeId}

This endpoint returns region specific industry data to use as a starting place for making industry customizations.

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/region/EconomicIndustryData/1?hashId=yDxXX13pxJ

📤 Request

{
    "isCustomized": false,
    "industryEconomicData": [
        {
            "industryId": 1855,
            "industryDescription": "1 - Oilseed farming",
            "output": 5623495.13867538,
            "employment": 9.39199670346885,
            "employeeCompensation": 33836.0984287552,
            "proprietorIncome": 1151895.53373233,
            "otherPropertyTypeIncome": 1574145.22426301,
            "taxOnProductionAndImports": -134705.135564757
        },
    ]
}
⚠️ **GitHub.com Fallback** ⚠️