Define AdministrativeDivision view set (return all)

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

{
    "id": 14434,
    "ags": "14524050",
    "name": "Dennheritz",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Gemeinde Dennheritz",
    "office_zip": "08393",
    "office_street": "Hauptstraße 96",
    "office_city": "Dennheritz",
    "area": 13.36,
    "citizens_total": 1295,
    "citizens_male": 649,
    "citizens_female": 646,
    "population_density": 97.0,
    "area_accumulated": 13.36,
    "citizens_accumulated": {
        "total": 1295,
        "female": 646,
        "male": 649
    },
    "longitude": 12.460898,
    "latitude": 50.815499,
    "travel_name": "Erzgebirge",
    "travel_code": "C06",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/14434/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/14432/?format=api",
    "children": [],
    "zip_codes": [
        "08393"
    ]
}