Define AdministrativeDivision view set (return all)

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

{
    "id": 8424,
    "ags": "08425005",
    "name": "Altheim (Alb)",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Altheim (Alb)",
    "office_zip": "89174",
    "office_street": "Schmiedgasse 15",
    "office_city": "Altheim",
    "area": 25.77,
    "citizens_total": 1720,
    "citizens_male": 844,
    "citizens_female": 876,
    "population_density": 67.0,
    "area_accumulated": 25.77,
    "citizens_accumulated": {
        "total": 1720,
        "female": 876,
        "male": 844
    },
    "longitude": 10.025037,
    "latitude": 48.581738,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8424/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8423/?format=api",
    "children": [],
    "zip_codes": [
        "89174"
    ]
}