Define AdministrativeDivision view set (return all)

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

{
    "id": 7737,
    "ags": "08226085",
    "name": "Sinsheim, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Stadtverwaltung Sinsheim",
    "office_zip": "74889",
    "office_street": "Wilhelmstraße 14 - 18",
    "office_city": "Sinsheim",
    "area": 126.99,
    "citizens_total": 35399,
    "citizens_male": 17789,
    "citizens_female": 17610,
    "population_density": 279.0,
    "area_accumulated": 126.99,
    "citizens_accumulated": {
        "total": 35399,
        "female": 17610,
        "male": 17789
    },
    "longitude": 8.878701,
    "latitude": 49.252996,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/7737/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/7736/?format=api",
    "children": [],
    "zip_codes": [
        "74889"
    ]
}