cURL
curl --request GET \ --url https://api.campflare.com/v2/land/:id/pois
{ "pois": [ { "id": "<string>", "name": "<string>", "latitude": 123, "longitude": 123, "kind": "campground" } ] }
Gets POIs inside of a land
GET /land/:id/pois
Unique identifier of the land
Array of points of interest (POIs) inside of the land
Show child attributes