Define AdministrativeDivision view set (return all)

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

{
    "id": 13360,
    "ags": "13071166",
    "name": "Wulkenzin",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Neverin",
    "office_zip": "17039",
    "office_street": "Dorfstraße 36",
    "office_city": "Neverin",
    "area": 21.59,
    "citizens_total": 1534,
    "citizens_male": 743,
    "citizens_female": 791,
    "population_density": 71.0,
    "area_accumulated": 21.59,
    "citizens_accumulated": {
        "total": 1534,
        "female": 791,
        "male": 743
    },
    "longitude": 13.168469,
    "latitude": 53.5456,
    "travel_name": "Mecklenburgische Schweiz und Seenplatte",
    "travel_code": "B05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13360/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13349/?format=api",
    "children": [],
    "zip_codes": [
        "17039"
    ]
}