Define AdministrativeDivision view set (return all)

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

{
    "id": 7560,
    "ags": "08215109",
    "name": "Stutensee, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 67,
    "division_type_name": "große Kreisstadt",
    "office_name": "Stadtverwaltung Stutensee",
    "office_zip": "76297",
    "office_street": null,
    "office_city": null,
    "area": 45.68,
    "citizens_total": 25259,
    "citizens_male": 12518,
    "citizens_female": 12741,
    "population_density": 553.0,
    "area_accumulated": 45.68,
    "citizens_accumulated": {
        "total": 25259,
        "female": 12741,
        "male": 12518
    },
    "longitude": 8.470789,
    "latitude": 49.063748,
    "travel_name": "Nördliches Baden-Württemberg",
    "travel_code": "L40",
    "url": "http://gvz.tuerantuer.org/api/administrative_divisions/7560/?format=api",
    "parent": "http://gvz.tuerantuer.org/api/administrative_divisions/7559/?format=api",
    "children": [],
    "zip_codes": [
        "76297"
    ]
}