Results Environmental Impact Industry Detail - Implan-Group/api GitHub Wiki

Environmental Impact - Industry Details

🔗Links


GET /api/v1/impact/results/EnvironmentImpactIndustryDetails/{runId}

This endpoint returns a csv report of the Detailed Environmental Output by Industry for a Impact Analysis.

Parameter Spec Type Details
runId route int The analysis run identifier.
body body json A specification for the filters.

Caution

There is a maximum limit of 5,000 rows returned in this csv. Please add additional filters in order to reduce the number of rows.

📋Filters

Property Type Details
dollarYear int❔ The Dollar Year to filter by.
environmentReleaseString str❔
environmentName str❔
environmentCategories array[str]
industryCode int❔
regions array[str]
impacts array[str or int] An optional list of Impact Types to filter by.
groupNames array[str]
eventNames array[str]
eventTags array[str]
naicsAggregationSchemeId int❔

🧾Example

📤 Request

GET /api/v1/impact/results/EnvironmentImpactIndustryDetails/17289

{
  "dollarYear": 2019,
  "environmentReleaseString": "2023",
}

📥 Response

Environment Name,Environment Unit,Environmental Output,Units per $ of Output
"Water, fresh",kg,87660646933987.0,58886.0
Land use,m2*a,1513029006218.0,3443.0
⚠️ **GitHub.com Fallback** ⚠️