Define AdministrativeDivision view set (return all)

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

{
    "id": 11352,
    "ags": "09577113",
    "name": "Alesheim",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Alesheim",
    "office_zip": "91793",
    "office_street": "Hauptstraße 37",
    "office_city": "Meinheim",
    "area": 20.45,
    "citizens_total": 956,
    "citizens_male": 475,
    "citizens_female": 481,
    "population_density": 47.0,
    "area_accumulated": 20.45,
    "citizens_accumulated": {
        "total": 956,
        "female": 481,
        "male": 475
    },
    "longitude": 10.866072,
    "latitude": 49.046568,
    "travel_name": "Fränkisches Seenland",
    "travel_code": "T04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11352/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11351/?format=api",
    "children": [],
    "zip_codes": [
        "91793"
    ]
}