Indicators

Search for LCIA indicators by method name, category, indicator or spold id.

get

This endpoint returns a list of LCIA indicators that match the specified search criteria. Every dataset within a given version-system model will always contain the same set of methods and indicators.

Authorizations
Query parameters
queryany ofOptional

Search term for method, category, indicator or spold id.

stringOptional
or
nullOptional
fromintegerOptional

Pagination start index

Default: 0
limitinteger · max: 100Optional

Number of results to return

Default: 5
versionstringOptional

Version name or 'latest'

Default: latest
system_modelstringOptional

System model name or 'cutoff'

Default: cutoff
Responses
200

Successful response with matching indicators

application/json
get
/v0/indicators
GET /v0/indicators HTTP/1.1
Host: api.ecoinvent.org
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "results": [
    {
      "id": 59,
      "method": "IMPACT 2002+ (Endpoint)",
      "category": "climate change",
      "indicator": "climate change",
      "unit_name": "points",
      "spold_uuid": "16dc772d-0bd0-499b-98ce-9ff90111493c"
    },
    {
      "id": 606,
      "method": "IMPACT 2002+ (Endpoint)",
      "category": "climate change",
      "indicator": "total",
      "unit_name": "points",
      "spold_uuid": "de876e60-3e62-46d9-b148-9ff9011148e3"
    }
  ]
}

Last updated

Was this helpful?