Define AdministrativeDivision view set (return all)

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

{
    "id": 13549,
    "ags": "13072005",
    "name": "Am Salzhaff",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Neubukow-Salzhaff",
    "office_zip": "18233",
    "office_street": "Panzower Landweg 1",
    "office_city": "Neubukow",
    "area": 15.51,
    "citizens_total": 515,
    "citizens_male": 247,
    "citizens_female": 268,
    "population_density": 33.0,
    "area_accumulated": 15.51,
    "citizens_accumulated": {
        "total": 515,
        "female": 268,
        "male": 247
    },
    "longitude": 11.621001,
    "latitude": 54.039444,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13549/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13547/?format=api",
    "children": [],
    "zip_codes": [
        "18233"
    ]
}