Define AdministrativeDivision view set (return all)

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

{
    "id": 10376,
    "ags": "09375191",
    "name": "Riekofen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Riekofen",
    "office_zip": "93104",
    "office_street": "Schulstraße 26",
    "office_city": "Sünching",
    "area": 23.92,
    "citizens_total": 768,
    "citizens_male": 358,
    "citizens_female": 410,
    "population_density": 32.0,
    "area_accumulated": 23.92,
    "citizens_accumulated": {
        "total": 768,
        "female": 410,
        "male": 358
    },
    "longitude": 12.349439,
    "latitude": 48.915578,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10376/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10373/?format=api",
    "children": [],
    "zip_codes": [
        "93104"
    ]
}