Define AdministrativeDivision view set (return all)

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

{
    "id": 13722,
    "ags": "13074047",
    "name": "Lübow",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Dorf Mecklenburg-Bad Kleinen",
    "office_zip": "23972",
    "office_street": "Am Wehberg 17",
    "office_city": "Dorf",
    "area": 35.35,
    "citizens_total": 1592,
    "citizens_male": 766,
    "citizens_female": 826,
    "population_density": 45.0,
    "area_accumulated": 35.35,
    "citizens_accumulated": {
        "total": 1592,
        "female": 826,
        "male": 766
    },
    "longitude": 11.522497,
    "latitude": 53.852824,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13722/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13715/?format=api",
    "children": [],
    "zip_codes": [
        "23972"
    ]
}