Define AdministrativeDivision view set (return all)

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

{
    "id": 5842,
    "ags": "07232293",
    "name": "Plütscheid",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Arzfeld",
    "office_zip": "54597",
    "office_street": "Luxemburger Straße 6",
    "office_city": "Arzfeld",
    "area": 12.69,
    "citizens_total": 303,
    "citizens_male": 157,
    "citizens_female": 146,
    "population_density": 24.0,
    "area_accumulated": 12.69,
    "citizens_accumulated": {
        "total": 303,
        "female": 146,
        "male": 157
    },
    "longitude": 6.427482,
    "latitude": 50.087925,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5842/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5808/?format=api",
    "children": [],
    "zip_codes": [
        "54597"
    ]
}