Define AdministrativeDivision view set (return all)

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

{
    "id": 6045,
    "ags": "07232502",
    "name": "Brimingen",
    "division_category": 60,
    "division_category_name": "Gemeinde",
    "division_type": 64,
    "division_type_name": "Kreisangehörige Gemeinde",
    "office_name": "Verbandsgemeindeverwaltung Bitburger Land",
    "office_zip": "54646",
    "office_street": "Hubert-Prim-Straße 7",
    "office_city": "Bitburg",
    "area": 5.92,
    "citizens_total": 95,
    "citizens_male": 46,
    "citizens_female": 49,
    "population_density": 16.0,
    "area_accumulated": 5.92,
    "citizens_accumulated": {
        "total": 95,
        "female": 49,
        "male": 46
    },
    "longitude": 6.365103,
    "latitude": 49.970878,
    "travel_name": "Eifel",
    "travel_code": "J12",
    "url": "https://gvz.tuerantuer.org/api/administrative_divisions/6045/?format=api",
    "parent": "https://gvz.tuerantuer.org/api/administrative_divisions/5974/?format=api",
    "children": [],
    "zip_codes": [
        "54646"
    ]
}