Find carbon projects by vintage
Use the Carbonmark API to retrieve available vintages and return carbon projects that match a selected vintage.
Step 1: Retrieve available vintages
curl --request GET \
--url https://api.carbonmark.com/vintages \
--header 'Accept: application/json'[
"2006",
"2007",
"2008",
"2009",
"2010",
"2011",
"2012",
"2013",
"2014",
"2015",
"2016",
"2017",
"2018",
"2019",
"2020"
]Step 2: Filter projects by vintage
Step 3: Retrieve a single project by key
Notes
Last updated