Define AdministrativeDivision view set (return all)

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

{
    "id": 12931,
    "ags": "12065310",
    "name": "Stechlin",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Gransee und Gemeinden",
    "office_zip": "16775",
    "office_street": "Baustraße 56",
    "office_city": "Gransee",
    "area": 84.73,
    "citizens_total": 1192,
    "citizens_male": 612,
    "citizens_female": 580,
    "population_density": 14.0,
    "area_accumulated": 84.73,
    "citizens_accumulated": {
        "total": 1192,
        "female": 580,
        "male": 612
    },
    "longitude": 13.05065,
    "latitude": 53.102905,
    "travel_name": "Ruppiner Seenland",
    "travel_code": "A02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/12931/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/12926/?format=api",
    "children": [],
    "zip_codes": [
        "16775"
    ]
}