All data sources

Climate TRACE

No authclimatetrace

Climate TRACE facility-level greenhouse gas emissions worldwide — power plants, oil & gas, manufacturing, and agriculture. Query by country, sector, or individual asset.

Provenance

PublisherClimate TRACE

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (4)

  • getCountryEmissions

    read

    Get 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

    read

    Get 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

    read

    Search 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

    read

    List 10 top-level sector slugs (power, oil-and-gas, manufacturing) for sectors filter.

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": true
    }