Define AdministrativeDivision view set (return all)

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

{
    "id": 15575,
    "ags": "16067092",
    "name": "Georgenthal",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "EG Georgenthal",
    "office_zip": "99887",
    "office_street": "Tambacher Straße 2",
    "office_city": "Georgenthal",
    "area": 74.78,
    "citizens_total": 7261,
    "citizens_male": 3662,
    "citizens_female": 3599,
    "population_density": 97.0,
    "area_accumulated": 74.78,
    "citizens_accumulated": {
        "total": 7261,
        "female": 3599,
        "male": 3662
    },
    "longitude": 10.659376,
    "latitude": 50.830837,
    "travel_name": "Thüringer Wald",
    "travel_code": "E28",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/15575/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/15572/?format=api",
    "children": [],
    "zip_codes": [
        "99887"
    ]
}