Define AdministrativeDivision view set (return all)

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

{
    "id": 12627,
    "ags": "10046113",
    "name": "Namborn",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Namborn",
    "office_zip": "66640",
    "office_street": "Schloßstraße 13",
    "office_city": "Namborn",
    "area": 25.98,
    "citizens_total": 7002,
    "citizens_male": 3479,
    "citizens_female": 3523,
    "population_density": 270.0,
    "area_accumulated": 25.98,
    "citizens_accumulated": {
        "total": 7002,
        "female": 3523,
        "male": 3479
    },
    "longitude": 7.140686,
    "latitude": 49.521212,
    "travel_name": "Nordsaarland",
    "travel_code": "K01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12627/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12626/?format=api",
    "children": [],
    "zip_codes": [
        "66640"
    ]
}