Define AdministrativeDivision view set (return all)

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

{
    "id": 1696,
    "ags": "03252005",
    "name": "Emmerthal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Emmerthal",
    "office_zip": "31860",
    "office_street": "Berliner Straße 15",
    "office_city": "Emmerthal",
    "area": 114.94,
    "citizens_total": 9728,
    "citizens_male": 4968,
    "citizens_female": 4760,
    "population_density": 85.0,
    "area_accumulated": 114.94,
    "citizens_accumulated": {
        "total": 9728,
        "female": 4760,
        "male": 4968
    },
    "longitude": 9.376592,
    "latitude": 52.049405,
    "travel_name": "Weserbergland",
    "travel_code": "G10",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1696/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1695/?format=api",
    "children": [],
    "zip_codes": [
        "31860"
    ]
}