Define AdministrativeDivision view set (return all)

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

{
    "id": 3502,
    "ags": "05962020",
    "name": "Herscheid",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Herscheid",
    "office_zip": "58849",
    "office_street": "Plettenberger Straße 27",
    "office_city": "Herscheid",
    "area": 59.4,
    "citizens_total": 6954,
    "citizens_male": 3520,
    "citizens_female": 3434,
    "population_density": 117.0,
    "area_accumulated": 59.4,
    "citizens_accumulated": {
        "total": 6954,
        "female": 3434,
        "male": 3520
    },
    "longitude": 7.745898,
    "latitude": 51.177282,
    "travel_name": "Sauerland",
    "travel_code": "H05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3502/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3501/?format=api",
    "children": [],
    "zip_codes": [
        "58849"
    ]
}