Define AdministrativeDivision view set (return all)

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

{
    "id": 2418,
    "ags": "03453001",
    "name": "Barßel",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Barßel",
    "office_zip": "26676",
    "office_street": "Theodor-Klinker-Platz 1",
    "office_city": "Barßel",
    "area": 84.35,
    "citizens_total": 13039,
    "citizens_male": 6557,
    "citizens_female": 6482,
    "population_density": 155.0,
    "area_accumulated": 84.35,
    "citizens_accumulated": {
        "total": 13039,
        "female": 6482,
        "male": 6557
    },
    "longitude": 7.745157,
    "latitude": 53.168704,
    "travel_name": "Oldenburger Münsterland",
    "travel_code": "G06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2418/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2417/?format=api",
    "children": [],
    "zip_codes": [
        "26676"
    ]
}