Skip to main content
cURL
curl --request GET \
  --url https://api.campflare.com/v2/land/:id/pois
{
  "pois": [
    {
      "id": "<string>",
      "name": "<string>",
      "latitude": 123,
      "longitude": 123,
      "kind": "campground"
    }
  ]
}
GET /land/:id/pois

Path Parameters

id
string
required

Unique identifier of the land

Response

Array of points of interest (POIs) inside of the land

pois
object[]
required