Versions

Retrieve available versions and their associated system models.

get

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
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?