Define AdministrativeDivision view set (return all)

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

{
    "id": 15845,
    "ags": "16074079",
    "name": "Rothenstein",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "VG Südliches Saaletal",
    "office_zip": "07751",
    "office_street": "Bahnhofstraße 23",
    "office_city": "Kahla/Thür.",
    "area": 10.45,
    "citizens_total": 1139,
    "citizens_male": 569,
    "citizens_female": 570,
    "population_density": 109.0,
    "area_accumulated": 10.45,
    "citizens_accumulated": {
        "total": 1139,
        "female": 570,
        "male": 569
    },
    "longitude": 11.603008,
    "latitude": 50.849184,
    "travel_name": "Saaleland",
    "travel_code": "E23",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15845/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15829/?format=api",
    "children": [],
    "zip_codes": [
        "07751"
    ]
}