Define AdministrativeDivision view set (return all)

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

{
    "id": 8528,
    "ags": "08435010",
    "name": "Daisendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Daisendorf",
    "office_zip": "88718",
    "office_street": "Ortsstraße 22",
    "office_city": "Daisendorf",
    "area": 2.44,
    "citizens_total": 1597,
    "citizens_male": 814,
    "citizens_female": 783,
    "population_density": 655.0,
    "area_accumulated": 2.44,
    "citizens_accumulated": {
        "total": 1597,
        "female": 783,
        "male": 814
    },
    "longitude": 9.265766,
    "latitude": 47.711716,
    "travel_name": "Bodensee",
    "travel_code": "L72",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8528/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8527/?format=api",
    "children": [],
    "zip_codes": [
        "88718"
    ]
}