Define AdministrativeDivision view set (return all)

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

{
    "id": 14312,
    "ags": "14522580",
    "name": "Wechselburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Wechselburg",
    "office_zip": "09306",
    "office_street": "Bahnhofstraße 16",
    "office_city": "Wechselburg",
    "area": 25.65,
    "citizens_total": 1778,
    "citizens_male": 880,
    "citizens_female": 898,
    "population_density": 69.0,
    "area_accumulated": 25.65,
    "citizens_accumulated": {
        "total": 1778,
        "female": 898,
        "male": 880
    },
    "longitude": 12.774976,
    "latitude": 51.004312,
    "travel_name": "Sächsisches Burgen- und Heideland",
    "travel_code": "C07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14312/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14311/?format=api",
    "children": [],
    "zip_codes": [
        "09306"
    ]
}