Define AdministrativeDivision view set (return all)

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

{
    "id": 15831,
    "ags": "16074004",
    "name": "Bibra",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "VG Südliches Saaletal",
    "office_zip": "07768",
    "office_street": "Bahnhofstraße 23",
    "office_city": "Kahla/Thür.",
    "area": 4.37,
    "citizens_total": 264,
    "citizens_male": 128,
    "citizens_female": 136,
    "population_density": 60.0,
    "area_accumulated": 4.37,
    "citizens_accumulated": {
        "total": 264,
        "female": 136,
        "male": 128
    },
    "longitude": 11.545048,
    "latitude": 50.80453,
    "travel_name": "Saaleland",
    "travel_code": "E23",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15831/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15829/?format=api",
    "children": [],
    "zip_codes": [
        "07768"
    ]
}