← Science & Space

Country Emissions

GET /carbon/country/:code

Get CO2 emissions per capita and total emissions for a specific country, with historical data over multiple years. Data sourced from the World Bank. Useful for climate research dashboards, environmental education tools, country comparison features, and ESG (Environmental, Social, Governance) reporting applications that need country-level emission profiles.

Parameters

code required

Country code

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/carbon/country/NO
Norway emissions profile
curl https://nordapi.ee/api/v1/carbon/country/NO
US emissions profile
curl https://nordapi.ee/api/v1/carbon/country/US
China emissions profile
curl https://nordapi.ee/api/v1/carbon/country/CN

Live Response

HTTP 404: {
  "error": "No data available for the requested parameters",
  "success": false
}