Define AdministrativeDivision view set (return all)

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

{
    "id": 14382,
    "ags": "14523440",
    "name": "Triebel/Vogtl.",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Triebel/Vogtl.",
    "office_zip": "08606",
    "office_street": "Hauptstraße 52",
    "office_city": "Triebel/Vogtl.",
    "area": 43.09,
    "citizens_total": 1222,
    "citizens_male": 610,
    "citizens_female": 612,
    "population_density": 28.0,
    "area_accumulated": 43.09,
    "citizens_accumulated": {
        "total": 1222,
        "female": 612,
        "male": 610
    },
    "longitude": 12.121273,
    "latitude": 50.370698,
    "travel_name": "Vogtland",
    "travel_code": "C09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14382/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14378/?format=api",
    "children": [],
    "zip_codes": [
        "08606"
    ]
}