Define AdministrativeDivision view set (return all)

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

{
    "id": 3327,
    "ags": "05758024",
    "name": "Löhne, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Löhne",
    "office_zip": "32584",
    "office_street": "Oeynhausener Straße 41",
    "office_city": "Löhne",
    "area": 59.51,
    "citizens_total": 39915,
    "citizens_male": 20228,
    "citizens_female": 19687,
    "population_density": 671.0,
    "area_accumulated": 59.51,
    "citizens_accumulated": {
        "total": 39915,
        "female": 19687,
        "male": 20228
    },
    "longitude": 8.688425,
    "latitude": 52.189912,
    "travel_name": "Teutoburger Wald",
    "travel_code": "H04",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/3327/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/3326/?format=api",
    "children": [],
    "zip_codes": [
        "32584"
    ]
}