Define AdministrativeDivision view set (return all)

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

{
    "id": 3246,
    "ags": "05566076",
    "name": "Rheine, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Rheine",
    "office_zip": "48431",
    "office_street": "Klosterstraße 14",
    "office_city": "Rheine",
    "area": 145.0,
    "citizens_total": 76218,
    "citizens_male": 38481,
    "citizens_female": 37737,
    "population_density": 526.0,
    "area_accumulated": 145.0,
    "citizens_accumulated": {
        "total": 76218,
        "female": 37737,
        "male": 38481
    },
    "longitude": 7.438651,
    "latitude": 52.279214,
    "travel_name": "Münsterland",
    "travel_code": "H03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3246/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3245/?format=api",
    "children": [],
    "zip_codes": [
        "48429",
        "48431",
        "48432"
    ]
}