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
year
integer
required
deforested_ha
number
required
Required range: x >= 0
deforested_pct
number
required
Required range: 0 <= x <= 1