Define AdministrativeDivision view set (return all)

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

{
    "id": 7682,
    "ags": "08226041",
    "name": "Leimen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Stadtverwaltung Leimen",
    "office_zip": "69181",
    "office_street": "Rathausstraße 8",
    "office_city": "Leimen",
    "area": 20.64,
    "citizens_total": 27044,
    "citizens_male": 13676,
    "citizens_female": 13368,
    "population_density": 1310.0,
    "area_accumulated": 20.64,
    "citizens_accumulated": {
        "total": 27044,
        "female": 13368,
        "male": 13676
    },
    "longitude": 8.688782,
    "latitude": 49.349054,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7682/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7681/?format=api",
    "children": [],
    "zip_codes": [
        "69181"
    ]
}