Define AdministrativeDivision view set (return all)

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

{
    "id": 10240,
    "ags": "09373159",
    "name": "Sengenthal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Sengenthal",
    "office_zip": "92369",
    "office_street": "Bahnhofstraße 12",
    "office_city": "Neumarkt",
    "area": 28.51,
    "citizens_total": 3735,
    "citizens_male": 1427,
    "citizens_female": 2308,
    "population_density": 131.0,
    "area_accumulated": 28.51,
    "citizens_accumulated": {
        "total": 3735,
        "female": 2308,
        "male": 1427
    },
    "longitude": 11.465093,
    "latitude": 49.230334,
    "travel_name": "Bayerischer Jura",
    "travel_code": "T40",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/10240/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/10237/?format=api",
    "children": [],
    "zip_codes": [
        "92369"
    ]
}