Define AdministrativeDivision view set (return all)

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

{
    "id": 13718,
    "ags": "13074008",
    "name": "Bobitz",
    "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": "23996",
    "office_street": "Am Wehberg 17",
    "office_city": "Dorf",
    "area": 65.64,
    "citizens_total": 2485,
    "citizens_male": 1239,
    "citizens_female": 1246,
    "population_density": 38.0,
    "area_accumulated": 65.64,
    "citizens_accumulated": {
        "total": 2485,
        "female": 1246,
        "male": 1239
    },
    "longitude": 11.360712,
    "latitude": 53.803679,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13718/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13715/?format=api",
    "children": [],
    "zip_codes": [
        "23966",
        "23996"
    ]
}