Define AdministrativeDivision view set (return all)

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

{
    "id": 15110,
    "ags": "15088195",
    "name": "Landsberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Landsberg, Stadt",
    "office_zip": "06188",
    "office_street": "Köthener Straße 2",
    "office_city": "Landsberg",
    "area": 125.38,
    "citizens_total": 15048,
    "citizens_male": 7528,
    "citizens_female": 7520,
    "population_density": 120.0,
    "area_accumulated": 125.38,
    "citizens_accumulated": {
        "total": 15048,
        "female": 7520,
        "male": 7528
    },
    "longitude": 12.15883,
    "latitude": 51.525359,
    "travel_name": "Halle, Saale, Unstrut",
    "travel_code": "D02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15110/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15109/?format=api",
    "children": [],
    "zip_codes": [
        "06188"
    ]
}