Define AdministrativeDivision view set (return all)

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

{
    "id": 5153,
    "ags": "07138501",
    "name": "Kasbach-Ohlenberg",
    "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": 4.78,
    "citizens_total": 1401,
    "citizens_male": 694,
    "citizens_female": 707,
    "population_density": 293.0,
    "area_accumulated": 4.78,
    "citizens_accumulated": {
        "total": 1401,
        "female": 707,
        "male": 694
    },
    "longitude": 7.283651,
    "latitude": 50.589134,
    "travel_name": "Rheintal",
    "travel_code": "J18",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/5153/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5146/?format=api",
    "children": [],
    "zip_codes": [
        "53547"
    ]
}