GET /api/activityplace/?format=api
HTTP 200 OK
Allow: GET, HEAD
Content-Type: application/json
Vary: Accept
{
"count": 5,
"next": null,
"previous": null,
"results": [
{
"id": 1,
"place": "Total area of the territory",
"place_en": "Total area of the territory",
"place_de": "Gesamte Fläche des Gebietes"
},
{
"id": 2,
"place": "Officially public dedicated streets/places",
"place_en": "Officially public dedicated streets/places",
"place_de": "Öffentlich gewidmete Straßen/Plätze"
},
{
"id": 3,
"place": "Designated paths/places",
"place_en": "Designated paths/places",
"place_de": "Ausgewiesene Wege/Plätze"
},
{
"id": 4,
"place": "Unpaved agricultural and forestry roads",
"place_en": "Unpaved agricultural and forestry roads",
"place_de": "Unbefestigte Land- und Forstwirtschaftliche Wege"
},
{
"id": 5,
"place": "Paths",
"place_en": "Paths",
"place_de": "Pfade"
}
]
}