Define AdministrativeDivision view set (return all)

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

{
    "id": 13759,
    "ags": "13074050",
    "name": "Lützow",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Lützow-Lübstorf",
    "office_zip": "19209",
    "office_street": "Dorfmitte 24",
    "office_city": "Lützow",
    "area": 24.89,
    "citizens_total": 1513,
    "citizens_male": 762,
    "citizens_female": 751,
    "population_density": 61.0,
    "area_accumulated": 24.89,
    "citizens_accumulated": {
        "total": 1513,
        "female": 751,
        "male": 762
    },
    "longitude": 11.178418,
    "latitude": 53.654791,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13759/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13750/?format=api",
    "children": [],
    "zip_codes": [
        "19209"
    ]
}