Define AdministrativeDivision view set (return all)

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

{
    "id": 12907,
    "ags": "12065144",
    "name": "Hohen Neuendorf, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Hohen Neuendorf",
    "office_zip": "16540",
    "office_street": "Oranienburger Straße 2",
    "office_city": "Hohen",
    "area": 48.56,
    "citizens_total": 26283,
    "citizens_male": 13458,
    "citizens_female": 12825,
    "population_density": 541.0,
    "area_accumulated": 48.56,
    "citizens_accumulated": {
        "total": 26283,
        "female": 12825,
        "male": 13458
    },
    "longitude": 13.279528,
    "latitude": 52.671291,
    "travel_name": "Ruppiner Seenland",
    "travel_code": "A02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12907/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12906/?format=api",
    "children": [],
    "zip_codes": [
        "16540",
        "16556",
        "16562"
    ]
}