Define AdministrativeDivision view set (return all)

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

{
    "id": 11277,
    "ags": "09575133",
    "name": "Illesheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Illesheim",
    "office_zip": "91471",
    "office_street": "Rathausplatz 1",
    "office_city": "Burgbernheim",
    "area": 21.42,
    "citizens_total": 928,
    "citizens_male": 459,
    "citizens_female": 469,
    "population_density": 43.0,
    "area_accumulated": 21.42,
    "citizens_accumulated": {
        "total": 928,
        "female": 469,
        "male": 459
    },
    "longitude": 10.379299,
    "latitude": 49.480197,
    "travel_name": "Steigerwald",
    "travel_code": "T14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11277/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11274/?format=api",
    "children": [],
    "zip_codes": [
        "91471"
    ]
}