Advertisement
here2share

# 21 Guesses -- Mystery Animals (database)

Sep 16th, 2022
1,595
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 110.44 KB | None | 0 0
  1. # 21 Guesses -- Mystery Animals
  2. {
  3.   "gameData": [
  4.     {
  5.       "habitat": [
  6.         "the savanna",
  7.         "grasslands",
  8.         "woodlands",
  9.         "Africa",
  10.         "land",
  11.         "the Southern Hemisphere",
  12.         "hot climates"
  13.       ],
  14.       "migrate": "response_rarely",
  15.       "isprey": "response_true",
  16.       "hibernate": "response_false",
  17.       "colors": [
  18.         "white",
  19.         "orange",
  20.         "spots",
  21.         "brown",
  22.         ""
  23.       ],
  24.       "friendlyspeed": "fast",
  25.       "ispredator": "response_false",
  26.       "nocturnal": "response_false",
  27.       "domesticated": "response_false",
  28.       "lifespanyears": 39,
  29.       "pet": "response_false",
  30.       "poisonous": "response_false",
  31.       "zoo": "response_true",
  32.       "endangered": "response_some_species",
  33.       "canpersonride": "response_possible",
  34.       "prey": "",
  35.       "landanimal": "response_true",
  36.       "animal": "giraffe",
  37.       "hints": "I sleep and give birth standing up.",
  38.       "adultweightgrams": 800000,
  39.       "bodyparts": [
  40.         "legs",
  41.         "a head",
  42.         "hooves",
  43.         "a tail",
  44.         "eyes",
  45.         "ears",
  46.         "a neck",
  47.         "horns",
  48.         "teeth",
  49.         "fur",
  50.         "a tongue",
  51.         "teats",
  52.         "eyelashes",
  53.         "long eyelashes",
  54.         "spots",
  55.         "orange spots",
  56.         "patches",
  57.         "a neck",
  58.         "a tall neck",
  59.         "a long neck",
  60.         "a skull",
  61.         "a brain",
  62.         "a heart",
  63.         "a long tail",
  64.         "a nose",
  65.         "nostrils",
  66.         "a belly",
  67.         "a back",
  68.         "a mouth"
  69.       ],
  70.       "diurnal": "response_true",
  71.       "layeggs": "response_false",
  72.       "friendlysizemass": "big",
  73.       "farmanimal": "response_false",
  74.       "consumptionclass": "herbivore",
  75.       "diet": [
  76.         "leaves",
  77.         "plants",
  78.         "wood",
  79.         "bark"
  80.       ],
  81.       "class": "mammal",
  82.       "specialinfo": [
  83.         "tallest",
  84.         "tallest animal in the world",
  85.         "super tall",
  86.         "extremely tall",
  87.         "pregnant april",
  88.         "infrasound",
  89.         "sleeps standing up",
  90.         "gives birth standing up"
  91.       ],
  92.       "acceptablenames": "",
  93.       "edible": "response_rarely",
  94.       "countries": [
  95.         "Botswana",
  96.         "Democratic Republic of the Congo",
  97.         "Kenya",
  98.         "Mozambique",
  99.         "Namibia",
  100.         "Niger",
  101.         "South Africa",
  102.         "Tanzania",
  103.         "Uganda",
  104.         "Zambia",
  105.         "Zimbabe",
  106.         "Cameroon"
  107.       ],
  108.       "specialcategories": "",
  109.       "legsnumber": 4,
  110.       "adjectives": [
  111.         "tall",
  112.         "warm-blooded"
  113.       ],
  114.       "predators": [
  115.         "lion",
  116.         "leopard",
  117.         "hyena"
  118.       ],
  119.       "behavior": [
  120.         "walk",
  121.         "run",
  122.         "run fast",
  123.         "sleep",
  124.         "live in groups",
  125.         "gallop"
  126.       ],
  127.       "venomous": "response_false"
  128.     },
  129.     {
  130.       "habitat": [
  131.         "freshwater",
  132.         "lakes",
  133.         "Australia",
  134.         "rivers",
  135.         "the Southern Hemisphere",
  136.         "hot climates",
  137.         "water",
  138.         "the ground",
  139.         "burrows",
  140.         "mud"
  141.       ],
  142.       "migrate": "response_false",
  143.       "isprey": "response_true",
  144.       "hibernate": "response_false",
  145.       "colors": "brown",
  146.       "friendlyspeed": "medium",
  147.       "ispredator": "response_true",
  148.       "nocturnal": "response_true",
  149.       "domesticated": "response_false",
  150.       "lifespanyears": 22,
  151.       "pet": "response_false",
  152.       "poisonous": "response_true",
  153.       "zoo": "response_true",
  154.       "endangered": "response_true",
  155.       "canpersonride": "response_false",
  156.       "prey": [
  157.         "shrimp",
  158.         "crayfish",
  159.         "insects",
  160.         "worms",
  161.         "bugs",
  162.         "other animals"
  163.       ],
  164.       "landanimal": "response_sometimes",
  165.       "animal": "platypus",
  166.       "hints": "I secrete milk from my skin.",
  167.       "adultweightgrams": 1250,
  168.       "bodyparts": [
  169.         "legs",
  170.         "a head",
  171.         "ears",
  172.         "eyes",
  173.         "a bill",
  174.         "a tail",
  175.         "a tongue",
  176.         "a spur",
  177.         "fur",
  178.         "webbed feet",
  179.         "venom spur",
  180.         "a spine",
  181.         "bones",
  182.         "a skull",
  183.         "a brain",
  184.         "a heart",
  185.         "a belly",
  186.         "a back",
  187.         "a mouth"
  188.       ],
  189.       "diurnal": "response_false",
  190.       "layeggs": "response_true",
  191.       "friendlysizemass": "small",
  192.       "farmanimal": "response_false",
  193.       "consumptionclass": "carnivore",
  194.       "diet": [
  195.         "fish",
  196.         "invertebrates",
  197.         "vertebrates",
  198.         "shrimp",
  199.         "crayfish",
  200.         "insects",
  201.         "worms",
  202.         "other animals",
  203.         "bugs",
  204.         "meat"
  205.       ],
  206.       "class": "mammal",
  207.       "specialinfo": [
  208.         "monotreme",
  209.         "mammal that lays eggs"
  210.       ],
  211.       "acceptablenames": "",
  212.       "edible": "response_false",
  213.       "countries": [
  214.         "Tasmania",
  215.         "Australia"
  216.       ],
  217.       "specialcategories": "monotreme",
  218.       "legsnumber": 4,
  219.       "adjectives": [
  220.         "warm-blooded",
  221.         "solitary"
  222.       ],
  223.       "predators": [
  224.         "hawks",
  225.         "eagles",
  226.         "owls",
  227.         "crocodiles",
  228.         "water rats",
  229.         "pythons",
  230.         "goannas",
  231.         "foxes",
  232.         "dogs"
  233.       ],
  234.       "behavior": [
  235.         "walk",
  236.         "swim",
  237.         "walk at a normal pace",
  238.         "swim at a normal pace",
  239.         "sleep"
  240.       ],
  241.       "venomous": "response_false"
  242.     },
  243.     {
  244.       "habitat": [
  245.         "the tundra",
  246.         "alpine meadows",
  247.         "grasslands",
  248.         "the desert",
  249.         "sea coasts",
  250.         "the rainforest",
  251.         "woodlands",
  252.         "the suburbs",
  253.         "trees",
  254.         "a nest",
  255.         "Africa",
  256.         "Asia",
  257.         "Antarctica",
  258.         "Europe",
  259.         "North America",
  260.         "South America",
  261.         "treetops",
  262.         "the Northern Hemisphere",
  263.         "the Southern Hemisphere",
  264.         "cold climates",
  265.         "warm climates",
  266.         "hot climates"
  267.       ],
  268.       "migrate": "response_sometimes",
  269.       "isprey": "response_false",
  270.       "hibernate": "response_false",
  271.       "colors": [
  272.         "white",
  273.         "brown",
  274.         "yellow",
  275.         "black"
  276.       ],
  277.       "friendlyspeed": "fast",
  278.       "ispredator": "response_true",
  279.       "nocturnal": "response_false",
  280.       "domesticated": "response_false",
  281.       "lifespanyears": "",
  282.       "pet": "response_false",
  283.       "poisonous": "response_false",
  284.       "zoo": "response_true",
  285.       "endangered": "response_false",
  286.       "canpersonride": "response_false",
  287.       "prey": [
  288.         "fish",
  289.         "birds",
  290.         "other animals"
  291.       ],
  292.       "landanimal": "response_true",
  293.       "animal": "eagle",
  294.       "hints": "I can eat up to one third of my body weight in food. Keep me away from buffets.",
  295.       "adultweightgrams": 3175,
  296.       "bodyparts": [
  297.         "legs",
  298.         "a head",
  299.         "feathers",
  300.         "talons",
  301.         "wings",
  302.         "a beak",
  303.         "eyes",
  304.         "a tail",
  305.         "a spine",
  306.         "bones",
  307.         "tail feathers",
  308.         "a skull",
  309.         "a brain",
  310.         "a heart",
  311.         "a mouth"
  312.       ],
  313.       "diurnal": "response_true",
  314.       "layeggs": "response_true",
  315.       "friendlysizemass": "medium",
  316.       "farmanimal": "response_false",
  317.       "consumptionclass": "carnivore",
  318.       "diet": [
  319.         "fish",
  320.         "waterfowl",
  321.         "squirrels",
  322.         "prairie dogs",
  323.         "raccoons",
  324.         "rabbits",
  325.         "carrion",
  326.         "marmots",
  327.         "birds",
  328.         "reptiles",
  329.         "small animals",
  330.         "rodents",
  331.         "other animals",
  332.         "meat"
  333.       ],
  334.       "class": "bird",
  335.       "specialinfo": [
  336.         "national emblem of USA",
  337.         "emblem of america",
  338.         "symbol of america",
  339.         "national bird of america"
  340.       ],
  341.       "acceptablenames": "",
  342.       "edible": "response_false",
  343.       "countries": "COMMONLY FOUND",
  344.       "specialcategories": [
  345.         "bird of prey",
  346.         "national bird"
  347.       ],
  348.       "legsnumber": 2,
  349.       "adjectives": [
  350.         "warm-blooded",
  351.         "solitary"
  352.       ],
  353.       "predators": "",
  354.       "behavior": [
  355.         "fly",
  356.         "walk",
  357.         "fly fast",
  358.         "walk fast",
  359.         "peck",
  360.         "sleep"
  361.       ],
  362.       "venomous": "response_false"
  363.     },
  364.     {
  365.       "habitat": [
  366.         "aquariums",
  367.         "people's homes",
  368.         "freshwater",
  369.         "Asia",
  370.         "North America",
  371.         "tanks",
  372.         "fishbowls",
  373.         "water",
  374.         "the Southern Hemisphere",
  375.         "warm climates",
  376.         "hot climates",
  377.         "the Northern Hemisphere"
  378.       ],
  379.       "migrate": "response_rarely",
  380.       "isprey": "response_true",
  381.       "hibernate": "response_sometimes",
  382.       "colors": [
  383.         "orange",
  384.         "white",
  385.         "red",
  386.         "black"
  387.       ],
  388.       "friendlyspeed": "medium",
  389.       "ispredator": "response_false",
  390.       "nocturnal": "response_sometimes",
  391.       "domesticated": "response_true",
  392.       "lifespanyears": "",
  393.       "pet": "response_true",
  394.       "poisonous": "response_false",
  395.       "zoo": "response_false",
  396.       "endangered": "response_false",
  397.       "canpersonride": "response_false",
  398.       "prey": "",
  399.       "landanimal": "response_false",
  400.       "animal": "goldfish",
  401.       "hints": "Humans often use me to reduce mosquito populations.",
  402.       "adultweightgrams": 15,
  403.       "bodyparts": [
  404.         "a head",
  405.         "gills",
  406.         "scales",
  407.         "fins",
  408.         "a spine",
  409.         "bones",
  410.         "a tail",
  411.         "a skull",
  412.         "a brain",
  413.         "a heart",
  414.         "eyes",
  415.         "a mouth"
  416.       ],
  417.       "diurnal": "response_sometimes",
  418.       "layeggs": "response_true",
  419.       "friendlysizemass": "small",
  420.       "farmanimal": "response_false",
  421.       "consumptionclass": "omnivore",
  422.       "diet": [
  423.         "crustaceans",
  424.         "plants",
  425.         "plant matter",
  426.         "insects",
  427.         "bugs",
  428.         "pellets",
  429.         "algae",
  430.         "other animals",
  431.         "meat"
  432.       ],
  433.       "class": "fish",
  434.       "specialinfo": "Elmo's pet",
  435.       "acceptablenames": "",
  436.       "edible": "response_rarely",
  437.       "countries": "COMMONLY FOUND",
  438.       "specialcategories": "",
  439.       "legsnumber": 0,
  440.       "adjectives": [
  441.         "wet",
  442.         "cold-blooded"
  443.       ],
  444.       "predators": [
  445.         "birds",
  446.         "grets",
  447.         "great blue herons",
  448.         "ducks",
  449.         "seagulls"
  450.       ],
  451.       "behavior": [
  452.         "swim at a normal pace",
  453.         "sleep",
  454.         "swim"
  455.       ],
  456.       "venomous": "response_false"
  457.     },
  458.     {
  459.       "habitat": [
  460.         "land",
  461.         "the rainforest",
  462.         "the desert",
  463.         "Africa",
  464.         "Europe",
  465.         "Asia",
  466.         "trees",
  467.         "the savanna",
  468.         "bushes",
  469.         "the Northern Hemisphere",
  470.         "the Southern Hemisphere",
  471.         "hot climates",
  472.         "warm climates"
  473.       ],
  474.       "migrate": "response_false",
  475.       "isprey": "response_true",
  476.       "hibernate": "response_false",
  477.       "colors": [
  478.         "green",
  479.         "brown",
  480.         "red",
  481.         "white",
  482.         "orange"
  483.       ],
  484.       "friendlyspeed": "slow",
  485.       "ispredator": "response_true",
  486.       "nocturnal": "response_sometimes",
  487.       "domesticated": "response_sometimes",
  488.       "lifespanyears": "",
  489.       "pet": "response_sometimes",
  490.       "poisonous": "response_false",
  491.       "zoo": "response_true",
  492.       "endangered": "response_some_species",
  493.       "canpersonride": "response_false",
  494.       "prey": [
  495.         "snails",
  496.         "insects",
  497.         "bugs",
  498.         "other animals"
  499.       ],
  500.       "landanimal": "response_true",
  501.       "animal": "chameleon",
  502.       "hints": "My eyes can move in two different directions at the same time. It's a cool party trick.",
  503.       "adultweightgrams": 100,
  504.       "bodyparts": [
  505.         "a head",
  506.         "feet",
  507.         "legs",
  508.         "a tail",
  509.         "a tongue",
  510.         "eyes",
  511.         "skin",
  512.         "a spine",
  513.         "bones",
  514.         "a skull",
  515.         "a brain",
  516.         "a heart",
  517.         "a curly tail",
  518.         "a long tongue",
  519.         "a long tail",
  520.         "a mouth"
  521.       ],
  522.       "diurnal": "response_sometimes",
  523.       "layeggs": "response_false",
  524.       "friendlysizemass": "small",
  525.       "farmanimal": "response_false",
  526.       "consumptionclass": "omnivore",
  527.       "diet": [
  528.         "insects",
  529.         "bugs",
  530.         "lizards",
  531.         "leaves",
  532.         "crickets",
  533.         "small animals",
  534.         "plant matter",
  535.         "leaves",
  536.         "wasps",
  537.         "worms",
  538.         "flies",
  539.         "grasshoppers",
  540.         "other animals",
  541.         "plants",
  542.         "meat"
  543.       ],
  544.       "class": "reptile",
  545.       "specialinfo": [
  546.         "eyes move in different directions",
  547.         "eyes move independently",
  548.         "changes colors",
  549.         "camouflage"
  550.       ],
  551.       "acceptablenames": "",
  552.       "edible": "response_false",
  553.       "countries": [
  554.         "Madagascar",
  555.         "India",
  556.         "Sri Lanka",
  557.         "United States of America"
  558.       ],
  559.       "specialcategories": "lizard",
  560.       "legsnumber": 4,
  561.       "adjectives": [
  562.         "cold-blooded",
  563.         "colorful",
  564.         "solitary"
  565.       ],
  566.       "predators": [
  567.         "birds",
  568.         "snakes",
  569.         "mammals"
  570.       ],
  571.       "behavior": [
  572.         "walk",
  573.         "crawl",
  574.         "climb",
  575.         "walk slowly",
  576.         "crawl slowly",
  577.         "climb slowly",
  578.         "sleep"
  579.       ],
  580.       "venomous": "response_false"
  581.     },
  582.     {
  583.       "habitat": [
  584.         "lagoons",
  585.         "South America",
  586.         "Africa",
  587.         "water",
  588.         "lakes",
  589.         "saline lakes",
  590.         "swamps",
  591.         "tidal flats",
  592.         "islands",
  593.         "Asia",
  594.         "an estuary",
  595.         "the mud",
  596.         "the tropics",
  597.         "hot climates",
  598.         "the Northern Hemisphere",
  599.         "the Southern Hemisphere",
  600.         "North America",
  601.         "warm climates"
  602.       ],
  603.       "migrate": "response_true",
  604.       "isprey": "response_true",
  605.       "hibernate": "response_false",
  606.       "colors": [
  607.         "pink",
  608.         "rosy"
  609.       ],
  610.       "friendlyspeed": "medium",
  611.       "ispredator": "response_true",
  612.       "nocturnal": "response_sometimes",
  613.       "domesticated": "response_false",
  614.       "lifespanyears": 30,
  615.       "pet": "response_false",
  616.       "poisonous": "response_false",
  617.       "zoo": "response_true",
  618.       "endangered": "response_false",
  619.       "canpersonride": "response_false",
  620.       "prey": [
  621.         "fish",
  622.         "invertebrates"
  623.       ],
  624.       "landanimal": "response_sometimes",
  625.       "animal": "flamingo",
  626.       "hints": "My color is the result of what I eat.",
  627.       "adultweightgrams": 3066,
  628.       "bodyparts": [
  629.         "feathers",
  630.         "thin legs",
  631.         "a head",
  632.         "a beak",
  633.         "a spine",
  634.         "legs",
  635.         "talons",
  636.         "wings",
  637.         "bones",
  638.         "eyes",
  639.         "orange eyes",
  640.         "a neck",
  641.         "webbed feet",
  642.         "a bill",
  643.         "a neck",
  644.         "a long neck",
  645.         "a skull",
  646.         "bones",
  647.         "a brain",
  648.         "a heart",
  649.         "legs",
  650.         "a mouth"
  651.       ],
  652.       "diurnal": "response_sometimes",
  653.       "layeggs": "response_true",
  654.       "friendlysizemass": "medium",
  655.       "farmanimal": "response_false",
  656.       "consumptionclass": "omnivore",
  657.       "diet": [
  658.         "algae",
  659.         "invertebrates",
  660.         "fish",
  661.         "small fish",
  662.         "flies",
  663.         "shrimp",
  664.         "small animals",
  665.         "other animals",
  666.         "meat"
  667.       ],
  668.       "class": "bird",
  669.       "specialinfo": [
  670.         "lawn ornament",
  671.         "plastic lawn ornament",
  672.         "stand on one leg"
  673.       ],
  674.       "acceptablenames": "",
  675.       "edible": "response_false",
  676.       "countries": [
  677.         "Peru",
  678.         "Chile",
  679.         "United States of America",
  680.         "Caribbean",
  681.         "India"
  682.       ],
  683.       "specialcategories": "",
  684.       "legsnumber": 2,
  685.       "adjectives": [
  686.         "warm-blooded",
  687.         "colorful"
  688.       ],
  689.       "predators": [
  690.         "wild dogs",
  691.         "crocodiles",
  692.         "vultures",
  693.         "foxes",
  694.         "badgers",
  695.         "boars"
  696.       ],
  697.       "behavior": [
  698.         "fly",
  699.         "walk",
  700.         "wade",
  701.         "fly at a normal pace",
  702.         "walk at a normal pace",
  703.         "peck",
  704.         "sleep",
  705.         "",
  706.         "live in groups"
  707.       ],
  708.       "venomous": "response_false"
  709.     },
  710.     {
  711.       "habitat": [
  712.         "Africa",
  713.         "Asia",
  714.         "the desert",
  715.         "grasslands",
  716.         "woodlands",
  717.         "the savanna",
  718.         "the Southern Hemisphere",
  719.         "hot climates"
  720.       ],
  721.       "migrate": "response_sometimes",
  722.       "isprey": "response_true",
  723.       "hibernate": "response_false",
  724.       "colors": [
  725.         "black",
  726.         "white",
  727.         "gray",
  728.         "brown",
  729.         "pink"
  730.       ],
  731.       "friendlyspeed": "fast",
  732.       "ispredator": "response_true",
  733.       "nocturnal": "response_false",
  734.       "domesticated": "response_possible",
  735.       "lifespanyears": 40,
  736.       "pet": "response_false",
  737.       "poisonous": "response_false",
  738.       "zoo": "response_true",
  739.       "endangered": "response_false",
  740.       "canpersonride": "response_true",
  741.       "prey": "insects",
  742.       "landanimal": "response_true",
  743.       "animal": "ostrich",
  744.       "hints": "I am a surprisingly very fast runner.",
  745.       "adultweightgrams": 111000,
  746.       "bodyparts": [
  747.         "feathers",
  748.         "legs",
  749.         "a head",
  750.         "a beak",
  751.         "a spine",
  752.         "wings",
  753.         "hooves",
  754.         "toes",
  755.         "a tail",
  756.         "long eyelashes",
  757.         "a neck",
  758.         "a long neck",
  759.         "long legs",
  760.         "small wings",
  761.         "a skull",
  762.         "a brain",
  763.         "a heart",
  764.         "bones",
  765.         "thin legs",
  766.         "eyes",
  767.         "a mouth"
  768.       ],
  769.       "diurnal": "response_true",
  770.       "layeggs": "response_true",
  771.       "friendlysizemass": "big",
  772.       "farmanimal": "response_true",
  773.       "consumptionclass": "omnivore",
  774.       "diet": [
  775.         "leaves",
  776.         "seeds",
  777.         "grains",
  778.         "nuts",
  779.         "fruit",
  780.         "locusts",
  781.         "plants",
  782.         "grass",
  783.         "insects",
  784.         "lizards",
  785.         "other animals"
  786.       ],
  787.       "class": "bird",
  788.       "specialinfo": [
  789.         "biggest bird",
  790.         "bury head in the sand"
  791.       ],
  792.       "acceptablenames": "",
  793.       "edible": "response_true",
  794.       "countries": [
  795.         "Algeria",
  796.         "Central African Republic",
  797.         "Chad",
  798.         "Egypt",
  799.         "Ethiopia",
  800.         "Libya",
  801.         "Mali",
  802.         "Mauritania",
  803.         "Morocco",
  804.         "South Sudan",
  805.         "Sudan",
  806.         "Togo",
  807.         "Tunisia",
  808.         "Benin",
  809.         "Burkina Faso",
  810.         "Cameroon",
  811.         "Ghana",
  812.         "Niger",
  813.         "Nigeria",
  814.         "Senegal",
  815.         "Angola",
  816.         "Botswana",
  817.         "Democratic Republic of the Congo",
  818.         "Namibia",
  819.         "South Africa",
  820.         "Zambia",
  821.         "Zimbabwe",
  822.         "Burundi",
  823.         "Kenya",
  824.         "Rwanda",
  825.         "Somalia",
  826.         "Tanzania",
  827.         "Uganda",
  828.         "Iran",
  829.         "Iraq",
  830.         "Israel",
  831.         "Jordan",
  832.         "Kuwait",
  833.         "Oman",
  834.         "Qatar",
  835.         "Saudi Arabia",
  836.         "Syria",
  837.         "United Arab Emirates",
  838.         "Yemen"
  839.       ],
  840.       "specialcategories": "flightless bird",
  841.       "legsnumber": 2,
  842.       "adjectives": "warm-blooded",
  843.       "predators": [
  844.         "cheetahs",
  845.         "lions",
  846.         "leopards",
  847.         "hyenas"
  848.       ],
  849.       "behavior": [
  850.         "walk",
  851.         "run",
  852.         "kick",
  853.         "run fast",
  854.         "kick fast",
  855.         "peck",
  856.         "sleep",
  857.         "live in groups"
  858.       ],
  859.       "venomous": "response_false"
  860.     },
  861.     {
  862.       "habitat": [
  863.         "the tropics",
  864.         "the city",
  865.         "humid climates",
  866.         "the mountains",
  867.         "the tundra",
  868.         "the Savanna",
  869.         "grasslands",
  870.         "the forest",
  871.         "the rainforest",
  872.         "hot climates",
  873.         "cold climates",
  874.         "land",
  875.         "North America",
  876.         "South America",
  877.         "Asia",
  878.         "Africa",
  879.         "Australia",
  880.         "Europe",
  881.         "backyards",
  882.         "warm climates",
  883.         "hot climates",
  884.         "the Northern Hemisphere",
  885.         "the Southern Hemisphere",
  886.         "the ground",
  887.         "burrows"
  888.       ],
  889.       "migrate": "response_true",
  890.       "isprey": "response_true",
  891.       "hibernate": "response_true",
  892.       "colors": [
  893.         "black",
  894.         "red"
  895.       ],
  896.       "friendlyspeed": "slow",
  897.       "ispredator": "response_some_species",
  898.       "nocturnal": "response_some_species",
  899.       "domesticated": "response_false",
  900.       "lifespanyears": 1,
  901.       "pet": "response_false",
  902.       "poisonous": "response_rarely",
  903.       "zoo": "response_false",
  904.       "endangered": "response_false",
  905.       "canpersonride": "response_false",
  906.       "prey": "insects",
  907.       "landanimal": "response_true",
  908.       "animal": "ant",
  909.       "hints": "Males of my species die when they mate.",
  910.       "adultweightgrams": 1,
  911.       "bodyparts": [
  912.         "a head",
  913.         "antennae",
  914.         "jaw",
  915.         "legs",
  916.         "a thorax",
  917.         "a waist",
  918.         "a brain",
  919.         "an exoskeleton",
  920.         "eyes",
  921.         "a mouth"
  922.       ],
  923.       "diurnal": "response_some_species",
  924.       "layeggs": "response_true",
  925.       "friendlysizemass": "small",
  926.       "farmanimal": "response_false",
  927.       "consumptionclass": "omnivore",
  928.       "diet": [
  929.         "nectar",
  930.         "seeds",
  931.         "fungus",
  932.         "insects",
  933.         "reptiles",
  934.         "birds",
  935.         "small animals",
  936.         "other animals",
  937.         "plants"
  938.       ],
  939.       "class": "invertebrate",
  940.       "specialinfo": "featured in pixar",
  941.       "acceptablenames": "",
  942.       "edible": "response_true",
  943.       "countries": "COMMONLY FOUND",
  944.       "specialcategories": "insect",
  945.       "legsnumber": 6,
  946.       "adjectives": "cold-blooded",
  947.       "predators": [
  948.         "frogs",
  949.         "insects",
  950.         "spiders",
  951.         "reptiles",
  952.         "birds",
  953.         "bears",
  954.         "toads",
  955.         "beetles",
  956.         "other ants"
  957.       ],
  958.       "behavior": [
  959.         "walk",
  960.         "crawl",
  961.         "walk slowly",
  962.         "crawl slowly",
  963.         "bite",
  964.         "sleep",
  965.         "live in groups"
  966.       ],
  967.       "venomous": "response_some_species"
  968.     },
  969.     {
  970.       "habitat": [
  971.         "the tropics",
  972.         "the tundra",
  973.         "the desert",
  974.         "the city",
  975.         "the suburbs",
  976.         "the savanna",
  977.         "grasslands",
  978.         "the forest",
  979.         "the rainforest",
  980.         "the mountains",
  981.         "people's homes",
  982.         "hot climates",
  983.         "warm climates",
  984.         "cold climates",
  985.         "the Northern Hemisphere",
  986.         "the Southern Hemisphere",
  987.         "North America",
  988.         "South America",
  989.         "Asia",
  990.         "Africa",
  991.         "Australia",
  992.         "Europe"
  993.       ],
  994.       "migrate": "response_false",
  995.       "isprey": "response_some_species",
  996.       "hibernate": "response_false",
  997.       "colors": [
  998.         "brown",
  999.         "white",
  1000.         "black"
  1001.       ],
  1002.       "friendlyspeed": "fast",
  1003.       "ispredator": "response_some_species",
  1004.       "nocturnal": "response_false",
  1005.       "domesticated": "response_true",
  1006.       "lifespanyears": 12,
  1007.       "pet": "response_true",
  1008.       "poisonous": "response_false",
  1009.       "zoo": "response_false",
  1010.       "endangered": "response_false",
  1011.       "canpersonride": "response_false",
  1012.       "prey": [
  1013.         "birds",
  1014.         "frogs",
  1015.         "reptiles",
  1016.         "fish",
  1017.         "insects"
  1018.       ],
  1019.       "landanimal": "response_true",
  1020.       "animal": "dog",
  1021.       "hints": "I only sweat through pads on my feet. Too bad there's not deoderant for feet.",
  1022.       "adultweightgrams": 40000,
  1023.       "bodyparts": [
  1024.         "legs",
  1025.         "a head",
  1026.         "a tail",
  1027.         "a muzzle",
  1028.         "a neck",
  1029.         "a chest",
  1030.         "paws",
  1031.         "a tongue",
  1032.         "ears",
  1033.         "fur",
  1034.         "whiskers",
  1035.         "a belly",
  1036.         "a skull",
  1037.         "a brain",
  1038.         "a heart",
  1039.         "bones",
  1040.         "eyes",
  1041.         "a nose",
  1042.         "nostrils",
  1043.         "a back",
  1044.         "a mouth"
  1045.       ],
  1046.       "diurnal": "response_true",
  1047.       "layeggs": "response_false",
  1048.       "friendlysizemass": "medium",
  1049.       "farmanimal": "response_sometimes",
  1050.       "consumptionclass": "omnivore",
  1051.       "diet": [
  1052.         "dog food",
  1053.         "fruits",
  1054.         "seeds",
  1055.         "grains",
  1056.         "nuts",
  1057.         "animals",
  1058.         "fish",
  1059.         "insects",
  1060.         "eggs",
  1061.         "birds",
  1062.         "other animals",
  1063.         "meat"
  1064.       ],
  1065.       "class": "mammal",
  1066.       "specialinfo": "man's best friend",
  1067.       "acceptablenames": "pooch",
  1068.       "edible": "response_rarely",
  1069.       "countries": "COMMONLY FOUND",
  1070.       "specialcategories": "canine",
  1071.       "legsnumber": 4,
  1072.       "adjectives": "warm-blooded",
  1073.       "predators": [
  1074.         "wolves",
  1075.         "coyotes",
  1076.         "jackals"
  1077.       ],
  1078.       "behavior": [
  1079.         "walk",
  1080.         "run",
  1081.         "swim",
  1082.         "jump",
  1083.         "run fast",
  1084.         "swim fast",
  1085.         "jump",
  1086.         "bark",
  1087.         "bite",
  1088.         "woof",
  1089.         "sleep",
  1090.         "live in groups"
  1091.       ],
  1092.       "venomous": "response_false"
  1093.     },
  1094.     {
  1095.       "habitat": [
  1096.         "grasslands",
  1097.         "the savanna",
  1098.         "woodlands",
  1099.         "the scrublands",
  1100.         "the mountains",
  1101.         "the hills",
  1102.         "the desert",
  1103.         "plateaus",
  1104.         "the slopes",
  1105.         "the plains",
  1106.         "the Southern Hemisphere",
  1107.         "Africa",
  1108.         "hot climates",
  1109.         "warm climates"
  1110.       ],
  1111.       "migrate": "response_true",
  1112.       "isprey": "response_true",
  1113.       "hibernate": "response_false",
  1114.       "colors": "black and white",
  1115.       "friendlyspeed": "medium",
  1116.       "ispredator": "response_false",
  1117.       "nocturnal": "response_sometimes",
  1118.       "domesticated": "response_some_species",
  1119.       "lifespanyears": 30,
  1120.       "pet": "response_false",
  1121.       "poisonous": "response_false",
  1122.       "zoo": "response_true",
  1123.       "endangered": "response_true",
  1124.       "canpersonride": "response_possible",
  1125.       "prey": "",
  1126.       "landanimal": "response_true",
  1127.       "animal": "zebra",
  1128.       "hints": "The ancient Romans used me to pull chariots.",
  1129.       "adultweightgrams": 350000,
  1130.       "bodyparts": [
  1131.         "a tail",
  1132.         "legs",
  1133.         "a muzzle",
  1134.         "hooves",
  1135.         "black hooves",
  1136.         "stripes",
  1137.         "a mane",
  1138.         "teeth",
  1139.         "ears",
  1140.         "a head",
  1141.         "fur",
  1142.         "a mane",
  1143.         "a short mane",
  1144.         "a skull",
  1145.         "a brain",
  1146.         "a heart",
  1147.         "bones",
  1148.         "eyes",
  1149.         "a long tail",
  1150.         "a nose",
  1151.         "nostrils",
  1152.         "a belly",
  1153.         "a back",
  1154.         "a mouth"
  1155.       ],
  1156.       "diurnal": "response_sometimes",
  1157.       "layeggs": "response_false",
  1158.       "friendlysizemass": "big",
  1159.       "farmanimal": "response_false",
  1160.       "consumptionclass": "herbivore",
  1161.       "diet": [
  1162.         "grasses",
  1163.         "shrubs",
  1164.         "herbs",
  1165.         "twigs",
  1166.         "leaves",
  1167.         "bark",
  1168.         "plants"
  1169.       ],
  1170.       "class": "mammal",
  1171.       "specialinfo": "",
  1172.       "acceptablenames": "",
  1173.       "edible": "response_true",
  1174.       "countries": [
  1175.         "South Africa",
  1176.         "Namibia",
  1177.         "Ethiopia",
  1178.         "Zambia",
  1179.         "Mozambique",
  1180.         "Malawi"
  1181.       ],
  1182.       "specialcategories": "equine",
  1183.       "legsnumber": 4,
  1184.       "adjectives": "warm-blooded",
  1185.       "predators": [
  1186.         "lions",
  1187.         "leopards",
  1188.         "cheetahs",
  1189.         "hyenas",
  1190.         "hunting dogs"
  1191.       ],
  1192.       "behavior": [
  1193.         "walk",
  1194.         "trot",
  1195.         "canter",
  1196.         "gallop",
  1197.         "walk at a normal pace",
  1198.         "gallop at a normal pace",
  1199.         "sleep",
  1200.         "live in groups"
  1201.       ],
  1202.       "venomous": "response_false"
  1203.     },
  1204.     {
  1205.       "habitat": [
  1206.         "cold climates",
  1207.         "the Arctic",
  1208.         "icebergs",
  1209.         "the tundra",
  1210.         "the Northern Hemisphere"
  1211.       ],
  1212.       "migrate": "response_true",
  1213.       "isprey": "response_false",
  1214.       "hibernate": "response_rarely",
  1215.       "colors": "white",
  1216.       "friendlyspeed": "fast",
  1217.       "ispredator": "response_true",
  1218.       "nocturnal": "response_false",
  1219.       "domesticated": "response_false",
  1220.       "lifespanyears": 28,
  1221.       "pet": "response_false",
  1222.       "poisonous": "response_false",
  1223.       "zoo": "response_true",
  1224.       "endangered": "response_true",
  1225.       "canpersonride": "response_possible",
  1226.       "prey": [
  1227.         "seals",
  1228.         "walruses",
  1229.         "reindeer",
  1230.         "people"
  1231.       ],
  1232.       "landanimal": "response_some_species",
  1233.       "animal": "polar bear",
  1234.       "hints": "I can be over 10 feet tall when I stand on my hind legs.",
  1235.       "adultweightgrams": 500000,
  1236.       "bodyparts": [
  1237.         "a head",
  1238.         "paws",
  1239.         "a nose",
  1240.         "claws",
  1241.         "teeth",
  1242.         "fur",
  1243.         "a neck",
  1244.         "a long neck",
  1245.         "webbed paws",
  1246.         "large paws",
  1247.         "a skull",
  1248.         "a brain",
  1249.         "a heart",
  1250.         "bones",
  1251.         "legs",
  1252.         "feet",
  1253.         "eyes",
  1254.         "a short tail",
  1255.         "sharp teeth",
  1256.         "nostrils",
  1257.         "a belly",
  1258.         "a back",
  1259.         "a mouth"
  1260.       ],
  1261.       "diurnal": "response_true",
  1262.       "layeggs": "response_false",
  1263.       "friendlysizemass": "big",
  1264.       "farmanimal": "response_false",
  1265.       "consumptionclass": "carnivore",
  1266.       "diet": [
  1267.         "seals",
  1268.         "other animals",
  1269.         "walruses",
  1270.         "reindeer",
  1271.         "people",
  1272.         "meat"
  1273.       ],
  1274.       "class": "mammal",
  1275.       "specialinfo": "",
  1276.       "acceptablenames": "",
  1277.       "edible": "response_possible",
  1278.       "countries": [
  1279.         "Canada",
  1280.         "Russia",
  1281.         "United States of America",
  1282.         "Greenland",
  1283.         "Norway"
  1284.       ],
  1285.       "specialcategories": "bear",
  1286.       "legsnumber": 4,
  1287.       "adjectives": [
  1288.         "fat",
  1289.         "warm-blooded",
  1290.         "solitary"
  1291.       ],
  1292.       "predators": "",
  1293.       "behavior": [
  1294.         "walk",
  1295.         "run",
  1296.         "swim",
  1297.         "jump",
  1298.         "run fast",
  1299.         "swim fast",
  1300.         "jump",
  1301.         "sleep"
  1302.       ],
  1303.       "venomous": "response_false"
  1304.     },
  1305.     {
  1306.       "habitat": [
  1307.         "caves",
  1308.         "cold climates",
  1309.         "warm climates",
  1310.         "hot climates",
  1311.         "North America",
  1312.         "South America",
  1313.         "Asia",
  1314.         "Africa",
  1315.         "Australia",
  1316.         "Europe",
  1317.         "the Northern Hemisphere",
  1318.         "the Southern Hemisphere"
  1319.       ],
  1320.       "migrate": "response_some_species",
  1321.       "isprey": "response_true",
  1322.       "hibernate": "response_some_species",
  1323.       "colors": [
  1324.         "black",
  1325.         "brown"
  1326.       ],
  1327.       "friendlyspeed": "fast",
  1328.       "ispredator": "response_some_species",
  1329.       "nocturnal": "response_true",
  1330.       "domesticated": "response_false",
  1331.       "lifespanyears": 25,
  1332.       "pet": "response_false",
  1333.       "poisonous": "response_false",
  1334.       "zoo": "response_true",
  1335.       "endangered": "response_some_species",
  1336.       "canpersonride": "response_false",
  1337.       "prey": [
  1338.         "horses",
  1339.         "cows"
  1340.       ],
  1341.       "landanimal": "response_true",
  1342.       "animal": "bat",
  1343.       "hints": "I can find my babies among thousands of others by their unique voices and scents.",
  1344.       "adultweightgrams": 100,
  1345.       "bodyparts": [
  1346.         "legs",
  1347.         "feet",
  1348.         "fingers",
  1349.         "wings",
  1350.         "wrists",
  1351.         "forearms",
  1352.         "ears",
  1353.         "a head",
  1354.         "pointed ears",
  1355.         "leather wings",
  1356.         "ears pointed",
  1357.         "wings leather",
  1358.         "a skull",
  1359.         "a brain",
  1360.         "a heart",
  1361.         "bones",
  1362.         "sharp teeth",
  1363.         "a nose",
  1364.         "nostrils",
  1365.         "a belly",
  1366.         "a mouth"
  1367.       ],
  1368.       "diurnal": "response_false",
  1369.       "layeggs": "response_false",
  1370.       "friendlysizemass": "small",
  1371.       "farmanimal": "response_false",
  1372.       "consumptionclass": "omnivore",
  1373.       "diet": [
  1374.         "insects",
  1375.         "fruits",
  1376.         "flower nectar",
  1377.         "vertebrates",
  1378.         "blood",
  1379.         "other animals",
  1380.         "plants"
  1381.       ],
  1382.       "class": "mammal",
  1383.       "specialinfo": "",
  1384.       "acceptablenames": "",
  1385.       "edible": "response_possible",
  1386.       "countries": "COMMONLY FOUND",
  1387.       "specialcategories": "",
  1388.       "legsnumber": 2,
  1389.       "adjectives": "",
  1390.       "predators": [
  1391.         "hawks",
  1392.         "owls",
  1393.         "snakes",
  1394.         "weasels",
  1395.         "raccoons"
  1396.       ],
  1397.       "behavior": [
  1398.         "fly",
  1399.         "fly fast",
  1400.         "use echolocation",
  1401.         "sleep",
  1402.         "live in groups"
  1403.       ],
  1404.       "venomous": "response_some_species"
  1405.     },
  1406.     {
  1407.       "habitat": [
  1408.         "North America",
  1409.         "South America",
  1410.         "Asia",
  1411.         "Africa",
  1412.         "Australia",
  1413.         "Europe",
  1414.         "warm climates",
  1415.         "hot climates",
  1416.         "cold climates",
  1417.         "backyards",
  1418.         "coops",
  1419.         "the Northern Hemisphere",
  1420.         "the Southern Hemisphere"
  1421.       ],
  1422.       "migrate": "response_false",
  1423.       "isprey": "response_true",
  1424.       "hibernate": "response_false",
  1425.       "colors": [
  1426.         "white",
  1427.         "brown"
  1428.       ],
  1429.       "friendlyspeed": "medium",
  1430.       "ispredator": "response_false",
  1431.       "nocturnal": "response_sometimes",
  1432.       "domesticated": "response_true",
  1433.       "lifespanyears": 8,
  1434.       "pet": "response_sometimes",
  1435.       "poisonous": "response_false",
  1436.       "zoo": "response_false",
  1437.       "endangered": "response_false",
  1438.       "canpersonride": "response_false",
  1439.       "prey": "",
  1440.       "landanimal": "response_true",
  1441.       "animal": "chicken",
  1442.       "hints": "We can communicate with each other before we even hatch.",
  1443.       "adultweightgrams": 3600,
  1444.       "bodyparts": [
  1445.         "a beak",
  1446.         "wattles",
  1447.         "ears",
  1448.         "ear lobes",
  1449.         "hackles",
  1450.         "claws",
  1451.         "thighs",
  1452.         "breasts",
  1453.         "talons",
  1454.         "a head",
  1455.         "wings",
  1456.         "feathers",
  1457.         "eyes",
  1458.         "a skull",
  1459.         "a brain",
  1460.         "a heart",
  1461.         "legs",
  1462.         "feet",
  1463.         "a mouth"
  1464.       ],
  1465.       "diurnal": "response_sometimes",
  1466.       "layeggs": "response_true",
  1467.       "friendlysizemass": "small",
  1468.       "farmanimal": "response_true",
  1469.       "consumptionclass": "omnivore",
  1470.       "diet": [
  1471.         "seeds",
  1472.         "insects",
  1473.         "lizards",
  1474.         "small snakes",
  1475.         "mice",
  1476.         "other animals"
  1477.       ],
  1478.       "class": "bird",
  1479.       "specialinfo": "",
  1480.       "acceptablenames": "",
  1481.       "edible": "response_true",
  1482.       "countries": "COMMONLY FOUND",
  1483.       "specialcategories": "",
  1484.       "legsnumber": 2,
  1485.       "adjectives": "warm-blooded",
  1486.       "predators": [
  1487.         "humans",
  1488.         "dog",
  1489.         "coyote",
  1490.         "fox",
  1491.         "bobcat",
  1492.         "hawk",
  1493.         "owl"
  1494.       ],
  1495.       "behavior": [
  1496.         "walk",
  1497.         "run",
  1498.         "run at a normal pace",
  1499.         "peck",
  1500.         "sleep",
  1501.         "live in groups"
  1502.       ],
  1503.       "venomous": "response_false"
  1504.     },
  1505.     {
  1506.       "habitat": [
  1507.         "North America",
  1508.         "South America",
  1509.         "Asia",
  1510.         "Africa",
  1511.         "Australia",
  1512.         "Europe",
  1513.         "warm climates",
  1514.         "hot climates",
  1515.         "the Caribbean",
  1516.         "trees",
  1517.         "the Northern Hemisphere",
  1518.         "the Southern Hemisphere",
  1519.         "forests",
  1520.         "rainforests"
  1521.       ],
  1522.       "migrate": "response_some_species",
  1523.       "isprey": "response_true",
  1524.       "hibernate": "response_false",
  1525.       "colors": [
  1526.         "green",
  1527.         "red",
  1528.         "blue",
  1529.         "gray",
  1530.         "orange",
  1531.         "yellow"
  1532.       ],
  1533.       "friendlyspeed": "fast",
  1534.       "ispredator": "response_some_species",
  1535.       "nocturnal": "response_rarely",
  1536.       "domesticated": "response_sometimes",
  1537.       "lifespanyears": 80,
  1538.       "pet": "response_true",
  1539.       "poisonous": "response_false",
  1540.       "zoo": "response_true",
  1541.       "endangered": "response_some_species",
  1542.       "canpersonride": "response_false",
  1543.       "prey": [
  1544.         "insects",
  1545.         "larvae"
  1546.       ],
  1547.       "landanimal": "response_true",
  1548.       "animal": "parrot",
  1549.       "hints": "Some of us like to dance to music.",
  1550.       "adultweightgrams": 1360,
  1551.       "bodyparts": [
  1552.         "eyes",
  1553.         "a beak",
  1554.         "wings",
  1555.         "feet",
  1556.         "a tail",
  1557.         "a mantle",
  1558.         "wings",
  1559.         "toes",
  1560.         "feathers",
  1561.         "a head",
  1562.         "curved beak",
  1563.         "a skull",
  1564.         "a brain",
  1565.         "a heart",
  1566.         "bones",
  1567.         "legs",
  1568.         "a mouth"
  1569.       ],
  1570.       "diurnal": "response_true",
  1571.       "layeggs": "response_rarely",
  1572.       "friendlysizemass": "small",
  1573.       "farmanimal": "response_false",
  1574.       "consumptionclass": "omnivore",
  1575.       "diet": [
  1576.         "seeds",
  1577.         "fruit",
  1578.         "nectar",
  1579.         "pollen",
  1580.         "buds",
  1581.         "arthropods",
  1582.         "insects",
  1583.         "other animals",
  1584.         "plants"
  1585.       ],
  1586.       "class": "bird",
  1587.       "specialinfo": [
  1588.         "can talk like a human",
  1589.         "pirate",
  1590.         "pirate's pet"
  1591.       ],
  1592.       "acceptablenames": "",
  1593.       "edible": "response_possible",
  1594.       "countries": "COMMONLY FOUND",
  1595.       "specialcategories": "",
  1596.       "legsnumber": 2,
  1597.       "adjectives": [
  1598.         "warm-blooded",
  1599.         "colorful"
  1600.       ],
  1601.       "predators": [
  1602.         "humans",
  1603.         "monkeys",
  1604.         "snakes",
  1605.         "hawks",
  1606.         "eagles",
  1607.         "owls",
  1608.         "pythons",
  1609.         "snakes"
  1610.       ],
  1611.       "behavior": [
  1612.         "walk",
  1613.         "run",
  1614.         "fly",
  1615.         "fly fast",
  1616.         "talk",
  1617.         "peck",
  1618.         "sleep",
  1619.         "live in groups"
  1620.       ],
  1621.       "venomous": "response_false"
  1622.     },
  1623.     {
  1624.       "habitat": [
  1625.         "crops",
  1626.         "land",
  1627.         "grasslands",
  1628.         "the woods",
  1629.         "North America",
  1630.         "South America",
  1631.         "Asia",
  1632.         "Africa",
  1633.         "Australia",
  1634.         "Europe",
  1635.         "the Northern Hemisphere",
  1636.         "the Southern Hemisphere"
  1637.       ],
  1638.       "migrate": "response_true",
  1639.       "isprey": "response_true",
  1640.       "hibernate": "response_true",
  1641.       "colors": [
  1642.         "yellow",
  1643.         "orange",
  1644.         "red",
  1645.         "black"
  1646.       ],
  1647.       "friendlyspeed": "slow",
  1648.       "ispredator": "response_true",
  1649.       "nocturnal": "response_sometimes",
  1650.       "domesticated": "response_false",
  1651.       "lifespanyears": 2.5,
  1652.       "pet": "response_sometimes",
  1653.       "poisonous": "response_false",
  1654.       "zoo": "response_false",
  1655.       "endangered": "response_false",
  1656.       "canpersonride": "response_false",
  1657.       "prey": [
  1658.         "aphids",
  1659.         "soft-bodied insects",
  1660.         "insect eggs",
  1661.         ""
  1662.       ],
  1663.       "landanimal": "response_true",
  1664.       "animal": "ladybug",
  1665.       "hints": "I bleed from my knees when threatened.",
  1666.       "adultweightgrams": 1,
  1667.       "bodyparts": [
  1668.         "a head",
  1669.         "antennae",
  1670.         "legs",
  1671.         "wings",
  1672.         "eyes",
  1673.         "spots",
  1674.         "black spots",
  1675.         "dome",
  1676.         "black legs",
  1677.         "an exoskeleton",
  1678.         "legs",
  1679.         "a mouth"
  1680.       ],
  1681.       "diurnal": "response_sometimes",
  1682.       "layeggs": "response_true",
  1683.       "friendlysizemass": "small",
  1684.       "farmanimal": "response_false",
  1685.       "consumptionclass": "omnivore",
  1686.       "diet": [
  1687.         "greenflies",
  1688.         "blackflies",
  1689.         "whiteflies",
  1690.         "scale insect",
  1691.         "aphids",
  1692.         "other animals"
  1693.       ],
  1694.       "class": "invertebrate",
  1695.       "specialinfo": "",
  1696.       "acceptablenames": "lady beetle",
  1697.       "edible": "response_sometimes",
  1698.       "countries": "COMMONLY FOUND",
  1699.       "specialcategories": "insect",
  1700.       "legsnumber": 6,
  1701.       "adjectives": [
  1702.         "oval",
  1703.         "cold-blooded",
  1704.         "colorful"
  1705.       ],
  1706.       "predators": [
  1707.         "martins",
  1708.         "swallows",
  1709.         "swifts",
  1710.         "crows",
  1711.         "dragonflies",
  1712.         "wasps",
  1713.         "ants",
  1714.         ""
  1715.       ],
  1716.       "behavior": [
  1717.         "fly",
  1718.         "crawl",
  1719.         "fly slowly",
  1720.         "crawl slowly",
  1721.         "live in groups"
  1722.       ],
  1723.       "venomous": "response_false"
  1724.     },
  1725.     {
  1726.       "habitat": [
  1727.         "the ocean",
  1728.         "aquariums",
  1729.         "tanks",
  1730.         "the Northern Hemisphere",
  1731.         "the Southern Hemisphere",
  1732.         "water",
  1733.         "saltwater",
  1734.         "freshwater"
  1735.       ],
  1736.       "migrate": "response_true",
  1737.       "isprey": "response_sometimes",
  1738.       "hibernate": "response_false",
  1739.       "colors": [
  1740.         "gray",
  1741.         "white"
  1742.       ],
  1743.       "friendlyspeed": "fast",
  1744.       "ispredator": "response_true",
  1745.       "nocturnal": "response_some_species",
  1746.       "domesticated": "response_false",
  1747.       "lifespanyears": 25,
  1748.       "pet": "response_false",
  1749.       "poisonous": "response_possible",
  1750.       "zoo": "response_true",
  1751.       "endangered": "response_true",
  1752.       "canpersonride": "response_false",
  1753.       "prey": [
  1754.         "fish",
  1755.         "crustaceans",
  1756.         "mollusks",
  1757.         "plankton",
  1758.         "krill",
  1759.         "marine mammals",
  1760.         "other sharks"
  1761.       ],
  1762.       "landanimal": "response_false",
  1763.       "animal": "shark",
  1764.       "hints": "Between 30 and 80 percent of my flesh is made of water.",
  1765.       "adultweightgrams": 226796,
  1766.       "bodyparts": [
  1767.         "a snout",
  1768.         "nostrils",
  1769.         "eyes",
  1770.         "a mouth",
  1771.         "teeth",
  1772.         "gills",
  1773.         "fins",
  1774.         "a tail",
  1775.         "flippers",
  1776.         "skin",
  1777.         "a spine",
  1778.         "edges",
  1779.         "tapered edges",
  1780.         "dark skin",
  1781.         "a skull",
  1782.         "a brain",
  1783.         "a heart",
  1784.         "cartilage",
  1785.         "sharp teeth",
  1786.         "a back",
  1787.         "a mouth"
  1788.       ],
  1789.       "diurnal": "response_some_species",
  1790.       "layeggs": "response_false",
  1791.       "friendlysizemass": "big",
  1792.       "farmanimal": "response_false",
  1793.       "consumptionclass": "carnivore",
  1794.       "diet": [
  1795.         "fish",
  1796.         "crustaceans",
  1797.         "mollusks",
  1798.         "plankton",
  1799.         "krill",
  1800.         "marine mammals",
  1801.         "other sharks",
  1802.         "other animals",
  1803.         "meat"
  1804.       ],
  1805.       "class": "fish",
  1806.       "specialinfo": "",
  1807.       "acceptablenames": "",
  1808.       "edible": "response_rarely",
  1809.       "countries": "COMMONLY FOUND",
  1810.       "specialcategories": "sea creature",
  1811.       "legsnumber": 0,
  1812.       "adjectives": [
  1813.         "cylindrical",
  1814.         "wet",
  1815.         "cold-blooded",
  1816.         "solitary"
  1817.       ],
  1818.       "predators": [
  1819.         "killer whales",
  1820.         "orcas"
  1821.       ],
  1822.       "behavior": [
  1823.         "swim",
  1824.         "swim fast",
  1825.         "bite",
  1826.         "sleep"
  1827.       ],
  1828.       "venomous": "response_possible"
  1829.     },
  1830.     {
  1831.       "habitat": [
  1832.         "the Southern Hemisphere",
  1833.         "Antarctica",
  1834.         "Australia",
  1835.         "iceburgs"
  1836.       ],
  1837.       "migrate": "response_true",
  1838.       "isprey": "response_true",
  1839.       "hibernate": "response_false",
  1840.       "colors": [
  1841.         "yellow",
  1842.         "orange",
  1843.         "black",
  1844.         "white"
  1845.       ],
  1846.       "friendlyspeed": "slow",
  1847.       "ispredator": "response_true",
  1848.       "nocturnal": "response_false",
  1849.       "domesticated": "response_false",
  1850.       "lifespanyears": 20,
  1851.       "pet": "response_rarely",
  1852.       "poisonous": "response_false",
  1853.       "zoo": "response_true",
  1854.       "endangered": "response_true",
  1855.       "canpersonride": "response_false",
  1856.       "prey": [
  1857.         "krill",
  1858.         "fish",
  1859.         "squid and other forms of sealife"
  1860.       ],
  1861.       "landanimal": "response_sometimes",
  1862.       "animal": "penguin",
  1863.       "hints": "Even though I don't have visible ears, I have excellent hearing.",
  1864.       "adultweightgrams": 15875,
  1865.       "bodyparts": [
  1866.         "a beak",
  1867.         "a chest",
  1868.         "feet",
  1869.         "claws",
  1870.         "a tail",
  1871.         "feathers",
  1872.         "a head",
  1873.         "a spine",
  1874.         "a triangle tail",
  1875.         "clawed feet",
  1876.         "front",
  1877.         "white front",
  1878.         "a skull",
  1879.         "a brain",
  1880.         "a heart",
  1881.         "bones",
  1882.         "legs",
  1883.         "eyes",
  1884.         "a short tail",
  1885.         "a belly",
  1886.         "nostrils",
  1887.         "a back",
  1888.         "a mouth"
  1889.       ],
  1890.       "diurnal": "response_true",
  1891.       "layeggs": "response_true",
  1892.       "friendlysizemass": "medium",
  1893.       "farmanimal": "response_false",
  1894.       "consumptionclass": "carnivore",
  1895.       "diet": [
  1896.         "krill",
  1897.         "fish",
  1898.         "squid and other forms of sealife",
  1899.         "other animals",
  1900.         "meat"
  1901.       ],
  1902.       "class": "bird",
  1903.       "specialinfo": "",
  1904.       "acceptablenames": "",
  1905.       "edible": "response_rarely",
  1906.       "countries": [
  1907.         "Argentina",
  1908.         "Chile",
  1909.         "New Zealand",
  1910.         "South Africa"
  1911.       ],
  1912.       "specialcategories": "flightless bird",
  1913.       "legsnumber": 2,
  1914.       "adjectives": "warm-blooded",
  1915.       "predators": [
  1916.         "sharks",
  1917.         "orcas",
  1918.         "leopard seals",
  1919.         "sea lions"
  1920.       ],
  1921.       "behavior": [
  1922.         "swim",
  1923.         "waddle",
  1924.         "swim slowly",
  1925.         "waddle slowly",
  1926.         "sleep",
  1927.         "live in groups"
  1928.       ],
  1929.       "venomous": "response_false"
  1930.     },
  1931.     {
  1932.       "habitat": [
  1933.         "the ocean",
  1934.         "the sea",
  1935.         "the Northern Hemisphere",
  1936.         "the Southern Hemisphere",
  1937.         "saltwater",
  1938.         "freshwater",
  1939.         "water",
  1940.         "aquariums",
  1941.         "tanks"
  1942.       ],
  1943.       "migrate": "response_rarely",
  1944.       "isprey": "response_true",
  1945.       "hibernate": "response_false",
  1946.       "colors": [
  1947.         "blue",
  1948.         "dark blue",
  1949.         "gray",
  1950.         "brown"
  1951.       ],
  1952.       "friendlyspeed": "fast",
  1953.       "ispredator": "response_true",
  1954.       "nocturnal": "response_some_species",
  1955.       "domesticated": "response_sometimes",
  1956.       "lifespanyears": 40,
  1957.       "pet": "response_false",
  1958.       "poisonous": "response_false",
  1959.       "zoo": "response_true",
  1960.       "endangered": "response_true",
  1961.       "canpersonride": "response_true",
  1962.       "prey": [
  1963.         "fish",
  1964.         "crustaceans",
  1965.         "squid"
  1966.       ],
  1967.       "landanimal": "response_false",
  1968.       "animal": "dolphin",
  1969.       "hints": "My kind are very playful and compassionate, even to you humans.",
  1970.       "adultweightgrams": 150000,
  1971.       "bodyparts": [
  1972.         "flippers",
  1973.         "a blowhole",
  1974.         "eyes",
  1975.         "flukes",
  1976.         "a spine",
  1977.         "a head",
  1978.         "a skull",
  1979.         "a brain",
  1980.         "a heart",
  1981.         "bones",
  1982.         "eyes",
  1983.         "a tail",
  1984.         "sharp teeth",
  1985.         "teeth",
  1986.         "a belly",
  1987.         "a back",
  1988.         "fins",
  1989.         "a mouth"
  1990.       ],
  1991.       "diurnal": "response_some_species",
  1992.       "layeggs": "response_false",
  1993.       "friendlysizemass": "big",
  1994.       "farmanimal": "response_false",
  1995.       "consumptionclass": "carnivore",
  1996.       "diet": [
  1997.         "fish",
  1998.         "squid",
  1999.         "crustaceans",
  2000.         "other animals",
  2001.         "meat"
  2002.       ],
  2003.       "class": "mammal",
  2004.       "specialinfo": "movie Flipper",
  2005.       "acceptablenames": "",
  2006.       "edible": "response_rarely",
  2007.       "countries": "COMMONLY FOUND",
  2008.       "specialcategories": "sea creature",
  2009.       "legsnumber": 0,
  2010.       "adjectives": [
  2011.         "wet",
  2012.         "warm-blooded"
  2013.       ],
  2014.       "predators": [
  2015.         "killer whales",
  2016.         "sharks"
  2017.       ],
  2018.       "behavior": [
  2019.         "swim",
  2020.         "swim fast",
  2021.         "use echolocation",
  2022.         "sleep",
  2023.         "live in groups"
  2024.       ],
  2025.       "venomous": "response_false"
  2026.     },
  2027.     {
  2028.       "habitat": [
  2029.         "ditches",
  2030.         "deserts",
  2031.         "the abyssal depths of the sea",
  2032.         "freshwater",
  2033.         "the ocean",
  2034.         "the sea",
  2035.         "grass",
  2036.         "bushes",
  2037.         "backyards",
  2038.         "the dirt",
  2039.         "leaves",
  2040.         "North America",
  2041.         "South America",
  2042.         "Asia",
  2043.         "Africa",
  2044.         "Europe",
  2045.         "Australia",
  2046.         "the Northern Hemisphere",
  2047.         "the Southern Hemisphere",
  2048.         "water",
  2049.         "aquariums",
  2050.         "tanks"
  2051.       ],
  2052.       "migrate": "response_false",
  2053.       "isprey": "response_true",
  2054.       "hibernate": "response_some_species",
  2055.       "colors": [
  2056.         "brown",
  2057.         "gray"
  2058.       ],
  2059.       "friendlyspeed": "slow",
  2060.       "ispredator": "response_false",
  2061.       "nocturnal": "response_true",
  2062.       "domesticated": "response_false",
  2063.       "lifespanyears": 25,
  2064.       "pet": "response_sometimes",
  2065.       "poisonous": "response_some_species",
  2066.       "zoo": "response_false",
  2067.       "endangered": "response_false",
  2068.       "canpersonride": "response_false",
  2069.       "prey": "",
  2070.       "landanimal": "response_some_species",
  2071.       "animal": "snail",
  2072.       "hints": "Our courtship rituals last between 2 and 12 hours.",
  2073.       "adultweightgrams": 35,
  2074.       "bodyparts": [
  2075.         "a tail",
  2076.         "a shell",
  2077.         "a mantle",
  2078.         "a tentacle",
  2079.         "a foot",
  2080.         "eyes",
  2081.         "spiral shell",
  2082.         "ganglia",
  2083.         "a short tail",
  2084.         "a mouth"
  2085.       ],
  2086.       "diurnal": "response_false",
  2087.       "layeggs": "response_true",
  2088.       "friendlysizemass": "small",
  2089.       "farmanimal": "response_false",
  2090.       "consumptionclass": "herbivore",
  2091.       "diet": [
  2092.         "plants",
  2093.         "fungi",
  2094.         "algae"
  2095.       ],
  2096.       "class": "invertebrate",
  2097.       "specialinfo": "",
  2098.       "acceptablenames": "",
  2099.       "edible": "response_true",
  2100.       "countries": "COMMONLY FOUND",
  2101.       "specialcategories": "mollusk",
  2102.       "legsnumber": 0,
  2103.       "adjectives": [
  2104.         "slimy",
  2105.         "wet",
  2106.         "cold-blooded"
  2107.       ],
  2108.       "predators": [
  2109.         "hedgehogs",
  2110.         "toads",
  2111.         "frogs",
  2112.         "newts",
  2113.         "birds",
  2114.         "mice",
  2115.         "squirrels",
  2116.         "turtles"
  2117.       ],
  2118.       "behavior": [
  2119.         "crawl",
  2120.         "glide",
  2121.         "crawl slowly",
  2122.         "glide slowly",
  2123.         "sleep"
  2124.       ],
  2125.       "venomous": "response_false"
  2126.     },
  2127.     {
  2128.       "habitat": [
  2129.         "the desert",
  2130.         "the forest",
  2131.         "prairies",
  2132.         "the Arctic",
  2133.         "the tundra",
  2134.         "caves",
  2135.         "barns",
  2136.         "trees",
  2137.         "North America",
  2138.         "South America",
  2139.         "Asia",
  2140.         "Africa",
  2141.         "Europe",
  2142.         "Australia",
  2143.         "the Northern Hemisphere",
  2144.         "the Southern Hemisphere",
  2145.         "burrows"
  2146.       ],
  2147.       "migrate": "response_some_species",
  2148.       "isprey": "response_rarely",
  2149.       "hibernate": "response_sometimes",
  2150.       "colors": [
  2151.         "brown",
  2152.         "gray",
  2153.         "white",
  2154.         "black"
  2155.       ],
  2156.       "friendlyspeed": "fast",
  2157.       "ispredator": "response_true",
  2158.       "nocturnal": "response_true",
  2159.       "domesticated": "response_false",
  2160.       "lifespanyears": 5,
  2161.       "pet": "response_sometimes",
  2162.       "poisonous": "response_false",
  2163.       "zoo": "response_true",
  2164.       "endangered": "response_true",
  2165.       "canpersonride": "response_false",
  2166.       "prey": [
  2167.         "insects",
  2168.         "spiders",
  2169.         "earthworms",
  2170.         "snails",
  2171.         "crabs"
  2172.       ],
  2173.       "landanimal": "response_true",
  2174.       "animal": "owl",
  2175.       "hints": "Our eyes are not technically considered 'eyeballs.'",
  2176.       "adultweightgrams": 1360,
  2177.       "bodyparts": [
  2178.         "a bill",
  2179.         "a chin",
  2180.         "a throat",
  2181.         "a collar",
  2182.         "a back",
  2183.         "a mantle",
  2184.         "coverts",
  2185.         "feathers",
  2186.         "a spine",
  2187.         "eyes",
  2188.         "head",
  2189.         "round head",
  2190.         "eyes",
  2191.         "huge eyes",
  2192.         "beak",
  2193.         "sharp beak",
  2194.         "a skull",
  2195.         "a brain",
  2196.         "a heart",
  2197.         "bones",
  2198.         "legs",
  2199.         "feet",
  2200.         "eyes",
  2201.         "a tail",
  2202.         "a back",
  2203.         "talons",
  2204.         "a mouth"
  2205.       ],
  2206.       "diurnal": "response_false",
  2207.       "layeggs": "response_true",
  2208.       "friendlysizemass": "small",
  2209.       "farmanimal": "response_false",
  2210.       "consumptionclass": "herbivore",
  2211.       "diet": [
  2212.         "small mammals",
  2213.         "insects",
  2214.         "other birds",
  2215.         "fish",
  2216.         "other animals",
  2217.         "meat"
  2218.       ],
  2219.       "class": "bird",
  2220.       "specialinfo": [
  2221.         "can turn head all the way around",
  2222.         "Harry Potter"
  2223.       ],
  2224.       "acceptablenames": "",
  2225.       "edible": "response_possible",
  2226.       "countries": "COMMONLY FOUND",
  2227.       "specialcategories": "",
  2228.       "legsnumber": 2,
  2229.       "adjectives": [
  2230.         "warm-blooded",
  2231.         "solitary"
  2232.       ],
  2233.       "predators": "",
  2234.       "behavior": [
  2235.         "fly",
  2236.         "fly fast",
  2237.         "hoot",
  2238.         "sleep"
  2239.       ],
  2240.       "venomous": "response_false"
  2241.     },
  2242.     {
  2243.       "habitat": [
  2244.         "Asia",
  2245.         "North America",
  2246.         "Europe",
  2247.         "the city",
  2248.         "the country",
  2249.         "warm climates",
  2250.         "cold climates",
  2251.         "the suburbs",
  2252.         "the Northern Hemisphere",
  2253.         "burrows"
  2254.       ],
  2255.       "migrate": "response_false",
  2256.       "isprey": "response_true",
  2257.       "hibernate": "response_false",
  2258.       "colors": "gray",
  2259.       "friendlyspeed": "medium",
  2260.       "ispredator": "response_true",
  2261.       "nocturnal": "response_true",
  2262.       "domesticated": "response_possible",
  2263.       "lifespanyears": 2.5,
  2264.       "pet": "response_possible",
  2265.       "poisonous": "response_false",
  2266.       "zoo": "response_sometimes",
  2267.       "endangered": "response_false",
  2268.       "canpersonride": "response_false",
  2269.       "prey": [
  2270.         "frogs",
  2271.         "small birds",
  2272.         "lizards",
  2273.         "crabs"
  2274.       ],
  2275.       "landanimal": "response_true",
  2276.       "animal": "raccoon",
  2277.       "hints": "I have a bandit's mask which has unfortunately given me a reputation for mischief.",
  2278.       "adultweightgrams": 1200,
  2279.       "bodyparts": [
  2280.         "a head",
  2281.         "paws",
  2282.         "legs",
  2283.         "a tail",
  2284.         "a spine",
  2285.         "a mouth",
  2286.         "fur",
  2287.         "eyes",
  2288.         "black stripes",
  2289.         "white stripes",
  2290.         "hands",
  2291.         "stripes",
  2292.         "eye patches",
  2293.         "a skull",
  2294.         "a brain",
  2295.         "a heart",
  2296.         "bones",
  2297.         "feet",
  2298.         "eyes",
  2299.         "a long tail",
  2300.         "a fluffy tail",
  2301.         "sharp teeth",
  2302.         "teeth",
  2303.         "a nose",
  2304.         "nostrils",
  2305.         "a belly",
  2306.         "a back",
  2307.         "a mouth"
  2308.       ],
  2309.       "diurnal": "response_false",
  2310.       "layeggs": "response_false",
  2311.       "friendlysizemass": "medium",
  2312.       "farmanimal": "response_false",
  2313.       "consumptionclass": "omnivore",
  2314.       "diet": [
  2315.         "fish",
  2316.         "mice",
  2317.         "lizards",
  2318.         "frogs",
  2319.         "bird eggs",
  2320.         "small birds",
  2321.         "fruit",
  2322.         "nuts",
  2323.         "acorns",
  2324.         "walnuts",
  2325.         "other animals",
  2326.         "plants",
  2327.         "garbage",
  2328.         "meat"
  2329.       ],
  2330.       "class": "mammal",
  2331.       "specialinfo": "love garbage",
  2332.       "acceptablenames": "",
  2333.       "edible": "response_true",
  2334.       "countries": [
  2335.         "United States of America",
  2336.         "Japan",
  2337.         "Canada",
  2338.         "Mexico"
  2339.       ],
  2340.       "specialcategories": "",
  2341.       "legsnumber": 4,
  2342.       "adjectives": [
  2343.         "sneaky",
  2344.         "warm-blooded",
  2345.         "solitary"
  2346.       ],
  2347.       "predators": [
  2348.         "bobcats",
  2349.         "coyotes",
  2350.         "great horned owl",
  2351.         "fishers",
  2352.         "jaguars",
  2353.         "wolves",
  2354.         "lynxes",
  2355.         "hunting",
  2356.         "cars"
  2357.       ],
  2358.       "behavior": [
  2359.         "walk",
  2360.         "swim",
  2361.         "run",
  2362.         "walk at a normal pace",
  2363.         "swim at a normal pace",
  2364.         "run at a normal pace",
  2365.         "sleep",
  2366.         "live in groups"
  2367.       ],
  2368.       "venomous": "response_false"
  2369.     },
  2370.     {
  2371.       "habitat": [
  2372.         "the ocean",
  2373.         "saltwater",
  2374.         "freshwater",
  2375.         "North America",
  2376.         "South America",
  2377.         "Asia",
  2378.         "Africa",
  2379.         "hot climates",
  2380.         "warm climates",
  2381.         "cold climates",
  2382.         "tropical climates",
  2383.         "water",
  2384.         "the Northern Hemisphere",
  2385.         "the Southern Hemisphere",
  2386.         "the ground",
  2387.         "burrows",
  2388.         "mud",
  2389.         "aquariums",
  2390.         "tanks"
  2391.       ],
  2392.       "migrate": "response_some_species",
  2393.       "isprey": "response_true",
  2394.       "hibernate": "response_false",
  2395.       "colors": [
  2396.         "blue",
  2397.         "red",
  2398.         "brown",
  2399.         "green",
  2400.         " purple",
  2401.         "yellow",
  2402.         "orange",
  2403.         "white"
  2404.       ],
  2405.       "friendlyspeed": "medium",
  2406.       "ispredator": "response_true",
  2407.       "nocturnal": "response_some_species",
  2408.       "domesticated": "response_false",
  2409.       "lifespanyears": 2,
  2410.       "pet": "response_possible",
  2411.       "poisonous": "response_false",
  2412.       "zoo": "response_sometimes",
  2413.       "endangered": "response_some_species",
  2414.       "canpersonride": "response_false",
  2415.       "prey": [
  2416.         "worms",
  2417.         "clams",
  2418.         "snails",
  2419.         "crabs",
  2420.         "sea urchins",
  2421.         ""
  2422.       ],
  2423.       "landanimal": "response_sometimes",
  2424.       "animal": "crab",
  2425.       "hints": "I can live entirely on land or entirely in the water, depending on my species.",
  2426.       "adultweightgrams": 453,
  2427.       "bodyparts": [
  2428.         "an exoskeleton",
  2429.         "claws",
  2430.         "chelae",
  2431.         "a shell",
  2432.         "legs",
  2433.         "a mouth",
  2434.         "antennae",
  2435.         "gills",
  2436.         "carapace",
  2437.         "eye stalks",
  2438.         "eyes",
  2439.         "spots",
  2440.         "stripes",
  2441.         "a brain",
  2442.         "a heart",
  2443.         "legs",
  2444.         "a back",
  2445.         "a mouth"
  2446.       ],
  2447.       "diurnal": "response_some_species",
  2448.       "layeggs": "response_true",
  2449.       "friendlysizemass": "medium",
  2450.       "farmanimal": "response_false",
  2451.       "consumptionclass": "omnivore",
  2452.       "diet": [
  2453.         "algae",
  2454.         "worms",
  2455.         "fungi",
  2456.         "bacteria",
  2457.         "molluscs",
  2458.         "clams",
  2459.         "fish",
  2460.         "plankton",
  2461.         "organic non-living material",
  2462.         "detritus",
  2463.         "leaves",
  2464.         "grass",
  2465.         "flowers",
  2466.         "insects",
  2467.         "spiders",
  2468.         "other animals",
  2469.         "plants",
  2470.         "meat"
  2471.       ],
  2472.       "class": "invertebrate",
  2473.       "specialinfo": "",
  2474.       "acceptablenames": "",
  2475.       "edible": "response_true",
  2476.       "countries": "COMMONLY FOUND",
  2477.       "specialcategories": "sea creature",
  2478.       "legsnumber": 10,
  2479.       "adjectives": [
  2480.         "spiny",
  2481.         "spikey",
  2482.         "hard",
  2483.         "cold-blooded",
  2484.         "colorful",
  2485.         "solitary"
  2486.       ],
  2487.       "predators": [
  2488.         "birds",
  2489.         "fish",
  2490.         "jellyfish",
  2491.         "crabs",
  2492.         "raccoons",
  2493.         "seals",
  2494.         "eels",
  2495.         "croaker",
  2496.         "striped bass",
  2497.         "sharks",
  2498.         "herons",
  2499.         "egrets",
  2500.         "turtles",
  2501.         "mammals",
  2502.         "otters",
  2503.         "alligators"
  2504.       ],
  2505.       "behavior": [
  2506.         "walk",
  2507.         "swim",
  2508.         "walk sideways",
  2509.         "jump",
  2510.         "walk at a normal pace",
  2511.         "swim at a normal pace",
  2512.         "sleep",
  2513.         "live in groups"
  2514.       ],
  2515.       "venomous": "response_false"
  2516.     },
  2517.     {
  2518.       "habitat": [
  2519.         "water",
  2520.         "riversides",
  2521.         "lakes",
  2522.         "ponds",
  2523.         "streams",
  2524.         "creeks",
  2525.         "rivers",
  2526.         "North America",
  2527.         "South America",
  2528.         "Europe",
  2529.         "Asia",
  2530.         "the Arctic Circle",
  2531.         "Australia",
  2532.         "New Zealand",
  2533.         "trees",
  2534.         "rainforests",
  2535.         "puddles",
  2536.         "marshes",
  2537.         "swamps",
  2538.         "tropical climates",
  2539.         "warm climates",
  2540.         "cold climates",
  2541.         "hot climates",
  2542.         "the Northern Hemisphere",
  2543.         "the Southern Hemisphere",
  2544.         "mud",
  2545.         "burrows",
  2546.         "aquariums",
  2547.         "tanks"
  2548.       ],
  2549.       "migrate": "response_true",
  2550.       "isprey": "response_true",
  2551.       "hibernate": "response_some_species",
  2552.       "colors": [
  2553.         "green",
  2554.         "brown",
  2555.         "gray",
  2556.         "red",
  2557.         "yellow",
  2558.         "blue",
  2559.         "green",
  2560.         "black",
  2561.         "orange"
  2562.       ],
  2563.       "friendlyspeed": "medium",
  2564.       "ispredator": "response_true",
  2565.       "nocturnal": "response_some_species",
  2566.       "domesticated": "response_false",
  2567.       "lifespanyears": 10,
  2568.       "pet": "response_some_species",
  2569.       "poisonous": "response_some_species",
  2570.       "zoo": "response_true",
  2571.       "endangered": "response_some_species",
  2572.       "canpersonride": "response_false",
  2573.       "prey": [
  2574.         "arthropods",
  2575.         "worms",
  2576.         "snails",
  2577.         "slugs",
  2578.         "small mammals",
  2579.         "fish",
  2580.         "frogs",
  2581.         "mice",
  2582.         "flies",
  2583.         "mosquitoes",
  2584.         "moths",
  2585.         "dragonflies",
  2586.         "grashoppers",
  2587.         "small snakes",
  2588.         "baby turtles"
  2589.       ],
  2590.       "landanimal": "response_some_species",
  2591.       "animal": "frog",
  2592.       "hints": "I exist on every continent besides Antarctica.",
  2593.       "adultweightgrams": 22,
  2594.       "bodyparts": [
  2595.         "eyes",
  2596.         "a head",
  2597.         "a trunk",
  2598.         "a tongue",
  2599.         "webbed feet",
  2600.         "feet",
  2601.         "skin",
  2602.         "a spine",
  2603.         "skin",
  2604.         "spots",
  2605.         "stripes",
  2606.         "a skull",
  2607.         "a brain",
  2608.         "a heart",
  2609.         "bones",
  2610.         "legs",
  2611.         "nostrils",
  2612.         "a back",
  2613.         "a mouth"
  2614.       ],
  2615.       "diurnal": "response_some_species",
  2616.       "layeggs": "response_true",
  2617.       "friendlysizemass": "small",
  2618.       "farmanimal": "response_false",
  2619.       "consumptionclass": "carnivore",
  2620.       "diet": [
  2621.         "arthropods",
  2622.         "worms",
  2623.         "snails",
  2624.         "slugs",
  2625.         "small mammals",
  2626.         "fish",
  2627.         "frogs",
  2628.         "mice",
  2629.         "flies",
  2630.         "mosquitoes",
  2631.         "moths",
  2632.         "dragonflies",
  2633.         "grashoppers",
  2634.         "small snakes",
  2635.         "baby turtles",
  2636.         "other animals"
  2637.       ],
  2638.       "class": "reptile",
  2639.       "specialinfo": "",
  2640.       "acceptablenames": "",
  2641.       "edible": "response_some_species",
  2642.       "countries": "COMMONLY FOUND",
  2643.       "specialcategories": "",
  2644.       "legsnumber": 4,
  2645.       "adjectives": [
  2646.         "slimy",
  2647.         "wet",
  2648.         "cold-blooded",
  2649.         "colorful",
  2650.         "solitary"
  2651.       ],
  2652.       "predators": [
  2653.         "snakes",
  2654.         "lizards",
  2655.         "fish",
  2656.         "birds",
  2657.         "hedgehogs",
  2658.         "herons",
  2659.         "egrets",
  2660.         "ducks",
  2661.         "geese",
  2662.         "swans",
  2663.         "gulls",
  2664.         "crows",
  2665.         "ravens",
  2666.         "hawks",
  2667.         "eagles",
  2668.         "racoons",
  2669.         "minks",
  2670.         "foxes",
  2671.         "otters",
  2672.         "opossums"
  2673.       ],
  2674.       "behavior": [
  2675.         "jump",
  2676.         "swim",
  2677.         "walk",
  2678.         "hop",
  2679.         "swim at a normal pace",
  2680.         "croak",
  2681.         "sleep"
  2682.       ],
  2683.       "venomous": "response_some_species"
  2684.     },
  2685.     {
  2686.       "habitat": [
  2687.         "tropical climates",
  2688.         "shallow coastal waters",
  2689.         "bays",
  2690.         "lagoons",
  2691.         "estuaries",
  2692.         "the Northern Hemisphere",
  2693.         "the Southern Hemisphere",
  2694.         "water",
  2695.         "saltwater",
  2696.         "the ocean",
  2697.         "aquariums",
  2698.         "tanks"
  2699.       ],
  2700.       "migrate": "response_some_species",
  2701.       "isprey": "response_true",
  2702.       "hibernate": "response_some_species",
  2703.       "colors": [
  2704.         "green",
  2705.         "gray",
  2706.         "olive-green",
  2707.         "brown",
  2708.         "black",
  2709.         "yellow",
  2710.         "greenish-brown",
  2711.         "reddish-brown"
  2712.       ],
  2713.       "friendlyspeed": "medium",
  2714.       "ispredator": "response_true",
  2715.       "nocturnal": "response_false",
  2716.       "domesticated": "response_false",
  2717.       "lifespanyears": 80,
  2718.       "pet": "response_possible",
  2719.       "poisonous": "response_false",
  2720.       "zoo": "response_true",
  2721.       "endangered": "response_true",
  2722.       "canpersonride": "response_false",
  2723.       "prey": [
  2724.         "sponges",
  2725.         "jellyfish",
  2726.         "algae",
  2727.         "seagrass",
  2728.         "seaweed",
  2729.         "sea squirts",
  2730.         "crabs",
  2731.         "conchs",
  2732.         "fish eggs",
  2733.         "molluscs",
  2734.         "crustaceans",
  2735.         "whelks",
  2736.         "shrimp",
  2737.         "lobster"
  2738.       ],
  2739.       "landanimal": "response_false",
  2740.       "animal": "sea turtle",
  2741.       "hints": "My gender depends on how hot or cold the environment was when I was in my egg.",
  2742.       "adultweightgrams": 158757,
  2743.       "bodyparts": [
  2744.         "a shell",
  2745.         "eyes",
  2746.         "flippers",
  2747.         "a tail",
  2748.         "a carapace",
  2749.         "a head",
  2750.         "a spine",
  2751.         "skin",
  2752.         "a skull",
  2753.         "a brain",
  2754.         "a heart",
  2755.         "bones",
  2756.         "legs",
  2757.         "a short tail",
  2758.         "a nose",
  2759.         "nostrils",
  2760.         "a back",
  2761.         "a mouth"
  2762.       ],
  2763.       "diurnal": "response_true",
  2764.       "layeggs": "response_true",
  2765.       "friendlysizemass": "medium",
  2766.       "farmanimal": "response_false",
  2767.       "consumptionclass": "omnivore",
  2768.       "diet": [
  2769.         "sponges",
  2770.         "jellyfish",
  2771.         "algae",
  2772.         "seagrass",
  2773.         "seaweed",
  2774.         "sea squirts",
  2775.         "crabs",
  2776.         "conchs",
  2777.         "fish eggs",
  2778.         "molluscs",
  2779.         "crustaceans",
  2780.         "whelks",
  2781.         "shrimp",
  2782.         "lobster",
  2783.         "soft coral",
  2784.         "other animals",
  2785.         "plants"
  2786.       ],
  2787.       "class": "reptile",
  2788.       "specialinfo": "",
  2789.       "acceptablenames": "",
  2790.       "edible": "response_true",
  2791.       "countries": "COMMONLY FOUND",
  2792.       "specialcategories": "sea creature",
  2793.       "legsnumber": 4,
  2794.       "adjectives": [
  2795.         "wet",
  2796.         "cold-blooded",
  2797.         "solitary"
  2798.       ],
  2799.       "predators": [
  2800.         "large sharks",
  2801.         "sharks",
  2802.         "tiger sharks",
  2803.         "killer whales",
  2804.         "great white sharks",
  2805.         "crocodiles"
  2806.       ],
  2807.       "behavior": [
  2808.         "swim",
  2809.         "walk",
  2810.         "crawl",
  2811.         "swim at a normal pace",
  2812.         "walk at a normal pace",
  2813.         "crawl at a normal pace",
  2814.         "sleep"
  2815.       ],
  2816.       "venomous": "response_false"
  2817.     },
  2818.     {
  2819.       "habitat": [
  2820.         "rocky areas",
  2821.         "prairies",
  2822.         "marshes",
  2823.         "deserts",
  2824.         "forests",
  2825.         "grasslands",
  2826.         "the scrublands",
  2827.         "brush",
  2828.         "swamps",
  2829.         "North America",
  2830.         "South America",
  2831.         "Central America",
  2832.         "the Northern Hemisphere",
  2833.         "the ground",
  2834.         "burrows"
  2835.       ],
  2836.       "migrate": "response_sometimes",
  2837.       "isprey": "response_true",
  2838.       "hibernate": "response_some_species",
  2839.       "colors": [
  2840.         "brown",
  2841.         "gray",
  2842.         "rust-colored"
  2843.       ],
  2844.       "friendlyspeed": "slow",
  2845.       "ispredator": "response_true",
  2846.       "nocturnal": "response_sometimes",
  2847.       "domesticated": "response_false",
  2848.       "lifespanyears": 20,
  2849.       "pet": "response_possible",
  2850.       "poisonous": "response_false",
  2851.       "zoo": "response_true",
  2852.       "endangered": "response_false",
  2853.       "canpersonride": "response_false",
  2854.       "prey": [
  2855.         "mice",
  2856.         "rats",
  2857.         "gophers",
  2858.         "birds",
  2859.         "lizards",
  2860.         "voles",
  2861.         "squirrels",
  2862.         "rabbits",
  2863.         "grass hoppers",
  2864.         "small mammals"
  2865.       ],
  2866.       "landanimal": "response_true",
  2867.       "animal": "rattlesnake",
  2868.       "hints": "You're not going to want to step on me. Seriously.",
  2869.       "adultweightgrams": 2278,
  2870.       "bodyparts": [
  2871.         "scales",
  2872.         "eyes",
  2873.         "a rattle",
  2874.         "a tongue",
  2875.         "a venom duct",
  2876.         "a venom gland",
  2877.         "fangs",
  2878.         "split tongue",
  2879.         "a head",
  2880.         "eyes",
  2881.         "bands",
  2882.         "stripes",
  2883.         "fangs",
  2884.         "a tail",
  2885.         "a skull",
  2886.         "a brain",
  2887.         "a heart",
  2888.         "bones",
  2889.         "a long tail",
  2890.         "teeth",
  2891.         "sharp teeth",
  2892.         "a mouth"
  2893.       ],
  2894.       "diurnal": "response_sometimes",
  2895.       "layeggs": "response_true",
  2896.       "friendlysizemass": "medium",
  2897.       "farmanimal": "response_false",
  2898.       "consumptionclass": "carnivore",
  2899.       "diet": [
  2900.         "mice",
  2901.         "rats",
  2902.         "rabbits",
  2903.         "gophers",
  2904.         "birds",
  2905.         "lizards",
  2906.         "small mammals",
  2907.         "voles",
  2908.         "salamanders",
  2909.         "other animals",
  2910.         "meat"
  2911.       ],
  2912.       "class": "reptile",
  2913.       "specialinfo": "",
  2914.       "acceptablenames": "",
  2915.       "edible": "response_true",
  2916.       "countries": [
  2917.         "United States of America",
  2918.         "Canada",
  2919.         "Argentina",
  2920.         "Mexico"
  2921.       ],
  2922.       "specialcategories": [
  2923.         "snake",
  2924.         "viper"
  2925.       ],
  2926.       "legsnumber": 0,
  2927.       "adjectives": [
  2928.         "long",
  2929.         "cold-blooded",
  2930.         "solitary"
  2931.       ],
  2932.       "predators": [
  2933.         "coyotes",
  2934.         "eagles",
  2935.         "hawks",
  2936.         "owls",
  2937.         "falcons",
  2938.         "feralpigs",
  2939.         "badgers",
  2940.         "indigo snakes",
  2941.         "kingsnake",
  2942.         "deer",
  2943.         "antolope",
  2944.         "cows",
  2945.         "horses"
  2946.       ],
  2947.       "behavior": [
  2948.         "slither",
  2949.         "swim",
  2950.         "undulate",
  2951.         "swim slowly",
  2952.         "slither slowly",
  2953.         "rattle",
  2954.         "sleep"
  2955.       ],
  2956.       "venomous": "response_true"
  2957.     },
  2958.     {
  2959.       "habitat": [
  2960.         "North America",
  2961.         "South America",
  2962.         "Europe",
  2963.         "seagrass",
  2964.         "estuaries",
  2965.         "coral reefs",
  2966.         "mangroves",
  2967.         "Asia",
  2968.         "Africa",
  2969.         "tropical climates",
  2970.         "subtropical climates",
  2971.         "Australia",
  2972.         "the Northern Hemisphere",
  2973.         "the Southern Hemisphere",
  2974.         "water",
  2975.         "the ocean",
  2976.         "aquariums",
  2977.         "tanks"
  2978.       ],
  2979.       "migrate": "response_true",
  2980.       "isprey": "response_true",
  2981.       "hibernate": "response_false",
  2982.       "colors": [
  2983.         "red",
  2984.         "yellow",
  2985.         "green"
  2986.       ],
  2987.       "friendlyspeed": "slow",
  2988.       "ispredator": "response_true",
  2989.       "nocturnal": "response_sometimes",
  2990.       "domesticated": "response_false",
  2991.       "lifespanyears": 2,
  2992.       "pet": "response_sometimes",
  2993.       "poisonous": "response_false",
  2994.       "zoo": "response_true",
  2995.       "endangered": "response_some_species",
  2996.       "canpersonride": "response_false",
  2997.       "prey": [
  2998.         "tiny fish",
  2999.         "small shrimp",
  3000.         "brine shrimp"
  3001.       ],
  3002.       "landanimal": "response_false",
  3003.       "animal": "seahorse",
  3004.       "hints": "Our kind remain monogamous our entire lives.",
  3005.       "adultweightgrams": 1,
  3006.       "bodyparts": [
  3007.         "a coronet",
  3008.         "fins",
  3009.         "a long snout",
  3010.         "tail rings",
  3011.         "a tail",
  3012.         "a head",
  3013.         "a spine",
  3014.         "eyes",
  3015.         "a bent neck",
  3016.         "a curled tail",
  3017.         "a skull",
  3018.         "a brain",
  3019.         "a heart",
  3020.         "bones",
  3021.         "eyes",
  3022.         "a curly tail",
  3023.         "a snout",
  3024.         "a nose",
  3025.         "nostrils",
  3026.         "a mouth"
  3027.       ],
  3028.       "diurnal": "response_sometimes",
  3029.       "layeggs": "response_true",
  3030.       "friendlysizemass": "small",
  3031.       "farmanimal": "response_false",
  3032.       "consumptionclass": "carnivore",
  3033.       "diet": [
  3034.         "plankton",
  3035.         "small crustaceans",
  3036.         "small fish",
  3037.         "shrimp",
  3038.         "copepods",
  3039.         "other animals"
  3040.       ],
  3041.       "class": "fish",
  3042.       "specialinfo": "",
  3043.       "acceptablenames": "",
  3044.       "edible": "response_true",
  3045.       "countries": "COMMONLY FOUND",
  3046.       "specialcategories": "sea creature",
  3047.       "legsnumber": 0,
  3048.       "adjectives": [
  3049.         "cold-blooded",
  3050.         "colorful",
  3051.         "solitary",
  3052.         "monogamous"
  3053.       ],
  3054.       "predators": [
  3055.         "crabs",
  3056.         "fish",
  3057.         "rays",
  3058.         "stingrays",
  3059.         "manta rays",
  3060.         "tuna",
  3061.         "penguins",
  3062.         "fish",
  3063.         ""
  3064.       ],
  3065.       "behavior": [
  3066.         "swim",
  3067.         "swim slowly",
  3068.         "sleep"
  3069.       ],
  3070.       "venomous": "response_false"
  3071.     },
  3072.     {
  3073.       "habitat": [
  3074.         "tropical climates",
  3075.         "humid climates",
  3076.         "urban areas",
  3077.         "suburban areas",
  3078.         "forests",
  3079.         "mountains",
  3080.         "deserts",
  3081.         "jungles",
  3082.         "grasslands",
  3083.         "marshes",
  3084.         "the Northern Hemisphere",
  3085.         "the Southern Hemisphere"
  3086.       ],
  3087.       "migrate": "response_true",
  3088.       "isprey": "response_true",
  3089.       "hibernate": "response_some_species",
  3090.       "colors": [
  3091.         "blue",
  3092.         "purple",
  3093.         "white",
  3094.         "red",
  3095.         "yellow",
  3096.         "orange",
  3097.         "green",
  3098.         "black",
  3099.         "gold",
  3100.         "shiny",
  3101.         "brown",
  3102.         "multi-colored"
  3103.       ],
  3104.       "friendlyspeed": "fast",
  3105.       "ispredator": "response_false",
  3106.       "nocturnal": "response_false",
  3107.       "domesticated": "response_false",
  3108.       "lifespanyears": 0.2,
  3109.       "pet": "response_possible",
  3110.       "poisonous": "response_some_species",
  3111.       "zoo": "response_true",
  3112.       "endangered": "response_some_species",
  3113.       "canpersonride": "response_false",
  3114.       "prey": "",
  3115.       "landanimal": "response_true",
  3116.       "animal": "butterfly",
  3117.       "hints": "I have taste receptors on my feet. I love standing on cake or something tasty.",
  3118.       "adultweightgrams": 1.5,
  3119.       "bodyparts": [
  3120.         "wings",
  3121.         "a proboscus",
  3122.         "antennae",
  3123.         "a head",
  3124.         "eyes",
  3125.         "patterns",
  3126.         "stripes",
  3127.         "dots",
  3128.         "legs",
  3129.         "a thorax"
  3130.       ],
  3131.       "diurnal": "response_true",
  3132.       "layeggs": "response_true",
  3133.       "friendlysizemass": "small",
  3134.       "farmanimal": "response_false",
  3135.       "consumptionclass": "herbivore",
  3136.       "diet": [
  3137.         "nectar",
  3138.         "decomposing organic material",
  3139.         "plants"
  3140.       ],
  3141.       "class": "invertebrate",
  3142.       "specialinfo": "",
  3143.       "acceptablenames": "",
  3144.       "edible": "response_some_species",
  3145.       "countries": "COMMONLY FOUND",
  3146.       "specialcategories": "insect",
  3147.       "legsnumber": 6,
  3148.       "adjectives": [
  3149.         "beautiful",
  3150.         "cold-blooded",
  3151.         "colorful",
  3152.         "live in groups"
  3153.       ],
  3154.       "predators": [
  3155.         "wasps",
  3156.         "ants",
  3157.         "parasitic flies",
  3158.         "spiders",
  3159.         "monkeys",
  3160.         "birds",
  3161.         "snakes",
  3162.         "toads",
  3163.         "frogs",
  3164.         "lizards",
  3165.         "rats",
  3166.         "dragonflies",
  3167.         ""
  3168.       ],
  3169.       "behavior": [
  3170.         "fly",
  3171.         "walk",
  3172.         "fly fast",
  3173.         "flutter"
  3174.       ],
  3175.       "venomous": "response_false"
  3176.     },
  3177.     {
  3178.       "habitat": [
  3179.         "the tropics",
  3180.         "the rainforest",
  3181.         "evergreen forests",
  3182.         "temperate forests",
  3183.         "swamps",
  3184.         "grasslands",
  3185.         "the savanna",
  3186.         "Asia",
  3187.         "the Northern Hemisphere"
  3188.       ],
  3189.       "migrate": "response_false",
  3190.       "isprey": "response_false",
  3191.       "hibernate": "response_false",
  3192.       "colors": [
  3193.         "black",
  3194.         "orange",
  3195.         "gold"
  3196.       ],
  3197.       "friendlyspeed": "fast",
  3198.       "ispredator": "response_true",
  3199.       "nocturnal": "response_true",
  3200.       "domesticated": "response_possible",
  3201.       "lifespanyears": 20,
  3202.       "pet": "response_sometimes",
  3203.       "poisonous": "response_false",
  3204.       "zoo": "response_true",
  3205.       "endangered": "response_true",
  3206.       "canpersonride": "response_sometimes",
  3207.       "prey": [
  3208.         "moose",
  3209.         "dear",
  3210.         "pigs",
  3211.         "cows",
  3212.         "horses",
  3213.         "buffalo",
  3214.         "goats",
  3215.         "monkeys",
  3216.         "wild cattle",
  3217.         "wild boar",
  3218.         "elk",
  3219.         "lynxes",
  3220.         "rabbits",
  3221.         "fish",
  3222.         "rodents",
  3223.         "birds",
  3224.         "baby elephants",
  3225.         "bears",
  3226.         "termites"
  3227.       ],
  3228.       "landanimal": "response_true",
  3229.       "animal": "tiger",
  3230.       "hints": "You can hear my roar as far as 3 kilometers away, or approximately 1.86 miles.",
  3231.       "adultweightgrams": 215000,
  3232.       "bodyparts": [
  3233.         "legs",
  3234.         "a tail",
  3235.         "paws",
  3236.         "teeth",
  3237.         "a spine",
  3238.         "a head",
  3239.         "eyes",
  3240.         "golden fur",
  3241.         "stripes",
  3242.         "fur",
  3243.         "a skull",
  3244.         "a brain",
  3245.         "a heart",
  3246.         "bones",
  3247.         "feet",
  3248.         "a long tail",
  3249.         "sharp teeth",
  3250.         "a nose",
  3251.         "nostrils",
  3252.         "a belly",
  3253.         "a back",
  3254.         "a mouth"
  3255.       ],
  3256.       "diurnal": "response_false",
  3257.       "layeggs": "response_false",
  3258.       "friendlysizemass": "big",
  3259.       "farmanimal": "response_false",
  3260.       "consumptionclass": "carnivore",
  3261.       "diet": [
  3262.         "moose",
  3263.         "dear",
  3264.         "pigs",
  3265.         "cows",
  3266.         "horses",
  3267.         "buffalo",
  3268.         "goats",
  3269.         "monkeys",
  3270.         "wild cattle",
  3271.         "wild boar",
  3272.         "elk",
  3273.         "lynxes",
  3274.         "rabbits",
  3275.         "fish",
  3276.         "rodents",
  3277.         "birds",
  3278.         "baby elephants",
  3279.         "bears",
  3280.         "termites",
  3281.         "other animals",
  3282.         "meat"
  3283.       ],
  3284.       "class": "mammal",
  3285.       "specialinfo": "",
  3286.       "acceptablenames": "",
  3287.       "edible": "response_true",
  3288.       "countries": [
  3289.         "Bangladesh",
  3290.         "Vietnam",
  3291.         "Cambodia",
  3292.         "India",
  3293.         "Bhutan",
  3294.         "Thailand",
  3295.         "Indonesia",
  3296.         "Laos",
  3297.         "China",
  3298.         "Malaysia",
  3299.         "Russia",
  3300.         "Nepal",
  3301.         "Myanmar"
  3302.       ],
  3303.       "specialcategories": [
  3304.         "feline",
  3305.         "big cat"
  3306.       ],
  3307.       "legsnumber": 4,
  3308.       "adjectives": [
  3309.         "warm-blooded",
  3310.         "colorful",
  3311.         "solitary"
  3312.       ],
  3313.       "predators": "",
  3314.       "behavior": [
  3315.         "walk",
  3316.         "run",
  3317.         "swim",
  3318.         "jump",
  3319.         "run fast",
  3320.         "roar",
  3321.         "sleep"
  3322.       ],
  3323.       "venomous": "response_false"
  3324.     },
  3325.     {
  3326.       "habitat": [
  3327.         "the savanna",
  3328.         "grasslands",
  3329.         "the mountains",
  3330.         "the cloud forest",
  3331.         "the rainforest",
  3332.         "the desert",
  3333.         "the scrubland",
  3334.         "North America",
  3335.         "South America",
  3336.         "Europe",
  3337.         "Africa",
  3338.         "Asia",
  3339.         "Australia",
  3340.         "New Zealand",
  3341.         "the Northern Hemisphere",
  3342.         "the Southern Hemisphere",
  3343.         "the ground",
  3344.         "burrows"
  3345.       ],
  3346.       "migrate": "response_true",
  3347.       "isprey": "response_true",
  3348.       "hibernate": "response_false",
  3349.       "colors": [
  3350.         "brown",
  3351.         "blue",
  3352.         ""
  3353.       ],
  3354.       "friendlyspeed": "slow",
  3355.       "ispredator": "response_true",
  3356.       "nocturnal": "response_true",
  3357.       "domesticated": "response_true",
  3358.       "lifespanyears": 30,
  3359.       "pet": "response_true",
  3360.       "poisonous": "response_false",
  3361.       "zoo": "response_true",
  3362.       "endangered": "response_some_species",
  3363.       "canpersonride": "response_false",
  3364.       "prey": [
  3365.         "cicadas",
  3366.         "crickets",
  3367.         "grasshoppers",
  3368.         "sow bugs",
  3369.         "caterpillars",
  3370.         "beetles",
  3371.         "spiders",
  3372.         "lizards",
  3373.         "snakes",
  3374.         "bats",
  3375.         "toads",
  3376.         "frogs",
  3377.         "pinky rats",
  3378.         "mice",
  3379.         "milipedes",
  3380.         "frogs"
  3381.       ],
  3382.       "landanimal": "response_true",
  3383.       "animal": "tarantula",
  3384.       "hints": "I can't chew my food, so I inject digestive juices into my prey and wait for them to turn into a juice. Just normal eating stuff.",
  3385.       "adultweightgrams": 56,
  3386.       "bodyparts": [
  3387.         "legs",
  3388.         "fangs",
  3389.         "a carapace",
  3390.         "hairs",
  3391.         "spinnerets",
  3392.         "an abdomen",
  3393.         "a thorax",
  3394.         "barbed hairs",
  3395.         "a head",
  3396.         "eyes",
  3397.         "stripes",
  3398.         "hair",
  3399.         "an exoskeleton",
  3400.         "a brain",
  3401.         "a heart"
  3402.       ],
  3403.       "diurnal": "response_false",
  3404.       "layeggs": "response_true",
  3405.       "friendlysizemass": "small",
  3406.       "farmanimal": "response_false",
  3407.       "consumptionclass": "carnivore",
  3408.       "diet": [
  3409.         "insects",
  3410.         "frogs",
  3411.         "toads",
  3412.         "mice",
  3413.         "small birds",
  3414.         "other animals",
  3415.         "meat"
  3416.       ],
  3417.       "class": "invertebrate",
  3418.       "specialinfo": "",
  3419.       "acceptablenames": "",
  3420.       "edible": "response_true",
  3421.       "countries": [
  3422.         "United States of America",
  3423.         "Spain",
  3424.         "Portugal",
  3425.         "Turkey",
  3426.         "Italy",
  3427.         "Cyprus",
  3428.         "Mexico"
  3429.       ],
  3430.       "specialcategories": "spider",
  3431.       "legsnumber": 8,
  3432.       "adjectives": [
  3433.         "scary",
  3434.         "hairy",
  3435.         "cold-blooded",
  3436.         "solitary"
  3437.       ],
  3438.       "predators": [
  3439.         "lizards",
  3440.         "snakes",
  3441.         "birds",
  3442.         "tarantula hawk",
  3443.         "wasps",
  3444.         "coyotes",
  3445.         "foxes",
  3446.         "weasles",
  3447.         "skunks",
  3448.         "hawks",
  3449.         "eagles",
  3450.         "owls"
  3451.       ],
  3452.       "behavior": [
  3453.         "walk",
  3454.         "run",
  3455.         "jump",
  3456.         "walk slowly"
  3457.       ],
  3458.       "venomous": "response_true"
  3459.     },
  3460.     {
  3461.       "habitat": [
  3462.         "steppes",
  3463.         "sand dunes",
  3464.         "the desert",
  3465.         "Europe",
  3466.         "Asia",
  3467.         "North America",
  3468.         "Africa",
  3469.         "the Northern Hemisphere",
  3470.         "the Southern Hemisphere",
  3471.         "the ground",
  3472.         "burrows"
  3473.       ],
  3474.       "migrate": "response_false",
  3475.       "isprey": "response_true",
  3476.       "hibernate": "response_false",
  3477.       "colors": [
  3478.         "beige",
  3479.         "black",
  3480.         "brown",
  3481.         "gray",
  3482.         "white",
  3483.         "solid",
  3484.         "banded",
  3485.         "dark gray",
  3486.         "light gray"
  3487.       ],
  3488.       "friendlyspeed": "medium",
  3489.       "ispredator": "response_true",
  3490.       "nocturnal": "response_sometimes",
  3491.       "domesticated": "response_true",
  3492.       "lifespanyears": 2,
  3493.       "pet": "response_true",
  3494.       "poisonous": "response_false",
  3495.       "zoo": "response_false",
  3496.       "endangered": "response_false",
  3497.       "canpersonride": "response_false",
  3498.       "prey": "insects",
  3499.       "landanimal": "response_true",
  3500.       "animal": "hamster",
  3501.       "hints": "I'm blind when I'm born, but I can open my eyes two weeks after my birth.",
  3502.       "adultweightgrams": 42,
  3503.       "bodyparts": [
  3504.         "cheek pouches",
  3505.         "a nose",
  3506.         "feet",
  3507.         "a tail",
  3508.         "fur",
  3509.         "ears",
  3510.         "eyes",
  3511.         "clawed feet",
  3512.         "chelicerae",
  3513.         "a head",
  3514.         "a spine",
  3515.         "teeth",
  3516.         "a skull",
  3517.         "a brain",
  3518.         "a heart",
  3519.         "bones",
  3520.         "legs",
  3521.         "feet",
  3522.         "a short tail",
  3523.         "nostrils",
  3524.         "a belly",
  3525.         "a back",
  3526.         "a mouth"
  3527.       ],
  3528.       "diurnal": "response_sometimes",
  3529.       "layeggs": "response_false",
  3530.       "friendlysizemass": "small",
  3531.       "farmanimal": "response_false",
  3532.       "consumptionclass": "omnivore",
  3533.       "diet": [
  3534.         "seeds",
  3535.         "fruit",
  3536.         "vegetation",
  3537.         "insects",
  3538.         "other animals",
  3539.         "plants",
  3540.         "meat"
  3541.       ],
  3542.       "class": "mammal",
  3543.       "specialinfo": "",
  3544.       "acceptablenames": "",
  3545.       "edible": "response_true",
  3546.       "countries": [
  3547.         "Mongolia",
  3548.         "Syria",
  3549.         "China"
  3550.       ],
  3551.       "specialcategories": "rodent",
  3552.       "legsnumber": 4,
  3553.       "adjectives": [
  3554.         "warm-blooded",
  3555.         "solitary"
  3556.       ],
  3557.       "predators": [
  3558.         "owls",
  3559.         "weasels",
  3560.         "jackals",
  3561.         "snakes",
  3562.         "storks",
  3563.         "falcons",
  3564.         "hawks",
  3565.         "eagles",
  3566.         "foxes",
  3567.         "coyotes",
  3568.         "rattlesnakes",
  3569.         "kingsnakes",
  3570.         "gopher snakes"
  3571.       ],
  3572.       "behavior": [
  3573.         "walk",
  3574.         "run",
  3575.         "jump",
  3576.         "run at a normal pace",
  3577.         "walk at a normal pace",
  3578.         "squeak",
  3579.         "sleep"
  3580.       ],
  3581.       "venomous": "response_false"
  3582.     },
  3583.     {
  3584.       "habitat": [
  3585.         "North America",
  3586.         "South America",
  3587.         "Asia",
  3588.         "Africa",
  3589.         "Europe",
  3590.         "Australia",
  3591.         "fields",
  3592.         "the Northern Hemisphere",
  3593.         "the Southern Hemisphere"
  3594.       ],
  3595.       "migrate": "response_false",
  3596.       "isprey": "response_true",
  3597.       "hibernate": "response_false",
  3598.       "colors": [
  3599.         "white",
  3600.         "black",
  3601.         "spots",
  3602.         "brown"
  3603.       ],
  3604.       "friendlyspeed": "slow",
  3605.       "ispredator": "response_false",
  3606.       "nocturnal": "response_false",
  3607.       "domesticated": "response_true",
  3608.       "lifespanyears": 20,
  3609.       "pet": "response_possible",
  3610.       "poisonous": "response_true",
  3611.       "zoo": "response_false",
  3612.       "endangered": "response_false",
  3613.       "canpersonride": "response_possible",
  3614.       "prey": "",
  3615.       "landanimal": "response_true",
  3616.       "animal": "cow",
  3617.       "hints": "I'm red-green colorblind.",
  3618.       "adultweightgrams": 750000,
  3619.       "bodyparts": [
  3620.         "legs",
  3621.         "a tail",
  3622.         "hooves",
  3623.         "horns",
  3624.         "ears",
  3625.         "hind legs",
  3626.         "fur",
  3627.         "a head",
  3628.         "teeth",
  3629.         "a spine",
  3630.         "eyes",
  3631.         "a skull",
  3632.         "a brain",
  3633.         "a heart",
  3634.         "bones",
  3635.         "a long tail",
  3636.         "a nose",
  3637.         "nostrils",
  3638.         "a belly",
  3639.         "a back",
  3640.         "a mouth"
  3641.       ],
  3642.       "diurnal": "response_true",
  3643.       "layeggs": "response_false",
  3644.       "friendlysizemass": "big",
  3645.       "farmanimal": "response_true",
  3646.       "consumptionclass": "herbivore",
  3647.       "diet": [
  3648.         "leaves",
  3649.         "roots",
  3650.         "wood",
  3651.         "bark",
  3652.         "stems",
  3653.         "grain",
  3654.         "hay",
  3655.         "corn",
  3656.         "grass",
  3657.         "alfalfa",
  3658.         "plants"
  3659.       ],
  3660.       "class": "mammal",
  3661.       "specialinfo": "makes milk",
  3662.       "acceptablenames": "",
  3663.       "edible": "response_true",
  3664.       "countries": "COMMONLY FOUND",
  3665.       "specialcategories": "",
  3666.       "legsnumber": 4,
  3667.       "adjectives": [
  3668.         "tall",
  3669.         "warm-blooded"
  3670.       ],
  3671.       "predators": [
  3672.         "wolves",
  3673.         "grizzly bears",
  3674.         "bears",
  3675.         "tigers",
  3676.         "lions",
  3677.         "leopards",
  3678.         "dingo",
  3679.         "wild dog"
  3680.       ],
  3681.       "behavior": [
  3682.         "walk",
  3683.         "run",
  3684.         "swim",
  3685.         "walk slowly",
  3686.         "kick",
  3687.         "moo",
  3688.         "sleep",
  3689.         "live in groups"
  3690.       ],
  3691.       "venomous": "response_false"
  3692.     },
  3693.     {
  3694.       "habitat": [
  3695.         "a forest",
  3696.         "grasslands",
  3697.         "an island",
  3698.         "the tropics",
  3699.         "the savanna",
  3700.         "the plains",
  3701.         "North America",
  3702.         "South America",
  3703.         "Asia",
  3704.         "Africa",
  3705.         "Europe",
  3706.         "Australia",
  3707.         "the Northern Hemisphere",
  3708.         "the Southern Hemisphere"
  3709.       ],
  3710.       "migrate": "response_false",
  3711.       "isprey": "response_true",
  3712.       "hibernate": "response_false",
  3713.       "colors": [
  3714.         "beige",
  3715.         "black",
  3716.         "brown",
  3717.         "tan",
  3718.         "white"
  3719.       ],
  3720.       "friendlyspeed": "fast",
  3721.       "ispredator": "response_false",
  3722.       "nocturnal": "response_false",
  3723.       "domesticated": "response_true",
  3724.       "lifespanyears": 50,
  3725.       "pet": "response_sometimes",
  3726.       "poisonous": "response_false",
  3727.       "zoo": "response_false",
  3728.       "endangered": "response_false",
  3729.       "canpersonride": "response_true",
  3730.       "prey": "",
  3731.       "landanimal": "response_true",
  3732.       "animal": "horse",
  3733.       "hints": "I have bigger eyes than any other mammal that lives on land.",
  3734.       "adultweightgrams": 300000,
  3735.       "bodyparts": [
  3736.         "legs",
  3737.         "a tail",
  3738.         "hooves",
  3739.         "ears",
  3740.         "teeth",
  3741.         "hair",
  3742.         "a head",
  3743.         "a spine",
  3744.         "eyes",
  3745.         "a mane",
  3746.         "a skull",
  3747.         "a brain",
  3748.         "a heart",
  3749.         "bones",
  3750.         "eyes",
  3751.         "a long tail",
  3752.         "a nose",
  3753.         "nostrils",
  3754.         "a belly",
  3755.         "a back",
  3756.         "a mouth"
  3757.       ],
  3758.       "diurnal": "response_true",
  3759.       "layeggs": "response_false",
  3760.       "friendlysizemass": "big",
  3761.       "farmanimal": "response_sometimes",
  3762.       "consumptionclass": "herbivore",
  3763.       "diet": [
  3764.         "grass",
  3765.         "bran",
  3766.         "oats",
  3767.         "barley",
  3768.         "hay",
  3769.         "grain",
  3770.         "leaves",
  3771.         "fruit",
  3772.         "bark",
  3773.         "apples",
  3774.         "carrots",
  3775.         "plants"
  3776.       ],
  3777.       "class": "mammal",
  3778.       "specialinfo": "",
  3779.       "acceptablenames": "pony",
  3780.       "edible": "response_sometimes",
  3781.       "countries": "COMMONLY FOUND",
  3782.       "specialcategories": "equine",
  3783.       "legsnumber": 4,
  3784.       "adjectives": [
  3785.         "tall",
  3786.         "warm-blooded"
  3787.       ],
  3788.       "predators": [
  3789.         "mountain lions",
  3790.         "lions",
  3791.         "wolves",
  3792.         "coyotes",
  3793.         "bears"
  3794.       ],
  3795.       "behavior": [
  3796.         "walk",
  3797.         "run",
  3798.         "jump",
  3799.         "swim",
  3800.         "kick",
  3801.         "run fast",
  3802.         "whinny",
  3803.         "neigh",
  3804.         "sleep",
  3805.         "live in groups",
  3806.         "gallop"
  3807.       ],
  3808.       "venomous": "response_false"
  3809.     },
  3810.     {
  3811.       "habitat": [
  3812.         "grasslands",
  3813.         "wetlands",
  3814.         "the rainforest",
  3815.         "the savanna",
  3816.         "a forest",
  3817.         "shrubs",
  3818.         "North America",
  3819.         "South America",
  3820.         "Asia",
  3821.         "Africa",
  3822.         "Europe",
  3823.         "Australia",
  3824.         "the Northern Hemisphere",
  3825.         "the Southern Hemisphere"
  3826.       ],
  3827.       "migrate": "response_false",
  3828.       "isprey": "response_true",
  3829.       "hibernate": "response_false",
  3830.       "colors": [
  3831.         "pink",
  3832.         "white",
  3833.         "black",
  3834.         ""
  3835.       ],
  3836.       "friendlyspeed": "slow",
  3837.       "ispredator": "response_false",
  3838.       "nocturnal": "response_false",
  3839.       "domesticated": "response_true",
  3840.       "lifespanyears": 20,
  3841.       "pet": "response_sometimes",
  3842.       "poisonous": "response_false",
  3843.       "zoo": "response_false",
  3844.       "endangered": "response_false",
  3845.       "canpersonride": "response_some_species",
  3846.       "prey": "",
  3847.       "landanimal": "response_true",
  3848.       "animal": "pig",
  3849.       "hints": "You might be surprised to know that I can be trained to use a litterbox, walk on a leash, and do tricks.",
  3850.       "adultweightgrams": 150000,
  3851.       "bodyparts": [
  3852.         "a snout",
  3853.         "a nose",
  3854.         "tusks",
  3855.         "ears",
  3856.         "teeth",
  3857.         "legs",
  3858.         "a tail",
  3859.         "hooves",
  3860.         "a head",
  3861.         "a spine",
  3862.         "hair",
  3863.         "eyes",
  3864.         "belly",
  3865.         "spots",
  3866.         "a skull",
  3867.         "a brain",
  3868.         "a heart",
  3869.         "bones",
  3870.         "a curly tail",
  3871.         "a muzzle",
  3872.         "a back",
  3873.         "a mouth"
  3874.       ],
  3875.       "diurnal": "response_true",
  3876.       "layeggs": "response_false",
  3877.       "friendlysizemass": "medium",
  3878.       "farmanimal": "response_true",
  3879.       "consumptionclass": "omnivore",
  3880.       "diet": [
  3881.         "leaves",
  3882.         "roots",
  3883.         "fruit",
  3884.         "corn",
  3885.         "barley",
  3886.         "rodents",
  3887.         "insects",
  3888.         "rodents",
  3889.         "fungi",
  3890.         "bulbs",
  3891.         "snails",
  3892.         "earthworms",
  3893.         "eggs",
  3894.         "other animals",
  3895.         "plants",
  3896.         "meat"
  3897.       ],
  3898.       "class": "mammal",
  3899.       "specialinfo": "",
  3900.       "acceptablenames": [
  3901.         "piggy",
  3902.         "hog"
  3903.       ],
  3904.       "edible": "response_true",
  3905.       "countries": "COMMONLY FOUND",
  3906.       "specialcategories": "swine",
  3907.       "legsnumber": 4,
  3908.       "adjectives": [
  3909.         "thick",
  3910.         "fat",
  3911.         "warm-blooded"
  3912.       ],
  3913.       "predators": [
  3914.         "bobcats",
  3915.         "lions",
  3916.         "coyotes",
  3917.         "hawks",
  3918.         "snakes",
  3919.         "pythons",
  3920.         "tigers",
  3921.         "hyenas",
  3922.         "leopards",
  3923.         "bears",
  3924.         "foxes",
  3925.         "wolves",
  3926.         "leopards",
  3927.         "alligators",
  3928.         "dingos"
  3929.       ],
  3930.       "behavior": [
  3931.         "walk",
  3932.         "run",
  3933.         "swim",
  3934.         "wallow",
  3935.         "jump",
  3936.         "roll",
  3937.         "walk slowly",
  3938.         "snort",
  3939.         "sleep",
  3940.         "live in groups"
  3941.       ],
  3942.       "venomous": "response_false"
  3943.     },
  3944.     {
  3945.       "habitat": [
  3946.         "the city",
  3947.         "the suburbs",
  3948.         "an island",
  3949.         "people's homes",
  3950.         "Africa",
  3951.         "Asia",
  3952.         "North America",
  3953.         "South America",
  3954.         "Europe",
  3955.         "the Northern Hemisphere",
  3956.         "the Southern Hemisphere"
  3957.       ],
  3958.       "migrate": "response_false",
  3959.       "isprey": "response_true",
  3960.       "hibernate": "response_false",
  3961.       "colors": [
  3962.         "beige",
  3963.         "black",
  3964.         "brown",
  3965.         "tan",
  3966.         "white"
  3967.       ],
  3968.       "friendlyspeed": "fast",
  3969.       "ispredator": "response_true",
  3970.       "nocturnal": "response_some_species",
  3971.       "domesticated": "response_true",
  3972.       "lifespanyears": 14,
  3973.       "pet": "response_true",
  3974.       "poisonous": "response_false",
  3975.       "zoo": "response_false",
  3976.       "endangered": "response_false",
  3977.       "canpersonride": "response_false",
  3978.       "prey": [
  3979.         "mice",
  3980.         "rodents",
  3981.         "birds"
  3982.       ],
  3983.       "landanimal": "response_true",
  3984.       "animal": "cat",
  3985.       "hints": "My back is very flexible because I have up to 53 loosely fitting vertebrae.",
  3986.       "adultweightgrams": 5443,
  3987.       "bodyparts": [
  3988.         "legs",
  3989.         "a tail",
  3990.         "claws",
  3991.         "ears",
  3992.         "teeth",
  3993.         "paws",
  3994.         "hind legs",
  3995.         "fur",
  3996.         "a head",
  3997.         "a spine",
  3998.         "eyes",
  3999.         "spots",
  4000.         "stripes",
  4001.         "whiskers",
  4002.         "a skull",
  4003.         "a brain",
  4004.         "a heart",
  4005.         "bones",
  4006.         "eyes",
  4007.         "a long tail",
  4008.         "sharp teeth",
  4009.         "a nose",
  4010.         "nostrils",
  4011.         "a belly",
  4012.         "a back",
  4013.         "a mouth"
  4014.       ],
  4015.       "diurnal": "response_some_species",
  4016.       "layeggs": "response_false",
  4017.       "friendlysizemass": "medium",
  4018.       "farmanimal": "response_sometimes",
  4019.       "consumptionclass": "carnivore",
  4020.       "diet": [
  4021.         "rodents",
  4022.         "birds",
  4023.         "mice",
  4024.         "milk",
  4025.         "cat food",
  4026.         "other animals",
  4027.         "pellets",
  4028.         "meat"
  4029.       ],
  4030.       "class": "mammal",
  4031.       "specialinfo": "9 lives",
  4032.       "acceptablenames": "kitty",
  4033.       "edible": "response_possible",
  4034.       "countries": "COMMONLY FOUND",
  4035.       "specialcategories": "feline",
  4036.       "legsnumber": 4,
  4037.       "adjectives": [
  4038.         "slinky",
  4039.         "soft",
  4040.         "warm-blooded",
  4041.         "solitary"
  4042.       ],
  4043.       "predators": [
  4044.         "coyotes",
  4045.         "foxes",
  4046.         "mountain lions",
  4047.         "alligators",
  4048.         "snakes",
  4049.         "crocodiles",
  4050.         "large cats"
  4051.       ],
  4052.       "behavior": [
  4053.         "walk",
  4054.         "run",
  4055.         "jump",
  4056.         "jump high",
  4057.         "run fast",
  4058.         "meow",
  4059.         "purr",
  4060.         "sleep"
  4061.       ],
  4062.       "venomous": "response_false"
  4063.     },
  4064.     {
  4065.       "habitat": [
  4066.         "Africa",
  4067.         "Asia",
  4068.         "the plains",
  4069.         "the savanna",
  4070.         "the forest",
  4071.         "shrubs",
  4072.         "the mountains",
  4073.         "the desert",
  4074.         "grasslands",
  4075.         "woodlands",
  4076.         "the scrub",
  4077.         "the hills",
  4078.         "the Southern Hemisphere"
  4079.       ],
  4080.       "migrate": "response_false",
  4081.       "isprey": "response_false",
  4082.       "hibernate": "response_false",
  4083.       "colors": [
  4084.         "brown",
  4085.         "yellow",
  4086.         "light brown",
  4087.         "tan",
  4088.         "gold",
  4089.         "blonde",
  4090.         ""
  4091.       ],
  4092.       "friendlyspeed": "fast",
  4093.       "ispredator": "response_true",
  4094.       "nocturnal": "response_sometimes",
  4095.       "domesticated": "response_false",
  4096.       "lifespanyears": 18,
  4097.       "pet": "response_false",
  4098.       "poisonous": "response_false",
  4099.       "zoo": "response_true",
  4100.       "endangered": "response_true",
  4101.       "canpersonride": "response_possible",
  4102.       "prey": [
  4103.         "antelopes",
  4104.         "buffaloes",
  4105.         "zebras",
  4106.         "elephants",
  4107.         "rhinos",
  4108.         "hippos",
  4109.         "wild hogs",
  4110.         "crocodiles",
  4111.         "giraffes",
  4112.         "birds",
  4113.         "mice",
  4114.         "hares",
  4115.         "lizards",
  4116.         "tortoises",
  4117.         "people"
  4118.       ],
  4119.       "landanimal": "response_true",
  4120.       "animal": "lion",
  4121.       "hints": "I spend 16 to 20 hours a day sleeping or resting.",
  4122.       "adultweightgrams": 175000,
  4123.       "bodyparts": [
  4124.         "legs",
  4125.         "a tail",
  4126.         "a mane",
  4127.         "teeth",
  4128.         "paws",
  4129.         "a jaw",
  4130.         "a muzzle",
  4131.         "claws",
  4132.         "fur",
  4133.         "a head",
  4134.         "a spine",
  4135.         "a coat",
  4136.         "a skull",
  4137.         "a brain",
  4138.         "a heart",
  4139.         "bones",
  4140.         "eyes",
  4141.         "a long tail",
  4142.         "sharp teeth",
  4143.         "a nose",
  4144.         "nostrils",
  4145.         "a belly",
  4146.         "a back"
  4147.       ],
  4148.       "diurnal": "response_sometimes",
  4149.       "layeggs": "response_false",
  4150.       "friendlysizemass": "big",
  4151.       "farmanimal": "response_false",
  4152.       "consumptionclass": "carnivore",
  4153.       "diet": [
  4154.         "antelopes",
  4155.         "zebras",
  4156.         "goats",
  4157.         "buffaloes",
  4158.         "large animals",
  4159.         "other animals",
  4160.         "people",
  4161.         "meat"
  4162.       ],
  4163.       "class": "mammal",
  4164.       "specialinfo": "",
  4165.       "acceptablenames": "",
  4166.       "edible": "response_false",
  4167.       "countries": [
  4168.         "Angola",
  4169.         "Botswana",
  4170.         "Mozambique",
  4171.         "Tanzania",
  4172.         "Sudan",
  4173.         "India",
  4174.         "Kenya",
  4175.         "Central African Republic"
  4176.       ],
  4177.       "specialcategories": [
  4178.         "feline",
  4179.         "big cat"
  4180.       ],
  4181.       "legsnumber": 4,
  4182.       "adjectives": [
  4183.         "regal",
  4184.         "warm-blooded",
  4185.         "solitary"
  4186.       ],
  4187.       "predators": "",
  4188.       "behavior": [
  4189.         "walk",
  4190.         "run",
  4191.         "jump",
  4192.         "run fast",
  4193.         "roar",
  4194.         "sleep",
  4195.         "live in groups"
  4196.       ],
  4197.       "venomous": "response_false"
  4198.     },
  4199.     {
  4200.       "habitat": [
  4201.         "North America",
  4202.         "South America",
  4203.         "the forest",
  4204.         "woodlands",
  4205.         "grasslands",
  4206.         "the desert",
  4207.         "burrows",
  4208.         "hollow logs",
  4209.         "rocks",
  4210.         "the Northern Hemisphere",
  4211.         "the Southern Hemisphere"
  4212.       ],
  4213.       "migrate": "response_false",
  4214.       "isprey": "response_true",
  4215.       "hibernate": "response_false",
  4216.       "colors": [
  4217.         "black",
  4218.         "white"
  4219.       ],
  4220.       "friendlyspeed": "slow",
  4221.       "ispredator": "response_false",
  4222.       "nocturnal": "response_true",
  4223.       "domesticated": "response_false",
  4224.       "lifespanyears": 3,
  4225.       "pet": "response_false",
  4226.       "poisonous": "response_false",
  4227.       "zoo": "response_true",
  4228.       "endangered": "response_false",
  4229.       "canpersonride": "response_false",
  4230.       "prey": [
  4231.         "insects",
  4232.         "mice",
  4233.         "rodents"
  4234.       ],
  4235.       "landanimal": "response_true",
  4236.       "animal": "skunk",
  4237.       "hints": "A snake bite cannot kill me because I am immune to snake venom.",
  4238.       "adultweightgrams": 3500,
  4239.       "bodyparts": [
  4240.         "a tail",
  4241.         "legs",
  4242.         "glands",
  4243.         "toes",
  4244.         "claws",
  4245.         "fur",
  4246.         "a head",
  4247.         "a spine",
  4248.         "teeth",
  4249.         "eyes",
  4250.         "webbed toes",
  4251.         "stripes",
  4252.         "a skull",
  4253.         "a brain",
  4254.         "a heart",
  4255.         "bones",
  4256.         "eyes",
  4257.         "a fluffy tail",
  4258.         "sharp teeth",
  4259.         "a nose",
  4260.         "nostrils",
  4261.         "a belly",
  4262.         "a back",
  4263.         "a mouth"
  4264.       ],
  4265.       "diurnal": "response_false",
  4266.       "layeggs": "response_false",
  4267.       "friendlysizemass": "small",
  4268.       "farmanimal": "response_false",
  4269.       "consumptionclass": "omnivore",
  4270.       "diet": [
  4271.         "plants",
  4272.         "insects",
  4273.         "larvae",
  4274.         "worms",
  4275.         "fruit",
  4276.         "eggs",
  4277.         "reptiles",
  4278.         "small animals",
  4279.         "fish",
  4280.         "spiders",
  4281.         "scorpions",
  4282.         "wasps",
  4283.         "bees",
  4284.         "moles",
  4285.         "snakes",
  4286.         "other animals"
  4287.       ],
  4288.       "class": "mammal",
  4289.       "specialinfo": "",
  4290.       "acceptablenames": "",
  4291.       "edible": "response_false",
  4292.       "countries": [
  4293.         "United States of America",
  4294.         "Canada",
  4295.         "Mexico"
  4296.       ],
  4297.       "specialcategories": "",
  4298.       "legsnumber": 4,
  4299.       "adjectives": [
  4300.         "smelly",
  4301.         "warm-blooded",
  4302.         "solitary"
  4303.       ],
  4304.       "predators": [
  4305.         "owls",
  4306.         "great horned owls",
  4307.         "hawks",
  4308.         "foxes",
  4309.         "cougars",
  4310.         "coyotes",
  4311.         "dogs",
  4312.         "bobcats"
  4313.       ],
  4314.       "behavior": [
  4315.         "walk",
  4316.         "climb",
  4317.         "charge",
  4318.         "stomp",
  4319.         "walk slowly",
  4320.         "sleep"
  4321.       ],
  4322.       "venomous": "response_false"
  4323.     },
  4324.     {
  4325.       "habitat": [
  4326.         "hollow logs",
  4327.         "tree stumps",
  4328.         "the forest",
  4329.         "the bamboo forest",
  4330.         "the mountains",
  4331.         "Asia",
  4332.         "caves",
  4333.         "warm climates",
  4334.         "the Northern Hemisphere"
  4335.       ],
  4336.       "migrate": "response_true",
  4337.       "isprey": "response_rarely",
  4338.       "hibernate": "response_false",
  4339.       "colors": [
  4340.         "black",
  4341.         "white"
  4342.       ],
  4343.       "friendlyspeed": "slow",
  4344.       "ispredator": "response_rarely",
  4345.       "nocturnal": "response_false",
  4346.       "domesticated": "response_false",
  4347.       "lifespanyears": 26,
  4348.       "pet": "response_false",
  4349.       "poisonous": "response_false",
  4350.       "zoo": "response_true",
  4351.       "endangered": "response_true",
  4352.       "canpersonride": "response_possible",
  4353.       "prey": "rodents",
  4354.       "landanimal": "response_true",
  4355.       "animal": "panda bear",
  4356.       "hints": "I have thumbs that allow me to grasp bamboo stalks.",
  4357.       "adultweightgrams": 117500,
  4358.       "bodyparts": [
  4359.         "ears",
  4360.         "a muzzle",
  4361.         "legs",
  4362.         "shoulders",
  4363.         "thumbs",
  4364.         "molars",
  4365.         "jaw",
  4366.         "a tail",
  4367.         "fur",
  4368.         "eyes",
  4369.         "a coat",
  4370.         "a belly",
  4371.         "eye patches",
  4372.         "a skull",
  4373.         "a brain",
  4374.         "a heart",
  4375.         "bones",
  4376.         "legs",
  4377.         "feet",
  4378.         "paws",
  4379.         "eyes",
  4380.         "a short tail",
  4381.         "sharp teeth",
  4382.         "a nose",
  4383.         "nostrils",
  4384.         "a back",
  4385.         "a mouth"
  4386.       ],
  4387.       "diurnal": "response_true",
  4388.       "layeggs": "response_false",
  4389.       "friendlysizemass": "big",
  4390.       "farmanimal": "response_false",
  4391.       "consumptionclass": "herbivore",
  4392.       "diet": [
  4393.         "bamboo",
  4394.         "plants",
  4395.         "leaves",
  4396.         "stems"
  4397.       ],
  4398.       "class": "mammal",
  4399.       "specialinfo": "",
  4400.       "acceptablenames": [
  4401.         "panda",
  4402.         "giant panda",
  4403.         "great panda"
  4404.       ],
  4405.       "edible": "response_false",
  4406.       "countries": "China",
  4407.       "specialcategories": "bear",
  4408.       "legsnumber": 4,
  4409.       "adjectives": [
  4410.         "fat",
  4411.         "thick",
  4412.         "warm-blooded",
  4413.         "solitary"
  4414.       ],
  4415.       "predators": [
  4416.         "tigers",
  4417.         "leopards"
  4418.       ],
  4419.       "behavior": [
  4420.         "climb",
  4421.         "sit",
  4422.         "swim",
  4423.         "walk",
  4424.         "climb",
  4425.         "walk slowly",
  4426.         "roll",
  4427.         "sleep"
  4428.       ],
  4429.       "venomous": "response_false"
  4430.     },
  4431.     {
  4432.       "habitat": [
  4433.         "the rainforest",
  4434.         "Africa",
  4435.         "the ground",
  4436.         "the tropics",
  4437.         "the Southern Hemisphere"
  4438.       ],
  4439.       "migrate": "response_false",
  4440.       "isprey": "response_sometimes",
  4441.       "hibernate": "response_false",
  4442.       "colors": [
  4443.         "black",
  4444.         "silver"
  4445.       ],
  4446.       "friendlyspeed": "fast",
  4447.       "ispredator": "response_rarely",
  4448.       "nocturnal": "response_false",
  4449.       "domesticated": "response_false",
  4450.       "lifespanyears": 35,
  4451.       "pet": "response_false",
  4452.       "poisonous": "response_false",
  4453.       "zoo": "response_true",
  4454.       "endangered": "response_true",
  4455.       "canpersonride": "response_possible",
  4456.       "prey": "insects",
  4457.       "landanimal": "response_true",
  4458.       "animal": "gorilla",
  4459.       "hints": "I am afraid of water and will cross streams only if I can do so without getting wet.",
  4460.       "adultweightgrams": 139842,
  4461.       "bodyparts": [
  4462.         "arms",
  4463.         "legs",
  4464.         "toes",
  4465.         "a crest",
  4466.         "ears",
  4467.         "a mouth",
  4468.         "fingers",
  4469.         "a nose",
  4470.         "fur",
  4471.         "a head",
  4472.         "a spine",
  4473.         "teeth",
  4474.         "eyes",
  4475.         "small ears",
  4476.         "a chest",
  4477.         "a forehead",
  4478.         "large belly",
  4479.         "a head crest",
  4480.         "hands",
  4481.         "a skull",
  4482.         "a brain",
  4483.         "a heart",
  4484.         "bones",
  4485.         "feet",
  4486.         "eyes",
  4487.         "sharp teeth",
  4488.         "nostrils",
  4489.         "a belly",
  4490.         "a back",
  4491.         "a mouth"
  4492.       ],
  4493.       "diurnal": "response_true",
  4494.       "layeggs": "response_false",
  4495.       "friendlysizemass": "big",
  4496.       "farmanimal": "response_false",
  4497.       "consumptionclass": "omnivore",
  4498.       "diet": [
  4499.         "leaves",
  4500.         "shoots",
  4501.         "roots",
  4502.         "vines",
  4503.         "fruits",
  4504.         "flowers",
  4505.         "bark",
  4506.         "stems",
  4507.         "small animals",
  4508.         "other animals",
  4509.         "plants",
  4510.         "meat"
  4511.       ],
  4512.       "class": "mammal",
  4513.       "specialinfo": "",
  4514.       "acceptablenames": "",
  4515.       "edible": "response_false",
  4516.       "countries": [
  4517.         "Cameroon",
  4518.         "Congo",
  4519.         "Angola",
  4520.         "Congo",
  4521.         "Central African Republic",
  4522.         "Uganada",
  4523.         "Rwanda",
  4524.         "Nigeria",
  4525.         "Gabon"
  4526.       ],
  4527.       "specialcategories": "primate",
  4528.       "legsnumber": 2,
  4529.       "adjectives": [
  4530.         "tall",
  4531.         "warm-blooded"
  4532.       ],
  4533.       "predators": [
  4534.         "leopards",
  4535.         "crodociles"
  4536.       ],
  4537.       "behavior": [
  4538.         "climb",
  4539.         "stand",
  4540.         "throw",
  4541.         "charge",
  4542.         "pound",
  4543.         "walk",
  4544.         "run fast",
  4545.         "sleep",
  4546.         "live in groups"
  4547.       ],
  4548.       "venomous": "response_false"
  4549.     },
  4550.     {
  4551.       "habitat": [
  4552.         "the scrublands",
  4553.         "shrubs",
  4554.         "grasslands",
  4555.         "the desert",
  4556.         "Australia",
  4557.         "the Southern Hemisphere"
  4558.       ],
  4559.       "migrate": "response_false",
  4560.       "isprey": "response_true",
  4561.       "hibernate": "response_false",
  4562.       "colors": [
  4563.         "beige",
  4564.         "tan",
  4565.         "brown"
  4566.       ],
  4567.       "friendlyspeed": "fast",
  4568.       "ispredator": "response_false",
  4569.       "nocturnal": "response_sometimes",
  4570.       "domesticated": "response_false",
  4571.       "lifespanyears": 23,
  4572.       "pet": "response_false",
  4573.       "poisonous": "response_false",
  4574.       "zoo": "response_true",
  4575.       "endangered": "response_some_species",
  4576.       "canpersonride": "response_false",
  4577.       "prey": "",
  4578.       "landanimal": "response_true",
  4579.       "animal": "kangaroo",
  4580.       "hints": "I can cover 15 feet in a single hop.",
  4581.       "adultweightgrams": 90718,
  4582.       "bodyparts": [
  4583.         "hind legs",
  4584.         "a tail",
  4585.         "ears",
  4586.         "paws",
  4587.         "a back",
  4588.         "a pouch",
  4589.         "a snout",
  4590.         "forelimbs",
  4591.         "thighs",
  4592.         "fur",
  4593.         "eyes",
  4594.         "a head",
  4595.         "a spine",
  4596.         "teeth",
  4597.         "a skull",
  4598.         "a brain",
  4599.         "a heart",
  4600.         "bones",
  4601.         "a long tail",
  4602.         "a nose",
  4603.         "nostrils",
  4604.         "a belly",
  4605.         "a back",
  4606.         "a mouth"
  4607.       ],
  4608.       "diurnal": "response_sometimes",
  4609.       "layeggs": "response_false",
  4610.       "friendlysizemass": "big",
  4611.       "farmanimal": "response_false",
  4612.       "consumptionclass": "herbivore",
  4613.       "diet": [
  4614.         "grass",
  4615.         "flowers",
  4616.         "plants",
  4617.         "leaves",
  4618.         "wood",
  4619.         "bark",
  4620.         "stems"
  4621.       ],
  4622.       "class": "mammal",
  4623.       "specialinfo": "",
  4624.       "acceptablenames": "",
  4625.       "edible": "response_true",
  4626.       "countries": "Australia",
  4627.       "specialcategories": "marsupial",
  4628.       "legsnumber": 2,
  4629.       "adjectives": [
  4630.         "tall",
  4631.         "warm-blooded",
  4632.         "solitary"
  4633.       ],
  4634.       "predators": [
  4635.         "dingos",
  4636.         "tasmanian devils"
  4637.       ],
  4638.       "behavior": [
  4639.         "hop",
  4640.         "box",
  4641.         "leap",
  4642.         "jump",
  4643.         "jump high",
  4644.         "kick",
  4645.         "sleep",
  4646.         "live in groups"
  4647.       ],
  4648.       "venomous": "response_false"
  4649.     },
  4650.     {
  4651.       "habitat": [
  4652.         "Asia",
  4653.         "Africa",
  4654.         "grasslands",
  4655.         "the forest",
  4656.         "the tropics",
  4657.         "the mountains",
  4658.         "the savanna",
  4659.         "the rainforest",
  4660.         "the Sahara",
  4661.         "the desert",
  4662.         "the Northern Hemisphere",
  4663.         "the Southern Hemisphere"
  4664.       ],
  4665.       "migrate": "response_true",
  4666.       "isprey": "response_true",
  4667.       "hibernate": "response_false",
  4668.       "colors": "gray",
  4669.       "friendlyspeed": "medium",
  4670.       "ispredator": "response_false",
  4671.       "nocturnal": "response_false",
  4672.       "domesticated": "response_false",
  4673.       "lifespanyears": 70,
  4674.       "pet": "response_false",
  4675.       "poisonous": "response_false",
  4676.       "zoo": "response_true",
  4677.       "endangered": "response_true",
  4678.       "canpersonride": "response_true",
  4679.       "prey": "",
  4680.       "landanimal": "response_true",
  4681.       "animal": "elephant",
  4682.       "hints": "I form deep bonds with my family. I love you, mom and dad.",
  4683.       "adultweightgrams": 4600000,
  4684.       "bodyparts": [
  4685.         "tusks",
  4686.         "a trunk",
  4687.         "legs",
  4688.         "ears",
  4689.         "teeth",
  4690.         "a head",
  4691.         "a spine",
  4692.         "eyes",
  4693.         "thick skin",
  4694.         "large ears",
  4695.         "a tail",
  4696.         "thick legs",
  4697.         "big ears",
  4698.         "a skull",
  4699.         "a brain",
  4700.         "a heart",
  4701.         "bones",
  4702.         "feet",
  4703.         "a long tail",
  4704.         "teeth",
  4705.         "sharp teeth",
  4706.         "a nose",
  4707.         "nostrils",
  4708.         "a belly",
  4709.         "a back",
  4710.         "a mouth"
  4711.       ],
  4712.       "diurnal": "response_true",
  4713.       "layeggs": "response_false",
  4714.       "friendlysizemass": "big",
  4715.       "farmanimal": "response_false",
  4716.       "consumptionclass": "herbivore",
  4717.       "diet": [
  4718.         "grass",
  4719.         "fruit",
  4720.         "bark",
  4721.         "sugarcane",
  4722.         "bamboo",
  4723.         "plants",
  4724.         "crops",
  4725.         "roots",
  4726.         "flowers",
  4727.         "fruit",
  4728.         "grains",
  4729.         "seeds",
  4730.         "stems",
  4731.         "bananas",
  4732.         "plants"
  4733.       ],
  4734.       "class": "mammal",
  4735.       "specialinfo": "never forgets",
  4736.       "acceptablenames": "",
  4737.       "edible": "response_sometimes",
  4738.       "countries": [
  4739.         "India",
  4740.         "Sri Lanka",
  4741.         "China",
  4742.         "Thailand",
  4743.         "Mali",
  4744.         "Nepal"
  4745.       ],
  4746.       "specialcategories": "",
  4747.       "legsnumber": 4,
  4748.       "adjectives": [
  4749.         "tall",
  4750.         "warm-blooded"
  4751.       ],
  4752.       "predators": "tigers",
  4753.       "behavior": [
  4754.         "walk",
  4755.         "walk at a normal pace",
  4756.         "swim",
  4757.         "sleep",
  4758.         "live in groups"
  4759.       ],
  4760.       "venomous": "response_false"
  4761.     }
  4762.   ]
  4763. }
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement