API Reference
Returns a specific project by ID.
cURL
curl --request GET \ --url https://app.gomangrove.com/api/v1/projects/{project_id} \ --header 'Authorization: <api-key>'
{ "id": 123, "name": "Southeast Capture Project", "description": "SCP is a biochar carbon removal project based in the Southeast. It applies innovative interventions at bioenergy plants to sequester carbon durably in the form of carbon-dense biochar.", "project_type": "Biochar", "credit_types": [ "CORC" ], "country": "US", "state": "Washington", "project_status": "ACTIVE", "registry_name": "Puro.Earth", "registry_link": "", "methodology": "Puro Biochar Methodology v3 2023", "images": [ { "name": "Image.png", "url": "http://...." } ], "sustainable_development_goals": [ "good_health_and_wellbeing", "quality_education" ] }
Id of project
200
The response is of type any.
any