Define AdministrativeDivision view set (return all)

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

{
    "id": 11405,
    "ags": "09671139",
    "name": "Laufach",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Laufach",
    "office_zip": "63846",
    "office_street": "Postfach 1110",
    "office_city": "Laufach",
    "area": 15.6,
    "citizens_total": 5149,
    "citizens_male": 2603,
    "citizens_female": 2546,
    "population_density": 330.0,
    "area_accumulated": 15.6,
    "citizens_accumulated": {
        "total": 5149,
        "female": 2546,
        "male": 2603
    },
    "longitude": 9.297033,
    "latitude": 50.013879,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11405/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11404/?format=api",
    "children": [],
    "zip_codes": [
        "63846"
    ]
}