Define AdministrativeDivision view set (return all)

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

{
    "id": 123,
    "ags": "01051137",
    "name": "Nordermeldorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Mitteldithmarschen",
    "office_zip": "25704",
    "office_street": "Hindenburgstraße 18",
    "office_city": "Meldorf",
    "area": 34.1,
    "citizens_total": 604,
    "citizens_male": 285,
    "citizens_female": 319,
    "population_density": 18.0,
    "area_accumulated": 34.1,
    "citizens_accumulated": {
        "total": 604,
        "female": 319,
        "male": 285
    },
    "longitude": 9.013736,
    "latitude": 54.112068,
    "travel_name": "Nordsee",
    "travel_code": "F01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/123/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/100/?format=api",
    "children": [],
    "zip_codes": [
        "25704"
    ]
}