Define AdministrativeDivision view set (return all)

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

{
    "id": 7696,
    "ags": "08226095",
    "name": "Walldorf, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadtverwaltung Walldorf",
    "office_zip": "69190",
    "office_street": "Nußlocher Straße 45",
    "office_city": "Walldorf",
    "area": 19.91,
    "citizens_total": 15420,
    "citizens_male": 7768,
    "citizens_female": 7652,
    "population_density": 774.0,
    "area_accumulated": 19.91,
    "citizens_accumulated": {
        "total": 15420,
        "female": 7652,
        "male": 7768
    },
    "longitude": 8.642764,
    "latitude": 49.303151,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7696/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7695/?format=api",
    "children": [],
    "zip_codes": [
        "69190"
    ]
}