Define AdministrativeDivision view set (return all)

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

{
    "id": 14798,
    "ags": "14729380",
    "name": "Thallwitz",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Thallwitz",
    "office_zip": "04808",
    "office_street": null,
    "office_city": null,
    "area": 53.09,
    "citizens_total": 3516,
    "citizens_male": 1730,
    "citizens_female": 1786,
    "population_density": 66.0,
    "area_accumulated": 53.09,
    "citizens_accumulated": {
        "total": 3516,
        "female": 1786,
        "male": 1730
    },
    "longitude": 12.681523,
    "latitude": 51.432758,
    "travel_name": "Leipzig Region",
    "travel_code": "C12",
    "url": "http://gvz.tuerantuer.org/api/administrative_divisions/14798/?format=api",
    "parent": "http://gvz.tuerantuer.org/api/administrative_divisions/14797/?format=api",
    "children": [],
    "zip_codes": [
        "04808"
    ]
}