Get Sites
Sites are locations where trees are planted or other units are placed. They are the physical location of the work.
GET /sites
curl \
-X GET https://api.protect.earth/sites
Response examples (200)
[
{
"id": "string",
"name": "Bourton on the Water",
"location": "Cheltenham, England",
"url": "https://www.protect.earth/projects/bourton-on-the-water",
"species": [
{
"id": "string",
"name": "Wild Cherry"
}
],
"allocatedUnits": 710,
"coordinates": {
"latitude": 51.87351,
"longitude": -1.90973
}
}
]