Define AdministrativeDivision view set (return all)

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

{
    "id": 15770,
    "ags": "16073111",
    "name": "Unterwellenborn",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Unterwellenborn",
    "office_zip": "07333",
    "office_street": "Ernst-Thälmann-Straße 19",
    "office_city": "Unterwellenborn",
    "area": 63.05,
    "citizens_total": 8453,
    "citizens_male": 4213,
    "citizens_female": 4240,
    "population_density": 134.0,
    "area_accumulated": 63.05,
    "citizens_accumulated": {
        "total": 8453,
        "female": 4240,
        "male": 4213
    },
    "longitude": 11.44187,
    "latitude": 50.658516,
    "travel_name": "Thüringer Wald",
    "travel_code": "E28",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15770/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15769/?format=api",
    "children": [],
    "zip_codes": [
        "07333"
    ]
}