Define AdministrativeDivision view set (return all)

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

{
    "id": 5831,
    "ags": "07232260",
    "name": "Lichtenborn",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Arzfeld",
    "office_zip": "54619",
    "office_street": "Luxemburger Straße 6",
    "office_city": "Arzfeld",
    "area": 11.45,
    "citizens_total": 314,
    "citizens_male": 153,
    "citizens_female": 161,
    "population_density": 27.0,
    "area_accumulated": 11.45,
    "citizens_accumulated": {
        "total": 314,
        "female": 161,
        "male": 153
    },
    "longitude": 6.291222,
    "latitude": 50.109081,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5831/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5808/?format=api",
    "children": [],
    "zip_codes": [
        "54619"
    ]
}