Define AdministrativeDivision view set (return all)

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

{
    "id": 5830,
    "ags": "07232259",
    "name": "Leidenborn",
    "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": 5.58,
    "citizens_total": 195,
    "citizens_male": 93,
    "citizens_female": 102,
    "population_density": 35.0,
    "area_accumulated": 5.58,
    "citizens_accumulated": {
        "total": 195,
        "female": 102,
        "male": 93
    },
    "longitude": 6.216172,
    "latitude": 50.137745,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5830/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5808/?format=api",
    "children": [],
    "zip_codes": [
        "54619"
    ]
}