Define AdministrativeDivision view set (return all)

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

{
    "id": 13277,
    "ags": "13003000",
    "name": "Rostock, Hanse- und Universitätsstadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 61,
    "division_type_name": "Kreisfreie Stadt (Gemeindeebene)",
    "office_name": "Hanse- und Universitätsstadt Rostock",
    "office_zip": "18055",
    "office_street": "Neuer Markt 1",
    "office_city": "Rostock",
    "area": 181.36,
    "citizens_total": 209191,
    "citizens_male": 106090,
    "citizens_female": 103101,
    "population_density": 1153.0,
    "area_accumulated": 181.36,
    "citizens_accumulated": {
        "total": 209191,
        "female": 103101,
        "male": 106090
    },
    "longitude": 12.135993,
    "latitude": 54.088548,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13277/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13276/?format=api",
    "children": [],
    "zip_codes": [
        "18055",
        "18057",
        "18059",
        "18069",
        "18106",
        "18107",
        "18109",
        "18119",
        "18146",
        "18147",
        "18181",
        "18182"
    ]
}