Define AdministrativeDivision view set (return all)

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

{
    "id": 217,
    "ags": "01053111",
    "name": "Schnakenbek",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Lütau",
    "office_zip": "21481",
    "office_street": "Amtsplatz 6",
    "office_city": "Lauenburg/Elbe",
    "area": 13.02,
    "citizens_total": 874,
    "citizens_male": 448,
    "citizens_female": 426,
    "population_density": 67.0,
    "area_accumulated": 13.02,
    "citizens_accumulated": {
        "total": 874,
        "female": 426,
        "male": 448
    },
    "longitude": 10.50018,
    "latitude": 53.385426,
    "travel_name": "übrig. Schleswig-Holstein",
    "travel_code": "F04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/217/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/208/?format=api",
    "children": [],
    "zip_codes": [
        "21481"
    ]
}