Define AdministrativeDivision view set (return all)

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

{
    "id": 3518,
    "ags": "05962052",
    "name": "Plettenberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Plettenberg",
    "office_zip": "58840",
    "office_street": "Grünestraße 12",
    "office_city": "Plettenberg",
    "area": 96.75,
    "citizens_total": 25237,
    "citizens_male": 12645,
    "citizens_female": 12592,
    "population_density": 261.0,
    "area_accumulated": 96.75,
    "citizens_accumulated": {
        "total": 25237,
        "female": 12592,
        "male": 12645
    },
    "longitude": 7.874142,
    "latitude": 51.212418,
    "travel_name": "Sauerland",
    "travel_code": "H05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3518/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3517/?format=api",
    "children": [],
    "zip_codes": [
        "58840"
    ]
}