Define AdministrativeDivision view set (return all)

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

{
    "id": 13335,
    "ags": "13071159",
    "name": "Wesenberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Amt Mecklenburgische Kleinseenplatte",
    "office_zip": "17255",
    "office_street": "R.-Breitscheid-Straße 24",
    "office_city": "Mirow",
    "area": 89.64,
    "citizens_total": 3031,
    "citizens_male": 1544,
    "citizens_female": 1487,
    "population_density": 34.0,
    "area_accumulated": 89.64,
    "citizens_accumulated": {
        "total": 3031,
        "female": 1487,
        "male": 1544
    },
    "longitude": 12.970368,
    "latitude": 53.281414,
    "travel_name": "Mecklenburgische Schweiz und Seenplatte",
    "travel_code": "B05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13335/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13332/?format=api",
    "children": [],
    "zip_codes": [
        "17255"
    ]
}