Define AdministrativeDivision view set (return all)

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

{
    "id": 13539,
    "ags": "13072049",
    "name": "Jördenstorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Amt Mecklenburgische Schweiz",
    "office_zip": "17168",
    "office_street": "von Pentz-Allee 7",
    "office_city": "Bergringstadt",
    "area": 27.68,
    "citizens_total": 900,
    "citizens_male": 424,
    "citizens_female": 476,
    "population_density": 33.0,
    "area_accumulated": 27.68,
    "citizens_accumulated": {
        "total": 900,
        "female": 476,
        "male": 424
    },
    "longitude": 12.613701,
    "latitude": 53.877142,
    "travel_name": "Mecklenburgische Schweiz und Seenplatte",
    "travel_code": "B05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/13539/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/13531/?format=api",
    "children": [],
    "zip_codes": [
        "17168"
    ]
}