Find carbon projects by methodology category
Use the Carbonmark API to retrieve available methodology categories and return carbon projects that match a selected category.
Step 1: Retrieve available methodology categories
curl --request GET \
--url https://api.carbonmark.com/categories \
--header 'Accept: application/json'[
{ "id": "Agriculture" },
{ "id": "Biochar" },
{ "id": "Blue Carbon" },
{ "id": "Energy Efficiency" },
{ "id": "Forestry" },
{ "id": "Industrial Processing" },
{ "id": "Other" },
{ "id": "Renewable Energy" },
{ "id": "Waste Disposal" }
]Step 2: Filter projects by methodology category
Step 3: Retrieve a single project by key
Notes
Last updated