Define AdministrativeDivision view set (return all)

GET /api/administrative_divisions/2962/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2962,
    "ags": "05358044",
    "name": "Nideggen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Nideggen",
    "office_zip": "52385",
    "office_street": "Zülpicher Straße 1",
    "office_city": "Nideggen",
    "area": 65.04,
    "citizens_total": 10001,
    "citizens_male": 5075,
    "citizens_female": 4926,
    "population_density": 154.0,
    "area_accumulated": 65.04,
    "citizens_accumulated": {
        "total": 10001,
        "female": 4926,
        "male": 5075
    },
    "longitude": 6.485187,
    "latitude": 50.69097,
    "travel_name": "Eifel und Region Aachen",
    "travel_code": "H01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2962/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2961/?format=api",
    "children": [],
    "zip_codes": [
        "52385"
    ]
}