Define AdministrativeDivision view set (return all)

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

{
    "id": 7680,
    "ags": "08226038",
    "name": "Ladenburg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Ladenburg",
    "office_zip": "68526",
    "office_street": "Hauptstraße 7",
    "office_city": "Ladenburg",
    "area": 19.0,
    "citizens_total": 11661,
    "citizens_male": 5996,
    "citizens_female": 5665,
    "population_density": 614.0,
    "area_accumulated": 19.0,
    "citizens_accumulated": {
        "total": 11661,
        "female": 5665,
        "male": 5996
    },
    "longitude": 8.610298,
    "latitude": 49.471947,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7680/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7679/?format=api",
    "children": [],
    "zip_codes": [
        "68526"
    ]
}