Define AdministrativeDivision view set (return all)

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

{
    "id": 14387,
    "ags": "14523230",
    "name": "Mühlental",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Mühlental",
    "office_zip": "08261",
    "office_street": "Sonnenwirbel 3",
    "office_city": "Schöneck",
    "area": 39.59,
    "citizens_total": 1276,
    "citizens_male": 620,
    "citizens_female": 656,
    "population_density": 32.0,
    "area_accumulated": 39.59,
    "citizens_accumulated": {
        "total": 1276,
        "female": 656,
        "male": 620
    },
    "longitude": 12.266965,
    "latitude": 50.37198,
    "travel_name": "Vogtland",
    "travel_code": "C09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14387/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14386/?format=api",
    "children": [],
    "zip_codes": [
        "08626"
    ]
}