Define AdministrativeDivision view set (return all)

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

{
    "id": 8299,
    "ags": "08415090",
    "name": "Hohenstein",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Hohenstein",
    "office_zip": "72531",
    "office_street": "Im Dorf 14",
    "office_city": "Hohenstein",
    "area": 61.71,
    "citizens_total": 3655,
    "citizens_male": 1805,
    "citizens_female": 1850,
    "population_density": 59.0,
    "area_accumulated": 61.71,
    "citizens_accumulated": {
        "total": 3655,
        "female": 1850,
        "male": 1805
    },
    "longitude": 9.3727,
    "latitude": 48.348388,
    "travel_name": "Schwäbische Alb",
    "travel_code": "L60",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8299/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8297/?format=api",
    "children": [],
    "zip_codes": [
        "72531"
    ]
}