Define AdministrativeDivision view set (return all)

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

{
    "id": 3573,
    "ags": "05974024",
    "name": "Lippetal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Lippetal",
    "office_zip": "59510",
    "office_street": "Bahnhofstraße 7",
    "office_city": "Lippetal",
    "area": 126.61,
    "citizens_total": 11894,
    "citizens_male": 5929,
    "citizens_female": 5965,
    "population_density": 94.0,
    "area_accumulated": 126.61,
    "citizens_accumulated": {
        "total": 11894,
        "female": 5965,
        "male": 5929
    },
    "longitude": 8.143621,
    "latitude": 51.656454,
    "travel_name": "Sauerland",
    "travel_code": "H05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3573/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3572/?format=api",
    "children": [],
    "zip_codes": [
        "59510"
    ]
}