Define AdministrativeDivision view set (return all)

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

{
    "id": 7291,
    "ags": "08125107",
    "name": "Wüstenrot",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Wüstenrot",
    "office_zip": "71543",
    "office_street": "Eichwaldstraße 19",
    "office_city": "Wüstenrot",
    "area": 30.02,
    "citizens_total": 6727,
    "citizens_male": 3476,
    "citizens_female": 3251,
    "population_density": 224.0,
    "area_accumulated": 30.02,
    "citizens_accumulated": {
        "total": 6727,
        "female": 3251,
        "male": 3476
    },
    "longitude": 9.460742,
    "latitude": 49.080263,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7291/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7290/?format=api",
    "children": [],
    "zip_codes": [
        "71543"
    ]
}