Define AdministrativeDivision view set (return all)

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

{
    "id": 14266,
    "ags": "14522220",
    "name": "Großweitzschen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Großweitzschen",
    "office_zip": "04720",
    "office_street": null,
    "office_city": null,
    "area": 44.45,
    "citizens_total": 2643,
    "citizens_male": 1274,
    "citizens_female": 1369,
    "population_density": 59.0,
    "area_accumulated": 44.45,
    "citizens_accumulated": {
        "total": 2643,
        "female": 1369,
        "male": 1274
    },
    "longitude": 13.045513,
    "latitude": 51.15772,
    "travel_name": "Leipzig Region",
    "travel_code": "C12",
    "url": "http://gvz.tuerantuer.org/api/administrative_divisions/14266/?format=api",
    "parent": "http://gvz.tuerantuer.org/api/administrative_divisions/14265/?format=api",
    "children": [],
    "zip_codes": [
        "04720"
    ]
}