Define AdministrativeDivision view set (return all)

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

{
    "id": 584,
    "ags": "01057026",
    "name": "Helmstorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Lütjenburg",
    "office_zip": "24321",
    "office_street": "Neverstorfer Straße 7",
    "office_city": "Lütjenburg",
    "area": 12.73,
    "citizens_total": 302,
    "citizens_male": 154,
    "citizens_female": 148,
    "population_density": 24.0,
    "area_accumulated": 12.73,
    "citizens_accumulated": {
        "total": 302,
        "female": 148,
        "male": 154
    },
    "longitude": 10.593478,
    "latitude": 54.286644,
    "travel_name": "übrig. Schleswig-Holstein",
    "travel_code": "F04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/584/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/579/?format=api",
    "children": [],
    "zip_codes": [
        "24321"
    ]
}