Define AdministrativeDivision view set (return all)

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

{
    "id": 9077,
    "ags": "09181145",
    "name": "Weil",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Weil",
    "office_zip": "86947",
    "office_street": "Landsberger Straße 15",
    "office_city": "Weil",
    "area": 44.48,
    "citizens_total": 3854,
    "citizens_male": 1889,
    "citizens_female": 1965,
    "population_density": 87.0,
    "area_accumulated": 44.48,
    "citizens_accumulated": {
        "total": 3854,
        "female": 1965,
        "male": 1889
    },
    "longitude": 10.925035,
    "latitude": 48.118728,
    "travel_name": "Ammersee-Lech",
    "travel_code": "T26",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9077/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9076/?format=api",
    "children": [],
    "zip_codes": [
        "86947"
    ]
}