GET
/
projects
/
{project_id}
/
deforestation
/
summary
{
  "year": 123,
  "deforested_ha": 1,
  "deforested_pct": 0.5
}

Authorizations

x-api-key
string
header
required

Path Parameters

project_id
string
required

Response

200
application/json

Successful Response

The response is of type object.