Define AdministrativeDivision view set (return all)

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

{
    "id": 7235,
    "ags": "08119041",
    "name": "Korb",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Korb",
    "office_zip": "71404",
    "office_street": "J.-F.-Weishaar-Straße 7-9",
    "office_city": "Korb",
    "area": 8.45,
    "citizens_total": 10770,
    "citizens_male": 5485,
    "citizens_female": 5285,
    "population_density": 1275.0,
    "area_accumulated": 8.45,
    "citizens_accumulated": {
        "total": 10770,
        "female": 5285,
        "male": 5485
    },
    "longitude": 9.361341,
    "latitude": 48.841999,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7235/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7234/?format=api",
    "children": [],
    "zip_codes": [
        "71404"
    ]
}