Define AdministrativeDivision view set (return all)

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

{
    "id": 15261,
    "ags": "16061031",
    "name": "Ferna",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "VG Lindenberg/Eichsfeld",
    "office_zip": "37339",
    "office_street": "Hauptstraße 17",
    "office_city": "Teistungen",
    "area": 4.43,
    "citizens_total": 563,
    "citizens_male": 274,
    "citizens_female": 289,
    "population_density": 127.0,
    "area_accumulated": 4.43,
    "citizens_accumulated": {
        "total": 563,
        "female": 289,
        "male": 274
    },
    "longitude": 10.309032,
    "latitude": 51.456644,
    "travel_name": "Eichsfeld",
    "travel_code": "E20",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15261/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15257/?format=api",
    "children": [],
    "zip_codes": [
        "37339"
    ]
}