GET /carbon/country/:code
Get CO2 emissions per cápita and total emissions for a specific país, with datos históricos over multiple years. Data sourced from the World Bank. Útil para climate research paneles, environmental education tools, país comparison features, and ESG (Environmental, Social, Governance) reporting applications that need país-level emission profiles.
code
requerido
Country code
| Nombre | Requerido | Predeterminado | Descripcion |
|---|---|---|---|
code |
Si | - | 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
}