Define AdministrativeDivision view set (return all)

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

{
    "id": 7044,
    "ags": "08115002",
    "name": "Altdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Altdorf",
    "office_zip": "71155",
    "office_street": "Kirchplatz 5",
    "office_city": "Altdorf",
    "area": 17.45,
    "citizens_total": 4662,
    "citizens_male": 2321,
    "citizens_female": 2341,
    "population_density": 267.0,
    "area_accumulated": 17.45,
    "citizens_accumulated": {
        "total": 4662,
        "female": 2341,
        "male": 2321
    },
    "longitude": 8.995571,
    "latitude": 48.630941,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7044/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7043/?format=api",
    "children": [],
    "zip_codes": [
        "71155"
    ]
}