Define AdministrativeDivision view set (return all)

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

{
    "id": 4793,
    "ags": "07133055",
    "name": "Langenthal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Nahe-Glan",
    "office_zip": "55569",
    "office_street": "Marktplatz 11",
    "office_city": "Bad",
    "area": 2.71,
    "citizens_total": 97,
    "citizens_male": 47,
    "citizens_female": 50,
    "population_density": 36.0,
    "area_accumulated": 2.71,
    "citizens_accumulated": {
        "total": 97,
        "female": 50,
        "male": 47
    },
    "longitude": 7.575165,
    "latitude": 49.831574,
    "travel_name": "Naheland",
    "travel_code": "J15",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/4793/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/4780/?format=api",
    "children": [],
    "zip_codes": [
        "55569"
    ]
}