Define AdministrativeDivision view set (return all)

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

{
    "id": 3602,
    "ags": "05978024",
    "name": "Lünen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Lünen",
    "office_zip": "44532",
    "office_street": "Willy-Brandt-Platz 1",
    "office_city": "Lünen",
    "area": 59.39,
    "citizens_total": 86348,
    "citizens_male": 44305,
    "citizens_female": 42043,
    "population_density": 1454.0,
    "area_accumulated": 59.39,
    "citizens_accumulated": {
        "total": 86348,
        "female": 42043,
        "male": 44305
    },
    "longitude": 7.523533,
    "latitude": 51.614327,
    "travel_name": "Ruhrgebiet",
    "travel_code": "H11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3602/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3601/?format=api",
    "children": [],
    "zip_codes": [
        "44532",
        "44534",
        "44536"
    ]
}