Skip to main content
GET
/
deforestation
/
summary
Deforestation Summary All Projects
curl --request GET \
  --url https://api.example.com/deforestation/summary \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

aggregation
enum<string>
Available options:
Country,
State

Response

Successful Response