Define AdministrativeDivision view set (return all)

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

{
    "id": 5783,
    "ags": "07231116",
    "name": "Schwarzenborn",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Wittlich-Land",
    "office_zip": "54533",
    "office_street": "Kurfürstenstraße 1",
    "office_city": "Wittlich",
    "area": 5.13,
    "citizens_total": 56,
    "citizens_male": 21,
    "citizens_female": 35,
    "population_density": 11.0,
    "area_accumulated": 5.13,
    "citizens_accumulated": {
        "total": 56,
        "female": 35,
        "male": 21
    },
    "longitude": 6.711532,
    "latitude": 50.039116,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5783/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5742/?format=api",
    "children": [],
    "zip_codes": [
        "54533"
    ]
}