Define AdministrativeDivision view set (return all)

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

{
    "id": 6043,
    "ags": "07232331",
    "name": "Zendscheid",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Bitburger Land",
    "office_zip": "54655",
    "office_street": "Hubert-Prim-Straße 7",
    "office_city": "Bitburg",
    "area": 2.35,
    "citizens_total": 119,
    "citizens_male": 60,
    "citizens_female": 59,
    "population_density": 51.0,
    "area_accumulated": 2.35,
    "citizens_accumulated": {
        "total": 119,
        "female": 59,
        "male": 60
    },
    "longitude": 6.605353,
    "latitude": 50.099458,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6043/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5974/?format=api",
    "children": [],
    "zip_codes": [
        "54655"
    ]
}