Define AdministrativeDivision view set (return all)

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

{
    "id": 2756,
    "ags": "04011000",
    "name": "Bremen, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Stadt Bremen",
    "office_zip": "28195",
    "office_street": null,
    "office_city": null,
    "area": 326.17,
    "citizens_total": 586271,
    "citizens_male": 296686,
    "citizens_female": 289585,
    "population_density": 1797.0,
    "area_accumulated": 326.17,
    "citizens_accumulated": {
        "total": 586271,
        "female": 289585,
        "male": 296686
    },
    "longitude": 8.809338,
    "latitude": 53.075606,
    "travel_name": "Bremen",
    "travel_code": "XHB",
    "url": "http://gvz.tuerantuer.org/api/administrative_divisions/2756/?format=api",
    "parent": "http://gvz.tuerantuer.org/api/administrative_divisions/2755/?format=api",
    "children": [],
    "zip_codes": [
        "27568",
        "28195",
        "28197",
        "28199",
        "28201",
        "28203",
        "28205",
        "28207",
        "28209",
        "28211",
        "28213",
        "28215",
        "28217",
        "28219",
        "28237",
        "28239",
        "28259",
        "28277",
        "28279",
        "28307",
        "28309",
        "28325",
        "28327",
        "28329",
        "28355",
        "28357",
        "28359",
        "28717",
        "28719",
        "28755",
        "28757",
        "28759",
        "28777",
        "28779"
    ]
}