Define AdministrativeDivision view set (return all)

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

{
    "id": 8550,
    "ags": "08436049",
    "name": "Isny im Allgäu, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Isny im Allgäu",
    "office_zip": "88316",
    "office_street": "Wassertorstraße 1-3",
    "office_city": "Isny",
    "area": 85.39,
    "citizens_total": 14191,
    "citizens_male": 7116,
    "citizens_female": 7075,
    "population_density": 166.0,
    "area_accumulated": 85.39,
    "citizens_accumulated": {
        "total": 14191,
        "female": 7075,
        "male": 7116
    },
    "longitude": 10.039361,
    "latitude": 47.692238,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8550/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8549/?format=api",
    "children": [],
    "zip_codes": [
        "88316"
    ]
}