Sites are locations where trees are planted or other units are placed. They are the physical location of the work.
GET
/sites
curl \
--request GET 'https://api.protect.earth/sites'
Response examples (200)
[
{
"id": "string",
"name": "Bourton on the Water",
"location": "Cheltenham, England",
"description": "A mixed habitat restoration site.",
"images": [
"https://example.com"
],
"coordinates": {
"latitude": 42.0,
"longitude": 42.0
},
"links": {
"self": "https://example.com",
"map": "https://example.com"
}
}
]