Define AdministrativeDivision view set (return all)

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

{
    "id": 10319,
    "ags": "09375161",
    "name": "Köfering",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Köfering",
    "office_zip": "93096",
    "office_street": "Schulstraße 11",
    "office_city": "Köfering",
    "area": 5.29,
    "citizens_total": 2727,
    "citizens_male": 1340,
    "citizens_female": 1387,
    "population_density": 516.0,
    "area_accumulated": 5.29,
    "citizens_accumulated": {
        "total": 2727,
        "female": 1387,
        "male": 1340
    },
    "longitude": 12.195341,
    "latitude": 48.938213,
    "travel_name": "Bayerisches Golf- und Thermenland",
    "travel_code": "T41",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10319/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10318/?format=api",
    "children": [],
    "zip_codes": [
        "93096"
    ]
}