ScopeGreen API

API for searching and retrieving Life Cycle Assessment (LCA) metrics data for various materials and products. Use this API to access accurate environmental impact data for sustainability analysis and reporting.

BASE URL
https://scopegreen-main-1a948ab.d2.zuplo.dev

ScopeGreen

Endpoints for retrieving environmental impact data

Get the list of available metrics

Protected by API Key
GET
/api/metrics/available
1

Search for environmental metrics data by item name

Headers

Authorization

required, string

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

X-Table-Filter

string

Query Parameters

item_name

required, string

year

string

geography

string

metric

string enum, default: Carbon footprint

Possible Enum Values

Carbon footprint

EF3.1 Score

Land Use

mode

string enum, default: lite

'pro' currently behaves as lite.

Possible Enum Values

lite

pro

web_mode

boolean, default: false

num_matches

integer, default: 1, maximum value of 3, minimum value of 1

domain

string enum, default: Materials & Products

Possible Enum Values

Materials & Products

Processing

Transport

Energy

Direct emissions

not_english

boolean, default: false

unit

string
GET
/api/metrics/search
1