Define AdministrativeDivision view set (return all)

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

{
    "id": 3563,
    "ags": "05974004",
    "name": "Anröchte",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Anröchte",
    "office_zip": "59609",
    "office_street": "Hauptstraße 74",
    "office_city": "Anröchte",
    "area": 73.79,
    "citizens_total": 10238,
    "citizens_male": 5066,
    "citizens_female": 5172,
    "population_density": 139.0,
    "area_accumulated": 73.79,
    "citizens_accumulated": {
        "total": 10238,
        "female": 5172,
        "male": 5066
    },
    "longitude": 8.327462,
    "latitude": 51.561271,
    "travel_name": "Sauerland",
    "travel_code": "H05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3563/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3562/?format=api",
    "children": [],
    "zip_codes": [
        "59609"
    ]
}