Define AdministrativeDivision view set (return all)

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

{
    "id": 7094,
    "ags": "08116020",
    "name": "Frickenhausen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Frickenhausen",
    "office_zip": "72636",
    "office_street": "Mittlere Straße 18",
    "office_city": "Frickenhausen",
    "area": 11.35,
    "citizens_total": 9130,
    "citizens_male": 4559,
    "citizens_female": 4571,
    "population_density": 804.0,
    "area_accumulated": 11.35,
    "citizens_accumulated": {
        "total": 9130,
        "female": 4571,
        "male": 4559
    },
    "longitude": 9.359845,
    "latitude": 48.593654,
    "travel_name": "Region Stuttgart",
    "travel_code": "L50",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7094/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7093/?format=api",
    "children": [],
    "zip_codes": [
        "72636"
    ]
}