Define AdministrativeDivision view set (return all)

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

{
    "id": 9404,
    "ags": "09187123",
    "name": "Chiemsee",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Chiemsee",
    "office_zip": "83254",
    "office_street": "Gollenshausener Straße 1",
    "office_city": "Breitbrunn",
    "area": 2.57,
    "citizens_total": 203,
    "citizens_male": 113,
    "citizens_female": 90,
    "population_density": 79.0,
    "area_accumulated": 2.57,
    "citizens_accumulated": {
        "total": 203,
        "female": 90,
        "male": 113
    },
    "longitude": 12.426795,
    "latitude": 47.874132,
    "travel_name": "Chiemsee-Alpenland",
    "travel_code": "T38",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9404/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9402/?format=api",
    "children": [],
    "zip_codes": [
        "83209",
        "83256"
    ]
}