Define AdministrativeDivision view set (return all)

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

{
    "id": 15689,
    "ags": "16070012",
    "name": "Elleben",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "VG Riechheimer Berg",
    "office_zip": "99334",
    "office_street": "Am Gutshof 4",
    "office_city": "Amt",
    "area": 17.0,
    "citizens_total": 874,
    "citizens_male": 440,
    "citizens_female": 434,
    "population_density": 51.0,
    "area_accumulated": 17.0,
    "citizens_accumulated": {
        "total": 874,
        "female": 434,
        "male": 440
    },
    "longitude": 11.092014,
    "latitude": 50.862945,
    "travel_name": "Thüringer Wald",
    "travel_code": "E28",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15689/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15685/?format=api",
    "children": [],
    "zip_codes": [
        "99334"
    ]
}