Define AdministrativeDivision view set (return all)

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

{
    "id": 10362,
    "ags": "09375211",
    "name": "Wolfsegg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Wolfsegg",
    "office_zip": "93195",
    "office_street": "Judenberger Straße 4",
    "office_city": "Wolfsegg",
    "area": 15.34,
    "citizens_total": 1525,
    "citizens_male": 745,
    "citizens_female": 780,
    "population_density": 99.0,
    "area_accumulated": 15.34,
    "citizens_accumulated": {
        "total": 1525,
        "female": 780,
        "male": 745
    },
    "longitude": 11.976646,
    "latitude": 49.107689,
    "travel_name": "Bayerischer Jura",
    "travel_code": "T40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10362/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10360/?format=api",
    "children": [],
    "zip_codes": [
        "93195"
    ]
}