-
Notifications
You must be signed in to change notification settings - Fork 4
/
dino.json
76 lines (76 loc) · 2.39 KB
/
dino.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"Dinos": [
{
"species": "Triceratops",
"weight": 13000,
"height": 114,
"diet": "herbivore",
"where": "North America",
"when": "Late Cretaceous",
"fact": "First discovered in 1889 by Othniel Charles Marsh"
},
{
"species": "Tyrannosaurus Rex",
"weight": 11905,
"height": 144,
"diet": "carnivore",
"where": "North America",
"when": "Late Cretaceous",
"fact": "The largest known skull measures in at 5 feet long."
},
{
"species": "Anklyosaurus",
"weight": 10500,
"height": 55,
"diet": "herbivore",
"where": "North America",
"when": "Late Cretaceous",
"fact": "Anklyosaurus survived for approximately 135 million years."
},
{
"species": "Brachiosaurus",
"weight": 70000,
"height": "372",
"diet": "herbivore",
"where": "North America",
"when": "Late Jurassic",
"fact": "An asteroid was named 9954 Brachiosaurus in 1991."
},
{
"species": "Stegosaurus",
"weight": 11600,
"height": 79,
"diet": "herbivore",
"where": "North America, Europe, Asia",
"when": "Late Jurassic to Early Cretaceous",
"fact": "The Stegosaurus had between 17 and 22 seperate plates and flat spines."
},
{
"species": "Elasmosaurus",
"weight": 16000,
"height": 59,
"diet": "carnivore",
"where": "North America",
"when": "Late Cretaceous",
"fact": "Elasmosaurus was a marine reptile first discovered in Kansas."
},
{
"species": "Pteranodon",
"weight": 44,
"height": 20,
"diet": "carnivore",
"where": "North America",
"when": "Late Cretaceous",
"fact": "Actually a flying reptile, the Pteranodon is not a dinosaur."
},
{
"species": "Pigeon",
"weight": 0.5,
"height": 9,
"diet": "herbivore",
"where": "Worldwide",
"when": "Holocene",
"fact": "All birds are living dinosaurs."
}
]
}