Define AdministrativeDivision view set (return all)

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

{
    "id": 11902,
    "ags": "09679176",
    "name": "Reichenberg, M",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 60,
    "division_type_name": "Markt",
    "office_name": "Markt Reichenberg",
    "office_zip": "97234",
    "office_street": "Kirchgasse 5",
    "office_city": "Reichenberg",
    "area": 34.79,
    "citizens_total": 4115,
    "citizens_male": 2093,
    "citizens_female": 2022,
    "population_density": 118.0,
    "area_accumulated": 34.79,
    "citizens_accumulated": {
        "total": 4115,
        "female": 2022,
        "male": 2093
    },
    "longitude": 9.916221,
    "latitude": 49.731665,
    "travel_name": "Fränkisches Weinland",
    "travel_code": "T05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11902/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11901/?format=api",
    "children": [],
    "zip_codes": [
        "97234"
    ]
}