Define AdministrativeDivision view set (return all)

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

{
    "id": 1906,
    "ags": "03351024",
    "name": "Winsen (Aller)",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Winsen (Aller)",
    "office_zip": "29308",
    "office_street": "Am Amtshof 5",
    "office_city": "Winsen/Aller",
    "area": 155.85,
    "citizens_total": 13270,
    "citizens_male": 6726,
    "citizens_female": 6544,
    "population_density": 85.0,
    "area_accumulated": 155.85,
    "citizens_accumulated": {
        "total": 13270,
        "female": 6544,
        "male": 6726
    },
    "longitude": 9.90864,
    "latitude": 52.679316,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1906/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1905/?format=api",
    "children": [],
    "zip_codes": [
        "29229",
        "29308"
    ]
}