Define AdministrativeDivision view set (return all)

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

{
    "id": 11254,
    "ags": "09575127",
    "name": "Gollhofen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Gollhofen",
    "office_zip": "97258",
    "office_street": "Postfach 1180",
    "office_city": "Uffenheim",
    "area": 17.02,
    "citizens_total": 860,
    "citizens_male": 398,
    "citizens_female": 462,
    "population_density": 51.0,
    "area_accumulated": 17.02,
    "citizens_accumulated": {
        "total": 860,
        "female": 462,
        "male": 398
    },
    "longitude": 10.192689,
    "latitude": 49.570716,
    "travel_name": "Steigerwald",
    "travel_code": "T14",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11254/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11252/?format=api",
    "children": [],
    "zip_codes": [
        "97258"
    ]
}