Define AdministrativeDivision view set (return all)

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

{
    "id": 15450,
    "ags": "16065087",
    "name": "Roßleben-Wiehe, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Roßleben-Wiehe",
    "office_zip": "06571",
    "office_street": "Schulplatz 6",
    "office_city": "Roßleben-Wiehe",
    "area": 73.08,
    "citizens_total": 7476,
    "citizens_male": 3813,
    "citizens_female": 3663,
    "population_density": 102.0,
    "area_accumulated": 73.08,
    "citizens_accumulated": {
        "total": 7476,
        "female": 3663,
        "male": 3813
    },
    "longitude": 11.4325,
    "latitude": 51.296422,
    "travel_name": "Südharz Kyffhäuser",
    "travel_code": "E19",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15450/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15449/?format=api",
    "children": [],
    "zip_codes": [
        "06571"
    ]
}