Define AdministrativeDivision view set (return all)

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

{
    "id": 9600,
    "ags": "09271128",
    "name": "Künzing",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Künzing",
    "office_zip": "94550",
    "office_street": "Osterhofener Straße 2",
    "office_city": "Künzing",
    "area": 40.36,
    "citizens_total": 3165,
    "citizens_male": 1605,
    "citizens_female": 1560,
    "population_density": 78.0,
    "area_accumulated": 40.36,
    "citizens_accumulated": {
        "total": 3165,
        "female": 1560,
        "male": 1605
    },
    "longitude": 13.078295,
    "latitude": 48.668541,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9600/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9599/?format=api",
    "children": [],
    "zip_codes": [
        "94550"
    ]
}