Define AdministrativeDivision view set (return all)

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

{
    "id": 11545,
    "ags": "09673173",
    "name": "Sulzfeld",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Sulzfeld",
    "office_zip": "97633",
    "office_street": "Josef-Sperl-Straße 3",
    "office_city": "Bad",
    "area": 22.52,
    "citizens_total": 1710,
    "citizens_male": 842,
    "citizens_female": 868,
    "population_density": 76.0,
    "area_accumulated": 22.52,
    "citizens_accumulated": {
        "total": 1710,
        "female": 868,
        "male": 842
    },
    "longitude": 10.404897,
    "latitude": 50.260471,
    "travel_name": "Haßberge",
    "travel_code": "T08",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11545/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11539/?format=api",
    "children": [],
    "zip_codes": [
        "97633"
    ]
}