Define AdministrativeDivision view set (return all)

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

{
    "id": 776,
    "ags": "01058108",
    "name": "Mühbrook",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Bordesholm",
    "office_zip": "24582",
    "office_street": "Mühlenstraße 7",
    "office_city": "Bordesholm",
    "area": 5.3,
    "citizens_total": 563,
    "citizens_male": 283,
    "citizens_female": 280,
    "population_density": 106.0,
    "area_accumulated": 5.3,
    "citizens_accumulated": {
        "total": 563,
        "female": 280,
        "male": 283
    },
    "longitude": 10.010108,
    "latitude": 54.157143,
    "travel_name": "übrig. Schleswig-Holstein",
    "travel_code": "F04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/776/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/768/?format=api",
    "children": [],
    "zip_codes": [
        "24582"
    ]
}