Define AdministrativeDivision view set (return all)

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

{
    "id": 987,
    "ags": "01059050",
    "name": "Klein Bennebek",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Kropp-Stapelholm",
    "office_zip": "24848",
    "office_street": "Am Markt 10",
    "office_city": "Kropp",
    "area": 25.63,
    "citizens_total": 545,
    "citizens_male": 254,
    "citizens_female": 291,
    "population_density": 21.0,
    "area_accumulated": 25.63,
    "citizens_accumulated": {
        "total": 545,
        "female": 291,
        "male": 254
    },
    "longitude": 9.456571,
    "latitude": 54.402006,
    "travel_name": "übrig. Schleswig-Holstein",
    "travel_code": "F04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/987/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/980/?format=api",
    "children": [],
    "zip_codes": [
        "24848",
        "24863"
    ]
}