Define AdministrativeDivision view set (return all)

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

{
    "id": 14800,
    "ags": "14729400",
    "name": "Trebsen/Mulde, Stadt",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 63,
    "division_type_name": "Stadt",
    "office_name": "Stadt Trebsen/Mulde",
    "office_zip": "04687",
    "office_street": "Markt 13",
    "office_city": "Trebsen",
    "area": 35.06,
    "citizens_total": 3817,
    "citizens_male": 1906,
    "citizens_female": 1911,
    "population_density": 109.0,
    "area_accumulated": 35.06,
    "citizens_accumulated": {
        "total": 3817,
        "female": 1911,
        "male": 1906
    },
    "longitude": 12.754884,
    "latitude": 51.289139,
    "travel_name": "Sächsisches Burgen- und Heideland",
    "travel_code": "C07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14800/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14799/?format=api",
    "children": [],
    "zip_codes": [
        "04687"
    ]
}