Define AdministrativeDivision view set (return all)

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

{
    "id": 5147,
    "ags": "07138009",
    "name": "Dattenberg",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Linz am Rhein",
    "office_zip": "53547",
    "office_street": "Am Schoppbüchel 5",
    "office_city": "Linz",
    "area": 9.33,
    "citizens_total": 1469,
    "citizens_male": 749,
    "citizens_female": 720,
    "population_density": 157.0,
    "area_accumulated": 9.33,
    "citizens_accumulated": {
        "total": 1469,
        "female": 720,
        "male": 749
    },
    "longitude": 7.292212,
    "latitude": 50.553203,
    "travel_name": "Rheintal",
    "travel_code": "J18",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5147/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5146/?format=api",
    "children": [],
    "zip_codes": [
        "53547"
    ]
}