Define AdministrativeDivision view set (return all)

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

{
    "id": 8160,
    "ags": "08335025",
    "name": "Gaienhofen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Gaienhofen",
    "office_zip": "78343",
    "office_street": "Auf der Breite 1",
    "office_city": "Gaienhofen",
    "area": 12.52,
    "citizens_total": 3388,
    "citizens_male": 1741,
    "citizens_female": 1647,
    "population_density": 271.0,
    "area_accumulated": 12.52,
    "citizens_accumulated": {
        "total": 3388,
        "female": 1647,
        "male": 1741
    },
    "longitude": 8.981837,
    "latitude": 47.68226,
    "travel_name": "Bodensee",
    "travel_code": "L72",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8160/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8159/?format=api",
    "children": [],
    "zip_codes": [
        "78343"
    ]
}