Define AdministrativeDivision view set (return all)

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

{
    "id": 13107,
    "ags": "12069537",
    "name": "Rosenau",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Wusterwitz",
    "office_zip": "14789",
    "office_street": "August-Bebel-Straße 10",
    "office_city": "Wusterwitz",
    "area": 49.74,
    "citizens_total": 878,
    "citizens_male": 441,
    "citizens_female": 437,
    "population_density": 18.0,
    "area_accumulated": 49.74,
    "citizens_accumulated": {
        "total": 878,
        "female": 437,
        "male": 441
    },
    "longitude": 12.320434,
    "latitude": 52.325115,
    "travel_name": "Havelland",
    "travel_code": "A12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13107/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13105/?format=api",
    "children": [],
    "zip_codes": [
        "14789"
    ]
}