Define AdministrativeDivision view set (return all)

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

{
    "id": 10358,
    "ags": "09375127",
    "name": "Deuerling",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Deuerling",
    "office_zip": "93180",
    "office_street": "Postfach 0066",
    "office_city": "Laaber",
    "area": 7.11,
    "citizens_total": 2001,
    "citizens_male": 1008,
    "citizens_female": 993,
    "population_density": 281.0,
    "area_accumulated": 7.11,
    "citizens_accumulated": {
        "total": 2001,
        "female": 993,
        "male": 1008
    },
    "longitude": 11.907326,
    "latitude": 49.035071,
    "travel_name": "Bayerischer Jura",
    "travel_code": "T40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10358/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10356/?format=api",
    "children": [],
    "zip_codes": [
        "93180"
    ]
}