Define AdministrativeDivision view set (return all)

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

{
    "id": 15,
    "ags": "01003000",
    "name": "Lübeck, Hansestadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Lübeck, Hansestadt",
    "office_zip": "23552",
    "office_street": "Breite Straße 62",
    "office_city": "Lübeck",
    "area": 214.19,
    "citizens_total": 216530,
    "citizens_male": 112498,
    "citizens_female": 104032,
    "population_density": 1011.0,
    "area_accumulated": 214.19,
    "citizens_accumulated": {
        "total": 216530,
        "female": 104032,
        "male": 112498
    },
    "longitude": 10.683932,
    "latitude": 53.866269,
    "travel_name": "Ostsee",
    "travel_code": "F02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14/?format=api",
    "children": [],
    "zip_codes": [
        "23552",
        "23554",
        "23556",
        "23558",
        "23560",
        "23562",
        "23564",
        "23566",
        "23568",
        "23569",
        "23570"
    ]
}