Define AdministrativeDivision view set (return all)

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

{
    "id": 1910,
    "ags": "03351026",
    "name": "Südheide",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Südheide",
    "office_zip": "29320",
    "office_street": "Am Markt 3",
    "office_city": "Hermannsburg",
    "area": 196.5,
    "citizens_total": 11594,
    "citizens_male": 5845,
    "citizens_female": 5749,
    "population_density": 59.0,
    "area_accumulated": 196.5,
    "citizens_accumulated": {
        "total": 11594,
        "female": 5749,
        "male": 5845
    },
    "longitude": 10.089991,
    "latitude": 52.83142,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1910/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1909/?format=api",
    "children": [],
    "zip_codes": [
        "29303",
        "29320",
        "29345"
    ]
}