Define AdministrativeDivision view set (return all)

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

{
    "id": 12697,
    "ags": "12061217",
    "name": "Heidesee",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Stadt Heidesee",
    "office_zip": "15754",
    "office_street": "Lindenstraße 14b",
    "office_city": "Heidesee",
    "area": 135.67,
    "citizens_total": 7091,
    "citizens_male": 3550,
    "citizens_female": 3541,
    "population_density": 52.0,
    "area_accumulated": 135.67,
    "citizens_accumulated": {
        "total": 7091,
        "female": 3541,
        "male": 3550
    },
    "longitude": 13.790831,
    "latitude": 52.293584,
    "travel_name": "Dahme-Seenland",
    "travel_code": "A07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12697/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12696/?format=api",
    "children": [],
    "zip_codes": [
        "15754"
    ]
}