Define AdministrativeDivision view set (return all)

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

{
    "id": 3554,
    "ags": "05970032",
    "name": "Netphen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Netphen",
    "office_zip": "57250",
    "office_street": "Amtsstraße 2 + 6",
    "office_city": "Netphen",
    "area": 137.39,
    "citizens_total": 23081,
    "citizens_male": 11665,
    "citizens_female": 11416,
    "population_density": 168.0,
    "area_accumulated": 137.39,
    "citizens_accumulated": {
        "total": 23081,
        "female": 11416,
        "male": 11665
    },
    "longitude": 8.098414,
    "latitude": 50.915322,
    "travel_name": "Siegerland-Wittgenstein",
    "travel_code": "H06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3554/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3553/?format=api",
    "children": [],
    "zip_codes": [
        "57250"
    ]
}