Define AdministrativeDivision view set (return all)

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

{
    "id": 13551,
    "ags": "13072014",
    "name": "Biendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Neubukow-Salzhaff",
    "office_zip": "18230",
    "office_street": "Panzower Landweg 1",
    "office_city": "Neubukow",
    "area": 40.99,
    "citizens_total": 1205,
    "citizens_male": 606,
    "citizens_female": 599,
    "population_density": 29.0,
    "area_accumulated": 40.99,
    "citizens_accumulated": {
        "total": 1205,
        "female": 599,
        "male": 606
    },
    "longitude": 11.700348,
    "latitude": 54.074807,
    "travel_name": "Mecklenburgische Ostseeküste",
    "travel_code": "B03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13551/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13547/?format=api",
    "children": [],
    "zip_codes": [
        "18230"
    ]
}