Define AdministrativeDivision view set (return all)

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

{
    "id": 6777,
    "ags": "07337039",
    "name": "Herxheimweyher",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Herxheim",
    "office_zip": "76863",
    "office_street": "Obere Hauptstraße 2",
    "office_city": "Herxheim",
    "area": 3.57,
    "citizens_total": 551,
    "citizens_male": 270,
    "citizens_female": 281,
    "population_density": 154.0,
    "area_accumulated": 3.57,
    "citizens_accumulated": {
        "total": 551,
        "female": 281,
        "male": 270
    },
    "longitude": 8.254224,
    "latitude": 49.152162,
    "travel_name": "Pfalz",
    "travel_code": "J16",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6777/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6775/?format=api",
    "children": [],
    "zip_codes": [
        "76863"
    ]
}