Define AdministrativeDivision view set (return all)

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

{
    "id": 14868,
    "ags": "14730140",
    "name": "Jesewitz",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Jesewitz",
    "office_zip": "04838",
    "office_street": "Alte Dorfstraße 1",
    "office_city": "Jesewitz",
    "area": 52.44,
    "citizens_total": 3090,
    "citizens_male": 1543,
    "citizens_female": 1547,
    "population_density": 59.0,
    "area_accumulated": 52.44,
    "citizens_accumulated": {
        "total": 3090,
        "female": 1547,
        "male": 1543
    },
    "longitude": 12.562548,
    "latitude": 51.422934,
    "travel_name": "Sächsisches Burgen- und Heideland",
    "travel_code": "C07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14868/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14867/?format=api",
    "children": [],
    "zip_codes": [
        "04838"
    ]
}