Define AdministrativeDivision view set (return all)

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

{
    "id": 10082,
    "ags": "09371111",
    "name": "Ammerthal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Ammerthal",
    "office_zip": "92260",
    "office_street": "Mühlweg 16a",
    "office_city": "Ammerthal",
    "area": 8.14,
    "citizens_total": 2092,
    "citizens_male": 1010,
    "citizens_female": 1082,
    "population_density": 257.0,
    "area_accumulated": 8.14,
    "citizens_accumulated": {
        "total": 2092,
        "female": 1082,
        "male": 1010
    },
    "longitude": 11.759473,
    "latitude": 49.439533,
    "travel_name": "Bayerischer Jura",
    "travel_code": "T40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10082/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10081/?format=api",
    "children": [],
    "zip_codes": [
        "92260"
    ]
}