Define AdministrativeDivision view set (return all)

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

{
    "id": 7231,
    "ags": "08119001",
    "name": "Alfdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Alfdorf",
    "office_zip": "73553",
    "office_street": "Obere Schloßstraße 28",
    "office_city": "Alfdorf",
    "area": 68.52,
    "citizens_total": 7136,
    "citizens_male": 3524,
    "citizens_female": 3612,
    "population_density": 104.0,
    "area_accumulated": 68.52,
    "citizens_accumulated": {
        "total": 7136,
        "female": 3612,
        "male": 3524
    },
    "longitude": 9.718908,
    "latitude": 48.843821,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7231/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7230/?format=api",
    "children": [],
    "zip_codes": [
        "73553",
        "73655"
    ]
}