Define AdministrativeDivision view set (return all)

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

{
    "id": 11857,
    "ags": "09678153",
    "name": "Lülsfeld",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Lülsfeld",
    "office_zip": "97511",
    "office_street": "Postfach 1180",
    "office_city": "Gerolzhofen",
    "area": 11.2,
    "citizens_total": 844,
    "citizens_male": 405,
    "citizens_female": 439,
    "population_density": 75.0,
    "area_accumulated": 11.2,
    "citizens_accumulated": {
        "total": 844,
        "female": 439,
        "male": 405
    },
    "longitude": 10.320149,
    "latitude": 49.867669,
    "travel_name": "Fränkisches Weinland",
    "travel_code": "T05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11857/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11852/?format=api",
    "children": [],
    "zip_codes": [
        "97511"
    ]
}