Define AdministrativeDivision view set (return all)

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

{
    "id": 7889,
    "ags": "08315008",
    "name": "Ballrechten-Dottingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Ballrechten-Dottingen",
    "office_zip": "79282",
    "office_street": "Alfred-Löffler-Straße 1",
    "office_city": "Ballrechten-Dottingen",
    "area": 6.61,
    "citizens_total": 2440,
    "citizens_male": 1207,
    "citizens_female": 1233,
    "population_density": 369.0,
    "area_accumulated": 6.61,
    "citizens_accumulated": {
        "total": 2440,
        "female": 1233,
        "male": 1207
    },
    "longitude": 7.691108,
    "latitude": 47.85776,
    "travel_name": "Südlicher Schwarzwald",
    "travel_code": "L13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7889/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7888/?format=api",
    "children": [],
    "zip_codes": [
        "79282"
    ]
}