Define AdministrativeDivision view set (return all)

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

{
    "id": 6837,
    "ags": "07338020",
    "name": "Neuhofen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Rheinauen",
    "office_zip": "67141",
    "office_street": "Ludwigstraße 99",
    "office_city": "Waldsee",
    "area": 12.3,
    "citizens_total": 7194,
    "citizens_male": 3693,
    "citizens_female": 3501,
    "population_density": 585.0,
    "area_accumulated": 12.3,
    "citizens_accumulated": {
        "total": 7194,
        "female": 3501,
        "male": 3693
    },
    "longitude": 8.428302,
    "latitude": 49.421961,
    "travel_name": "Pfalz",
    "travel_code": "J16",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6837/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/6835/?format=api",
    "children": [],
    "zip_codes": [
        "67141"
    ]
}