Find carbon projects by project name or description
Use the Carbonmark API to search carbon projects by project name or description using a text query.
Step 1: Search projects using a text query
curl -G https://api.carbonmark.com/carbonProjects \
--data-urlencode "search=REDD+" \
--header 'Accept: application/json'[
{
"key": "VCS-844",
"projectID": "844",
"name": "Madre De Dios Amazon REDD+ Project",
"country": "Peru",
"region": "Latin America",
"registry": "VCS",
"methodologies": [
{
"id": "VM0007",
"category": "Forestry",
"name": "REDD+ Methodology Framework (REDD+MF)"
}
],
"vintages": [],
"price": "0",
"hasSupply": false,
"stats": {
"totalBridged": 0,
"totalRetired": 0,
"totalSupply": 0
},
"url": "https://registry.verra.org/app/projectDetail/VCS/844"
},
{
"key": "VCS-1811",
"projectID": "1811",
"name": "Jari/Pará REDD+ Project",
"country": "Brazil",
"region": "Latin America",
"registry": "VCS",
"methodologies": [
{
"id": "VM0015",
"category": "Forestry",
"name": "Methodology for Avoided Unplanned Deforestation"
}
],
"vintages": [],
"price": "0",
"hasSupply": false,
"stats": {
"totalBridged": 0,
"totalRetired": 0,
"totalSupply": 0
},
"url": "https://registry.verra.org/app/projectDetail/VCS/1811"
}
]Step 2: Retrieve a single project by key
Notes
Last updated