Define AdministrativeDivision view set (return all)

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

{
    "id": 14452,
    "ags": "14524260",
    "name": "Remse",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Remse",
    "office_zip": "08373",
    "office_street": null,
    "office_city": null,
    "area": 14.79,
    "citizens_total": 1609,
    "citizens_male": 816,
    "citizens_female": 793,
    "population_density": 109.0,
    "area_accumulated": 14.79,
    "citizens_accumulated": {
        "total": 1609,
        "female": 793,
        "male": 816
    },
    "longitude": 12.567813,
    "latitude": 50.854562,
    "travel_name": "Chemnitz Zwickau Region",
    "travel_code": "C14",
    "url": "http://gvz.tuerantuer.org/api/administrative_divisions/14452/?format=api",
    "parent": "http://gvz.tuerantuer.org/api/administrative_divisions/14450/?format=api",
    "children": [],
    "zip_codes": [
        "08373"
    ]
}