A list of sites in GeoJSON format
As a potential donor I want to see that real work is being done, and seeing all the sites makes the project seem transparent and real.
GET /maps/sites
curl \
-X GET https://api.protect.earth/maps/sites
Response examples (200)
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type2": "Point",
"coordinates": [
-1.9381,
51.87766
]
},
"properties": {
"name": "Lower Hampen Farm"
}
}
]
}