Define AdministrativeDivision view set (return all)

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

{
    "id": 6133,
    "ags": "07233036",
    "name": "Kalenborn-Scheuern",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Gerolstein",
    "office_zip": "54570",
    "office_street": "Kyllweg 1",
    "office_city": "Gerolstein",
    "area": 7.35,
    "citizens_total": 371,
    "citizens_male": 202,
    "citizens_female": 169,
    "population_density": 50.0,
    "area_accumulated": 7.35,
    "citizens_accumulated": {
        "total": 371,
        "female": 169,
        "male": 202
    },
    "longitude": 6.602709,
    "latitude": 50.258428,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6133/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6120/?format=api",
    "children": [],
    "zip_codes": [
        "54570"
    ]
}