Define AdministrativeDivision view set (return all)

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

{
    "id": 7989,
    "ags": "08317114",
    "name": "Rust",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Rust",
    "office_zip": "77977",
    "office_street": "Fischerstraße 51",
    "office_city": "Rust",
    "area": 13.27,
    "citizens_total": 4258,
    "citizens_male": 2110,
    "citizens_female": 2148,
    "population_density": 321.0,
    "area_accumulated": 13.27,
    "citizens_accumulated": {
        "total": 4258,
        "female": 2148,
        "male": 2110
    },
    "longitude": 7.726081,
    "latitude": 48.269294,
    "travel_name": "Mittlerer Schwarzwald",
    "travel_code": "L12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7989/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7985/?format=api",
    "children": [],
    "zip_codes": [
        "77977"
    ]
}