Versions
This endpoint returns a dictionary where keys represent available version numbers (e.g., "3.10.1"
) and values are lists of system models compatible with that version.
Authorizations
Responses
200
Successful response with available versions
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Requested resource not found
application/json
500
Internal Server Error
application/json
get
GET /v0/versions HTTP/1.1
Host: api.ecoinvent.org
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"3.11": [
"cutoff",
"apos"
],
"3.10.1": [
"cutoff"
],
"3.10": [
"cutoff",
"apos",
"en15804"
]
}
Last updated
Was this helpful?