Define AdministrativeDivision view set (return all)

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

{
    "id": 8504,
    "ags": "08426124",
    "name": "Uttenweiler",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Uttenweiler",
    "office_zip": "88524",
    "office_street": "Hauptstraße 14",
    "office_city": "Uttenweiler",
    "area": 49.76,
    "citizens_total": 3655,
    "citizens_male": 1797,
    "citizens_female": 1858,
    "population_density": 73.0,
    "area_accumulated": 49.76,
    "citizens_accumulated": {
        "total": 3655,
        "female": 1858,
        "male": 1797
    },
    "longitude": 9.61133,
    "latitude": 48.148751,
    "travel_name": "Württembergisches Allgäu Oberschwaben",
    "travel_code": "L71",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/8504/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/8497/?format=api",
    "children": [],
    "zip_codes": [
        "88524"
    ]
}