Define AdministrativeDivision view set (return all)

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

{
    "id": 15848,
    "ags": "16074095",
    "name": "Sulza",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "VG Südliches Saaletal",
    "office_zip": "07751",
    "office_street": "Bahnhofstraße 23",
    "office_city": "Kahla/Thür.",
    "area": 3.97,
    "citizens_total": 274,
    "citizens_male": 134,
    "citizens_female": 140,
    "population_density": 69.0,
    "area_accumulated": 3.97,
    "citizens_accumulated": {
        "total": 274,
        "female": 140,
        "male": 134
    },
    "longitude": 11.619317,
    "latitude": 50.867133,
    "travel_name": "Saaleland",
    "travel_code": "E23",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15848/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15829/?format=api",
    "children": [],
    "zip_codes": [
        "07751"
    ]
}