GET
/maps/sites
curl \
--request 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"
}
}
]
}