Define AdministrativeDivision view set (return all)

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

{
    "id": 1934,
    "ags": "03352050",
    "name": "Schiffdorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Schiffdorf",
    "office_zip": "27619",
    "office_street": "Brameler Straße 13",
    "office_city": "Schiffdorf",
    "area": 113.57,
    "citizens_total": 14339,
    "citizens_male": 7302,
    "citizens_female": 7037,
    "population_density": 126.0,
    "area_accumulated": 113.57,
    "citizens_accumulated": {
        "total": 14339,
        "female": 7037,
        "male": 7302
    },
    "longitude": 8.652806,
    "latitude": 53.531085,
    "travel_name": "Nordseeküste",
    "travel_code": "G02",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1934/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1933/?format=api",
    "children": [],
    "zip_codes": [
        "27619"
    ]
}