Define AdministrativeDivision view set (return all)

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

{
    "id": 11681,
    "ags": "09676119",
    "name": "Eichenbühl",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Eichenbühl",
    "office_zip": "63928",
    "office_street": "Hauptstraße 97",
    "office_city": "Eichenbühl",
    "area": 31.23,
    "citizens_total": 2483,
    "citizens_male": 1225,
    "citizens_female": 1258,
    "population_density": 80.0,
    "area_accumulated": 31.23,
    "citizens_accumulated": {
        "total": 2483,
        "female": 1258,
        "male": 1225
    },
    "longitude": 9.327814,
    "latitude": 49.705561,
    "travel_name": "Spessart-Mainland",
    "travel_code": "T12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11681/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11680/?format=api",
    "children": [],
    "zip_codes": [
        "63928",
        "74731",
        "97896"
    ]
}