Define AdministrativeDivision view set (return all)

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

{
    "id": 1976,
    "ags": "03353031",
    "name": "Seevetal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Seevetal",
    "office_zip": "21218",
    "office_street": "Kirchstraße 11",
    "office_city": "Seevetal",
    "area": 105.33,
    "citizens_total": 41591,
    "citizens_male": 21252,
    "citizens_female": 20339,
    "population_density": 395.0,
    "area_accumulated": 105.33,
    "citizens_accumulated": {
        "total": 41591,
        "female": 20339,
        "male": 21252
    },
    "longitude": 10.034869,
    "latitude": 53.377707,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1976/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1975/?format=api",
    "children": [],
    "zip_codes": [
        "21217",
        "21218",
        "21220"
    ]
}