GET /api/protectedareacategory/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://content.digitizetheplanet.org/api/protectedareacategory/?format=api",
    "results": [
        {
            "code": 4200,
            "id": 53,
            "protectedareacategory": "Nature Discovery Park",
            "protectedareacategory_de": "Naturerlebnispark",
            "protectedareacategory_en": "Nature Discovery Park",
            "protectedareacategory_fi": null,
            "protectedareacategory_fr": "Parc Naturel Périurbain",
            "protectedareacategory_hu": null,
            "protectedareacategory_it": "Parco Naturale Periurbano",
            "protectedareacategory_pt": null,
            "protectedareacategory_ro": null,
            "protectedareacategory_sl": null
        }
    ]
}