Define AdministrativeDivision view set (return all)

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

{
    "id": 13911,
    "ags": "13075143",
    "name": "Wilhelmsburg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Torgelow-Ferdinandshof",
    "office_zip": "17379",
    "office_street": "Bahnhofstraße 2",
    "office_city": "Torgelow",
    "area": 47.2,
    "citizens_total": 720,
    "citizens_male": 331,
    "citizens_female": 389,
    "population_density": 15.0,
    "area_accumulated": 47.2,
    "citizens_accumulated": {
        "total": 720,
        "female": 389,
        "male": 331
    },
    "longitude": 13.859025,
    "latitude": 53.64175,
    "travel_name": "Vorpommern",
    "travel_code": "B02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13911/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13904/?format=api",
    "children": [],
    "zip_codes": [
        "17379"
    ]
}