GET
/
projects
curl --request GET \
  --url https://app.gomangrove.com/api/v1/projects \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "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"
      ]
    }
  ],
  "info": {
    "items": 1,
    "page_size": 10,
    "total_items": 1,
    "current_page": 1,
    "next_page": null,
    "previous_page": null,
    "total_pages": 1
  }
}

Authorizations

Authorization
string
header
required

Query Parameters

page
integer
default:1
page_size
integer
default:10

Response

200
application/json
200

The response is of type any.