9/11 Victim List Scraper

List of the dead. The following list details the number of deaths reported by companies in business premises at the World Trade Center. This Bot scrapes 9/11 Victim List, the names of all of those who lost their lives in the attacks.

Code

from bot_studio import *
datakund = bot_studio.new()
response = datakund.nine_eleven_victim_list()

Response Data

{
  "body": [
        {
          "Column A@txt": "Gordon M Aamoth, Jr"
        },
        {
          "Column A@txt": "Edelmiro Abad"
        },
        {
          "Column A@txt": "Laurence Christopher Abel"
        },
                {
          "Column A@txt": "Igor Zukelman"
        }
  ],
  "errors": [],
  "resume_variable": 0,
  "success_score": "100"
}