Define AdministrativeDivision view set (return all)

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

{
    "id": 5850,
    "ags": "07232322",
    "name": "Waxweiler",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Arzfeld",
    "office_zip": "54649",
    "office_street": "Luxemburger Straße 6",
    "office_city": "Arzfeld",
    "area": 5.97,
    "citizens_total": 1111,
    "citizens_male": 558,
    "citizens_female": 553,
    "population_density": 186.0,
    "area_accumulated": 5.97,
    "citizens_accumulated": {
        "total": 1111,
        "female": 553,
        "male": 558
    },
    "longitude": 6.362252,
    "latitude": 50.093104,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5850/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5808/?format=api",
    "children": [],
    "zip_codes": [
        "54649"
    ]
}