Define AdministrativeDivision view set (return all)

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

{
    "id": 14681,
    "ags": "14627290",
    "name": "Thiendorf",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Thiendorf",
    "office_zip": "01561",
    "office_street": "Kamenzer Straße 25",
    "office_city": "Thiendorf",
    "area": 74.48,
    "citizens_total": 3760,
    "citizens_male": 1825,
    "citizens_female": 1935,
    "population_density": 50.0,
    "area_accumulated": 74.48,
    "citizens_accumulated": {
        "total": 3760,
        "female": 1935,
        "male": 1825
    },
    "longitude": 13.741189,
    "latitude": 51.293098,
    "travel_name": "Sächsisches Elbland",
    "travel_code": "C05",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14681/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14680/?format=api",
    "children": [],
    "zip_codes": [
        "01561"
    ]
}