A list of sites in GeoJSON format

GET /maps/sites

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.

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
GET /maps/sites
curl \
 -X GET https://hostname/maps/sites
Response examples (200)
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type2": "Point",
        "coordinates": [
          -1.9381,
          51.87766
        ]
      },
      "properties": {
        "name": "Lower Hampen Farm"
      }
    }
  ]
}