GET /carbon/country/:code
Rufen Sie CO2-Emissionen pro Kopf und Gesamtemissionen für ein bestimmtes Land ab, mit historischen Daten über mehrere Jahre. Daten bezogen von der Weltbank. Nützlich für Klimaforschungs-Dashboards, Umweltbildungstools, Länder-Vergleichsfunktionen und ESG-Berichtsanwendungen (Environmental, Social, Governance), die Emissionsprofile auf Länderebene benötigen.
code
erforderlich
Country code
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
code |
Ja | - | 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
}