Define AdministrativeDivision view set (return all)

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

{
    "id": 1364,
    "ags": "03151026",
    "name": "Schönewörde",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Wesendorf",
    "office_zip": "29396",
    "office_street": "Alte Heerstraße 20",
    "office_city": "Wesendorf",
    "area": 17.71,
    "citizens_total": 917,
    "citizens_male": 453,
    "citizens_female": 464,
    "population_density": 52.0,
    "area_accumulated": 17.71,
    "citizens_accumulated": {
        "total": 917,
        "female": 464,
        "male": 453
    },
    "longitude": 10.62824,
    "latitude": 52.633108,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1364/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1362/?format=api",
    "children": [],
    "zip_codes": [
        "29396"
    ]
}