Skip to main content
GET
/
projects
/
{project_id}
/
deforestation
/
summary
Deforestation Summary
curl --request GET \
  --url https://api.example.com/projects/{project_id}/deforestation/summary \
  --header 'x-api-key: <api-key>'
{
  "year": 123,
  "deforested_ha": 1,
  "deforested_pct": 0.5
}

Authorizations

x-api-key
string
header
required

Path Parameters

project_id
string
required

Response

Successful Response

year
integer
required
deforested_ha
number
required
Required range: x >= 0
deforested_pct
number
required
Required range: 0 <= x <= 1