forked from firebase/firebase-admin-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdinosaurs.json
More file actions
78 lines (78 loc) · 1.49 KB
/
dinosaurs.json
File metadata and controls
78 lines (78 loc) · 1.49 KB
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
77
78
{
"dinosaurs": {
"bruhathkayosaurus": {
"appeared": -70000000,
"height": 25,
"length": 44,
"order": "saurischia",
"vanished": -70000000,
"weight": 135000,
"ratings": {
"pos": 1
}
},
"lambeosaurus": {
"appeared": -76000000,
"height": 2.1,
"length": 12.5,
"order": "ornithischia",
"vanished": -75000000,
"weight": 5000,
"ratings": {
"pos": 2
}
},
"linhenykus": {
"appeared": -85000000,
"height": 0.6,
"length": 1,
"order": "theropoda",
"vanished": -75000000,
"weight": 3,
"ratings": {
"pos": 3
}
},
"pterodactyl": {
"appeared": -150000000,
"height": 0.6,
"length": 0.8,
"order": "pterosauria",
"vanished": -148500000,
"weight": 2,
"ratings": {
"pos": 4
}
},
"stegosaurus": {
"appeared": -155000000,
"height": 4,
"length": 9,
"order": "ornithischia",
"vanished": -150000000,
"weight": 2500,
"ratings": {
"pos": 5
}
},
"triceratops": {
"appeared": -68000000,
"height": 3,
"length": 8,
"order": "ornithischia",
"vanished": -66000000,
"weight": 11000,
"ratings": {
"pos": 6
}
}
},
"scores": {
"bruhathkayosaurus": 55,
"lambeosaurus": 21,
"linhenykus": 80,
"pterodactyl": 93,
"stegosaurus": 5,
"triceratops": 22
}
}