Search
This endpoint allows searching for datasets using various filters and query parameters. You find a full list of potential filters in the response of your query.
Pagination start index
0
Number of results to return
10
Industrial Sector i.e. Electricity
Geography of production for a product/activity
Standard Classification of all Economic activities, level 1 section
Standard Classification of all Economic activities, level 4 class
Central product classification, comprehensive classification of all products
Type of activity i.e. market or transforming activity
Version name or 'latest'
latest
System model name or 'cutoff'
cutoff
Successful search response with matching datasets
Unauthorized
Forbidden
Requested resource not found
Validation Error
Internal Server Error
GET /v0/datasets HTTP/1.1
Host: api.ecoinvent.org
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"total": 1,
"results": [
{
"id": 12345,
"activity": "electricity production",
"product": "electricity, high voltage",
"description": "Production of high voltage electricity",
"geography": "Switzerland (CH)",
"unit": "kWh",
"time_period": "2012-2022",
"activity_type": "ordinary transforming activity",
"isic_section": "D - Electricity",
"isic_class": "3510 - Electric power generation",
"activity_spold_uuid": "ff12345a-1234-5678-9abc-123456789abc",
"geography_spold_uuid": "dd12345a-1234-5678-9abc-123456789abc",
"product_spold_uuid": "ee12345a-1234-5678-9abc-123456789abc",
"sectors": [
"Electricity"
],
"url": "https://ecoquery.ecoinvent.org/3.00/cutoff/dataset/12345/documentation",
"url_history": "https://ecoquery.ecoinvent.org/3.00/cutoff/dataset/12345/history"
}
],
"filters": {
"sectors": [
{
"name": "Electricity",
"count": 20
},
{
"name": "Manufacturing",
"count": 15
}
],
"geographies": [
{
"name": "Global (GLO)",
"count": 10
},
{
"name": "Switzerland (CH)",
"count": 5
}
],
"isic_sections": [
{
"name": "D - Electricity",
"count": 20
}
],
"isic_classes": [
{
"name": "3510 - Electric power generation",
"count": 12
}
],
"activity_types": [
{
"name": "ordinary transforming activity",
"count": 25
}
]
}
}
Last updated
Was this helpful?