Define AdministrativeDivision view set (return all)

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

{
    "id": 7158,
    "ags": "08117012",
    "name": "Bad Boll",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Bad Boll",
    "office_zip": "73087",
    "office_street": "Hauptstraße 94",
    "office_city": "Bad",
    "area": 10.95,
    "citizens_total": 5151,
    "citizens_male": 2680,
    "citizens_female": 2471,
    "population_density": 470.0,
    "area_accumulated": 10.95,
    "citizens_accumulated": {
        "total": 5151,
        "female": 2471,
        "male": 2680
    },
    "longitude": 9.616604,
    "latitude": 48.639235,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7158/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7156/?format=api",
    "children": [],
    "zip_codes": [
        "73087"
    ]
}