Indicators
This endpoint returns a list of LCIA indicators that match the specified search criteria.
Authorizations
Query parameters
querystringOptional
Search term for method, category, indicator or spold id.
fromintegerOptionalDefault:
Pagination start index
0
limitinteger · max: 100OptionalDefault:
Number of results to return
5
versionstringOptionalDefault:
Version name or 'latest'
latest
system_modelstringOptionalDefault:
System model name or 'cutoff'
cutoff
Responses
200
Successful response with matching indicators
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Requested resource not found
application/json
422
Validation Error
application/json
500
Internal Server Error
application/json
get
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?