Define AdministrativeDivision view set (return all)

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

{
    "id": 7730,
    "ags": "08226065",
    "name": "Rauenberg, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Rauenberg",
    "office_zip": "69231",
    "office_street": "Wieslocher Straße 21",
    "office_city": "Rauenberg",
    "area": 11.12,
    "citizens_total": 8756,
    "citizens_male": 4398,
    "citizens_female": 4358,
    "population_density": 787.0,
    "area_accumulated": 11.12,
    "citizens_accumulated": {
        "total": 8756,
        "female": 4358,
        "male": 4398
    },
    "longitude": 8.70473,
    "latitude": 49.266186,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7730/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7727/?format=api",
    "children": [],
    "zip_codes": [
        "69231"
    ]
}