Define AdministrativeDivision view set (return all)

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

{
    "id": 1936,
    "ags": "03352059",
    "name": "Beverstedt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Beverstedt",
    "office_zip": "27616",
    "office_street": "Schulstraße 2",
    "office_city": "Beverstedt",
    "area": 198.05,
    "citizens_total": 13545,
    "citizens_male": 6760,
    "citizens_female": 6785,
    "population_density": 68.0,
    "area_accumulated": 198.05,
    "citizens_accumulated": {
        "total": 13545,
        "female": 6785,
        "male": 6760
    },
    "longitude": 8.819169,
    "latitude": 53.434238,
    "travel_name": "Nordseeküste",
    "travel_code": "G02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1936/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1935/?format=api",
    "children": [],
    "zip_codes": [
        "27616"
    ]
}