Define AdministrativeDivision view set (return all)

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

{
    "id": 576,
    "ags": "01057062",
    "name": "Preetz, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Preetz, Stadt",
    "office_zip": "24211",
    "office_street": "Bahnhofstraße 24",
    "office_city": "Preetz",
    "area": 14.4,
    "citizens_total": 15952,
    "citizens_male": 8340,
    "citizens_female": 7612,
    "population_density": 1108.0,
    "area_accumulated": 14.4,
    "citizens_accumulated": {
        "total": 15952,
        "female": 7612,
        "male": 8340
    },
    "longitude": 10.280512,
    "latitude": 54.231866,
    "travel_name": "Holsteinische Schweiz",
    "travel_code": "F03",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/576/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/575/?format=api",
    "children": [],
    "zip_codes": [
        "24211"
    ]
}