Define AdministrativeDivision view set (return all)

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

{
    "id": 7441,
    "ags": "08128061",
    "name": "Königheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Königheim",
    "office_zip": "97953",
    "office_street": "Kirchplatz 2",
    "office_city": "Königheim",
    "area": 61.21,
    "citizens_total": 2983,
    "citizens_male": 1474,
    "citizens_female": 1509,
    "population_density": 49.0,
    "area_accumulated": 61.21,
    "citizens_accumulated": {
        "total": 2983,
        "female": 1509,
        "male": 1474
    },
    "longitude": 9.592932,
    "latitude": 49.618084,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7441/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7439/?format=api",
    "children": [],
    "zip_codes": [
        "97953"
    ]
}