Define AdministrativeDivision view set (return all)

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

{
    "id": 9010,
    "ags": "09179130",
    "name": "Jesenwang",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Jesenwang",
    "office_zip": "82287",
    "office_street": "Augsburger Straße 12",
    "office_city": "Mammendorf",
    "area": 15.3,
    "citizens_total": 1571,
    "citizens_male": 835,
    "citizens_female": 736,
    "population_density": 103.0,
    "area_accumulated": 15.3,
    "citizens_accumulated": {
        "total": 1571,
        "female": 736,
        "male": 835
    },
    "longitude": 11.131529,
    "latitude": 48.166407,
    "travel_name": "Münchener Umland",
    "travel_code": "T24",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/9010/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/9006/?format=api",
    "children": [],
    "zip_codes": [
        "82287"
    ]
}