Define AdministrativeDivision view set (return all)

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

{
    "id": 5148,
    "ags": "07138037",
    "name": "Leubsdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Linz am Rhein",
    "office_zip": "53545",
    "office_street": "Am Schoppbüchel 5",
    "office_city": "Linz",
    "area": 10.22,
    "citizens_total": 1606,
    "citizens_male": 811,
    "citizens_female": 795,
    "population_density": 157.0,
    "area_accumulated": 10.22,
    "citizens_accumulated": {
        "total": 1606,
        "female": 795,
        "male": 811
    },
    "longitude": 7.291244,
    "latitude": 50.547529,
    "travel_name": "Rheintal",
    "travel_code": "J18",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5148/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5146/?format=api",
    "children": [],
    "zip_codes": [
        "53547"
    ]
}