Define AdministrativeDivision view set (return all)

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

{
    "id": 11019,
    "ags": "09571111",
    "name": "Adelshofen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Adelshofen",
    "office_zip": "91587",
    "office_street": "Laiblestraße 31",
    "office_city": "Rothenburg",
    "area": 27.18,
    "citizens_total": 931,
    "citizens_male": 462,
    "citizens_female": 469,
    "population_density": 34.0,
    "area_accumulated": 27.18,
    "citizens_accumulated": {
        "total": 931,
        "female": 469,
        "male": 462
    },
    "longitude": 10.175,
    "latitude": 49.439981,
    "travel_name": "Romantisches Franken - vom Naturpark Frankenhöhe zur Romantischen Straße",
    "travel_code": "T11",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11019/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11018/?format=api",
    "children": [],
    "zip_codes": [
        "91587"
    ]
}