Define AdministrativeDivision view set (return all)

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

{
    "id": 15254,
    "ags": "16061117",
    "name": "Sonnenstein",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeindeverwaltung Sonnenstein",
    "office_zip": "37345",
    "office_street": "Bahnhofstraße 12",
    "office_city": "Sonnenstein",
    "area": 94.69,
    "citizens_total": 4505,
    "citizens_male": 2237,
    "citizens_female": 2268,
    "population_density": 48.0,
    "area_accumulated": 94.69,
    "citizens_accumulated": {
        "total": 4505,
        "female": 2268,
        "male": 2237
    },
    "longitude": 10.421951,
    "latitude": 51.531112,
    "travel_name": "Eichsfeld",
    "travel_code": "E20",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15254/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15253/?format=api",
    "children": [],
    "zip_codes": [
        "37345"
    ]
}