Define AdministrativeDivision view set (return all)

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

{
    "id": 1932,
    "ags": "03352032",
    "name": "Loxstedt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Loxstedt",
    "office_zip": "27612",
    "office_street": "Am Wedenberg 10",
    "office_city": "Loxstedt",
    "area": 141.74,
    "citizens_total": 16311,
    "citizens_male": 8241,
    "citizens_female": 8070,
    "population_density": 115.0,
    "area_accumulated": 141.74,
    "citizens_accumulated": {
        "total": 16311,
        "female": 8070,
        "male": 8241
    },
    "longitude": 8.64907,
    "latitude": 53.470254,
    "travel_name": "Nordseeküste",
    "travel_code": "G02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1932/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1931/?format=api",
    "children": [],
    "zip_codes": [
        "27612"
    ]
}