Define AdministrativeDivision view set (return all)

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

{
    "id": 12616,
    "ags": "10045115",
    "name": "Kirkel",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Kirkel",
    "office_zip": "66459",
    "office_street": "Hauptstraße 10",
    "office_city": "Kirkel",
    "area": 31.34,
    "citizens_total": 10039,
    "citizens_male": 5136,
    "citizens_female": 4903,
    "population_density": 320.0,
    "area_accumulated": 31.34,
    "citizens_accumulated": {
        "total": 10039,
        "female": 4903,
        "male": 5136
    },
    "longitude": 7.226366,
    "latitude": 49.284514,
    "travel_name": "Übriges Saarland",
    "travel_code": "K03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12616/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12615/?format=api",
    "children": [],
    "zip_codes": [
        "66459"
    ]
}