Define AdministrativeDivision view set (return all)

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

{
    "id": 1999,
    "ags": "03353039",
    "name": "Wenzendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Hollenstedt",
    "office_zip": "21279",
    "office_street": "Hauptstraße 15",
    "office_city": "Hollenstedt",
    "area": 21.64,
    "citizens_total": 1394,
    "citizens_male": 683,
    "citizens_female": 711,
    "population_density": 64.0,
    "area_accumulated": 21.64,
    "citizens_accumulated": {
        "total": 1394,
        "female": 711,
        "male": 683
    },
    "longitude": 9.772342,
    "latitude": 53.350055,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1999/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1992/?format=api",
    "children": [],
    "zip_codes": [
        "21279"
    ]
}