Define AdministrativeDivision view set (return all)

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

{
    "id": 6528,
    "ags": "07334001",
    "name": "Bellheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Bellheim",
    "office_zip": "76756",
    "office_street": "Schubertstraße 18",
    "office_city": "Bellheim",
    "area": 20.43,
    "citizens_total": 8682,
    "citizens_male": 4363,
    "citizens_female": 4319,
    "population_density": 425.0,
    "area_accumulated": 20.43,
    "citizens_accumulated": {
        "total": 8682,
        "female": 4319,
        "male": 4363
    },
    "longitude": 8.284042,
    "latitude": 49.190542,
    "travel_name": "Pfalz",
    "travel_code": "J16",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6528/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6527/?format=api",
    "children": [],
    "zip_codes": [
        "76756"
    ]
}