Define AdministrativeDivision view set (return all)

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

{
    "id": 15222,
    "ags": "15091375",
    "name": "Wittenberg, Lutherstadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Wittenberg, Lutherstadt",
    "office_zip": "06886",
    "office_street": "Lutherstraße 56",
    "office_city": "Lutherstadt",
    "area": 240.41,
    "citizens_total": 45752,
    "citizens_male": 23663,
    "citizens_female": 22089,
    "population_density": 190.0,
    "area_accumulated": 240.41,
    "citizens_accumulated": {
        "total": 45752,
        "female": 22089,
        "male": 23663
    },
    "longitude": 12.645554,
    "latitude": 51.867003,
    "travel_name": "Anhalt-Wittenberg",
    "travel_code": "D03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15222/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15221/?format=api",
    "children": [],
    "zip_codes": [
        "06886",
        "06888",
        "06889"
    ]
}