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.
code
required
Country code
| Name | Required | Default | Description |
|---|---|---|---|
code |
Yes | - | Country code |
curl https://nordapi.ee/api/v1/carbon/country/NO
curl https://nordapi.ee/api/v1/carbon/country/NO
curl https://nordapi.ee/api/v1/carbon/country/US
curl https://nordapi.ee/api/v1/carbon/country/CN
HTTP 404: {
"error": "No data available for the requested parameters",
"success": false
}