Define AdministrativeDivision view set (return all)

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

{
    "id": 1546,
    "ags": "03159029",
    "name": "Rosdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Rosdorf",
    "office_zip": "37124",
    "office_street": "Lange Straße 12",
    "office_city": "Rosdorf",
    "area": 66.44,
    "citizens_total": 11883,
    "citizens_male": 5963,
    "citizens_female": 5920,
    "population_density": 179.0,
    "area_accumulated": 66.44,
    "citizens_accumulated": {
        "total": 11883,
        "female": 5920,
        "male": 5963
    },
    "longitude": 9.896257,
    "latitude": 51.506056,
    "travel_name": "Harz",
    "travel_code": "G13",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1546/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1545/?format=api",
    "children": [],
    "zip_codes": [
        "37124"
    ]
}