Define AdministrativeDivision view set (return all)

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

{
    "id": 11395,
    "ags": "09671124",
    "name": "Haibach",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Haibach",
    "office_zip": "63808",
    "office_street": "Postfach 1165",
    "office_city": "Haibach",
    "area": 7.35,
    "citizens_total": 8461,
    "citizens_male": 4346,
    "citizens_female": 4115,
    "population_density": 1151.0,
    "area_accumulated": 7.35,
    "citizens_accumulated": {
        "total": 8461,
        "female": 4115,
        "male": 4346
    },
    "longitude": 9.202982,
    "latitude": 49.964977,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11395/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11394/?format=api",
    "children": [],
    "zip_codes": [
        "63808"
    ]
}