Provenance
PublisherClimate TRACE
API basehttps://api.climatetrace.org/
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (4)
getCountryEmissions
readGet Climate TRACE emissions totals by country, sector, and gas.
Input schema
{ "type": "object", "properties": { "countries": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "sectors": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "subsectors": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "gas": { "oneOf": [ { "type": "string", "enum": [ "co2e_100yr" ] }, { "type": "string", "enum": [ "co2e_20yr" ] }, { "type": "string", "enum": [ "co2" ] }, { "type": "string", "enum": [ "ch4" ] }, { "type": "string", "enum": [ "n2o" ] } ] }, "year": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getAssetEmissions
readGet Climate TRACE emissions for specific asset ids.
Input schema
{ "type": "object", "properties": { "countries": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "sectors": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "subsectors": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "gas": { "oneOf": [ { "type": "string", "enum": [ "co2e_100yr" ] }, { "type": "string", "enum": [ "co2e_20yr" ] }, { "type": "string", "enum": [ "co2" ] }, { "type": "string", "enum": [ "ch4" ] }, { "type": "string", "enum": [ "n2o" ] } ] }, "year": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" }, "ids": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false }searchAssets
readSearch Climate TRACE emitting assets by country and sector.
Input schema
{ "type": "object", "properties": { "countries": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "sectors": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "subsectors": { "oneOf": [ { "type": "string" }, { "type": "array", "items": { "type": "string" } } ] }, "gas": { "oneOf": [ { "type": "string", "enum": [ "co2e_100yr" ] }, { "type": "string", "enum": [ "co2e_20yr" ] }, { "type": "string", "enum": [ "co2" ] }, { "type": "string", "enum": [ "ch4" ] }, { "type": "string", "enum": [ "n2o" ] } ] }, "year": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getSectors
readList 10 top-level sector slugs (power, oil-and-gas, manufacturing) for sectors filter.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": true }
