Find carbon projects by country
Use the Carbonmark API to retrieve available country values and return carbon projects that match a selected country.
Step 1: Retrieve available countries
curl --request GET \
--url https://api.carbonmark.com/countries \
--header 'Accept: application/json'[
{ "id": "Brazil" },
{ "id": "Bulgaria" },
{ "id": "China" },
{ "id": "Congo" },
{ "id": "Ecuador" },
{ "id": "India" }
]Step 2: Filter projects by country
Step 3: Retrieve a single project by key
Notes
Last updated