Define AdministrativeDivision view set (return all)

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

{
    "id": 15787,
    "ags": "16073002",
    "name": "Altenbeuthen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "EG Kaulsdorf",
    "office_zip": "07338",
    "office_street": "Straße des Friedens 27",
    "office_city": "Kaulsdorf",
    "area": 7.88,
    "citizens_total": 207,
    "citizens_male": 109,
    "citizens_female": 98,
    "population_density": 26.0,
    "area_accumulated": 7.88,
    "citizens_accumulated": {
        "total": 207,
        "female": 98,
        "male": 109
    },
    "longitude": 11.600825,
    "latitude": 50.592223,
    "travel_name": "Thüringer Wald",
    "travel_code": "E28",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15787/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15786/?format=api",
    "children": [],
    "zip_codes": [
        "07338"
    ]
}