Region Data Multiplier Details - Implan-Group/api GitHub Wiki

Region Multipliers - Details


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

This endpoint provides a csv of detailed multipliers of an effect type and industry as found in IMPLAN Cloud under Regions -> Multipliers -> Detailed Multipliers.

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.
effectType query str The Region Data - Multipliers#Effect Type of the multipliers.
industryCode query int The IndustryCodes of the industry.

🧾Example

📤 Request

GET /api/v1/regions/export/1/RegionMultipliersDetailed?hashId=9EbJv6yJb0&effectType=Output&industryCode=1

📥 Response

Display Code,Display Description,Indirect Multiplier Sum,Type I Multiplier,Induced Multiplier,Type SAM Multiplier
1,Oilseed farming,0.001480,4.0,5.46153692049244E-07,4.0
⚠️ **GitHub.com Fallback** ⚠️