Define AdministrativeDivision view set (return all)

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

{
    "id": 3012,
    "ags": "05366040",
    "name": "Weilerswist",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Weilerswist",
    "office_zip": "53919",
    "office_street": null,
    "office_city": null,
    "area": 57.17,
    "citizens_total": 18980,
    "citizens_male": 9587,
    "citizens_female": 9393,
    "population_density": 332.0,
    "area_accumulated": 57.17,
    "citizens_accumulated": {
        "total": 18980,
        "female": 9393,
        "male": 9587
    },
    "longitude": 6.839629,
    "latitude": 50.755939,
    "travel_name": "Eifel und Region Aachen",
    "travel_code": "H01",
    "url": "http://gvz.tuerantuer.org/api/administrative_divisions/3012/?format=api",
    "parent": "http://gvz.tuerantuer.org/api/administrative_divisions/3011/?format=api",
    "children": [],
    "zip_codes": [
        "53919"
    ]
}