Define AdministrativeDivision view set (return all)

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

{
    "id": 9328,
    "ags": "09186147",
    "name": "Reichertshofen, M",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 60,
    "division_type_name": "Markt",
    "office_name": "Markt Reichertshofen",
    "office_zip": "85084",
    "office_street": "Schloßgasse 5",
    "office_city": "Reichertshofen",
    "area": 36.89,
    "citizens_total": 8268,
    "citizens_male": 4112,
    "citizens_female": 4156,
    "population_density": 224.0,
    "area_accumulated": 36.89,
    "citizens_accumulated": {
        "total": 8268,
        "female": 4156,
        "male": 4112
    },
    "longitude": 11.466741,
    "latitude": 48.657589,
    "travel_name": "Oberbayerns Städte",
    "travel_code": "T25",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9328/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9326/?format=api",
    "children": [],
    "zip_codes": [
        "85084"
    ]
}