Define AdministrativeDivision view set (return all)

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

{
    "id": 7449,
    "ags": "08135015",
    "name": "Gerstetten",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Gerstetten",
    "office_zip": "89547",
    "office_street": "Wilhelmstraße 31",
    "office_city": "Gerstetten",
    "area": 92.43,
    "citizens_total": 11585,
    "citizens_male": 5858,
    "citizens_female": 5727,
    "population_density": 125.0,
    "area_accumulated": 92.43,
    "citizens_accumulated": {
        "total": 11585,
        "female": 5727,
        "male": 5858
    },
    "longitude": 10.018422,
    "latitude": 48.622994,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7449/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7448/?format=api",
    "children": [],
    "zip_codes": [
        "89547"
    ]
}