Define AdministrativeDivision view set (return all)

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

{
    "id": 2371,
    "ags": "03451007",
    "name": "Westerstede, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Westerstede",
    "office_zip": "26655",
    "office_street": "Am Markt 2",
    "office_city": "Westerstede",
    "area": 179.55,
    "citizens_total": 22952,
    "citizens_male": 11774,
    "citizens_female": 11178,
    "population_density": 128.0,
    "area_accumulated": 179.55,
    "citizens_accumulated": {
        "total": 22952,
        "female": 11178,
        "male": 11774
    },
    "longitude": 7.923336,
    "latitude": 53.25741,
    "travel_name": "Ostfriesland",
    "travel_code": "G03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/2371/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/2370/?format=api",
    "children": [],
    "zip_codes": [
        "26655"
    ]
}