Define AdministrativeDivision view set (return all)

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

{
    "id": 13126,
    "ags": "12070302",
    "name": "Plattenburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Plattenburg",
    "office_zip": "19339",
    "office_street": "Dorfstraße 52a",
    "office_city": "Plattenburg",
    "area": 202.01,
    "citizens_total": 3274,
    "citizens_male": 1616,
    "citizens_female": 1658,
    "population_density": 16.0,
    "area_accumulated": 202.01,
    "citizens_accumulated": {
        "total": 3274,
        "female": 1658,
        "male": 1616
    },
    "longitude": 12.02873,
    "latitude": 52.957032,
    "travel_name": "Prignitz",
    "travel_code": "A01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13126/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13125/?format=api",
    "children": [],
    "zip_codes": [
        "19339"
    ]
}