Define AdministrativeDivision view set (return all)

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

{
    "id": 1366,
    "ags": "03151035",
    "name": "Wagenhoff",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Samtgemeinde Wesendorf",
    "office_zip": "38559",
    "office_street": "Alte Heerstraße 20",
    "office_city": "Wesendorf",
    "area": 4.32,
    "citizens_total": 1171,
    "citizens_male": 578,
    "citizens_female": 593,
    "population_density": 271.0,
    "area_accumulated": 4.32,
    "citizens_accumulated": {
        "total": 1171,
        "female": 593,
        "male": 578
    },
    "longitude": 10.523958,
    "latitude": 52.551739,
    "travel_name": "Lüneburger Heide",
    "travel_code": "G09",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/1366/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/1362/?format=api",
    "children": [],
    "zip_codes": [
        "38559"
    ]
}