Define AdministrativeDivision view set (return all)

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

{
    "id": 14266,
    "ags": "14522220",
    "name": "Großweitzschen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Großweitzschen",
    "office_zip": "04720",
    "office_street": "Untere Straße 4",
    "office_city": "Großweitzschen",
    "area": 44.45,
    "citizens_total": 2741,
    "citizens_male": 1349,
    "citizens_female": 1392,
    "population_density": 62.0,
    "area_accumulated": 44.45,
    "citizens_accumulated": {
        "total": 2741,
        "female": 1392,
        "male": 1349
    },
    "longitude": 13.045513,
    "latitude": 51.15772,
    "travel_name": "Sächsisches Burgen- und Heideland",
    "travel_code": "C07",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14266/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14265/?format=api",
    "children": [],
    "zip_codes": [
        "04720"
    ]
}