Define AdministrativeDivision view set (return all)

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

{
    "id": 11341,
    "ags": "09577168",
    "name": "Solnhofen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Solnhofen",
    "office_zip": "91807",
    "office_street": "Bahnhofstraße 8",
    "office_city": "Solnhofen",
    "area": 13.56,
    "citizens_total": 1748,
    "citizens_male": 844,
    "citizens_female": 904,
    "population_density": 129.0,
    "area_accumulated": 13.56,
    "citizens_accumulated": {
        "total": 1748,
        "female": 904,
        "male": 844
    },
    "longitude": 10.994054,
    "latitude": 48.895721,
    "travel_name": "Naturpark Altmühltal",
    "travel_code": "T01",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/11341/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/11340/?format=api",
    "children": [],
    "zip_codes": [
        "91807"
    ]
}