Define AdministrativeDivision view set (return all)

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

{
    "id": 15986,
    "ags": "16076093",
    "name": "Mohlsdorf-Teichwolframsdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Mohlsdorf-Teichwolframsdorf",
    "office_zip": "07987",
    "office_street": "Straße der Einheit 6",
    "office_city": "Mohlsdorf-Teichwolframsdorf",
    "area": 50.59,
    "citizens_total": 4734,
    "citizens_male": 2395,
    "citizens_female": 2339,
    "population_density": 94.0,
    "area_accumulated": 50.59,
    "citizens_accumulated": {
        "total": 4734,
        "female": 2339,
        "male": 2395
    },
    "longitude": 12.257584,
    "latitude": 50.673923,
    "travel_name": "Thüringer Vogtland",
    "travel_code": "E27",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15986/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15985/?format=api",
    "children": [],
    "zip_codes": [
        "07987"
    ]
}