-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstatistics.json
51 lines (51 loc) · 1.09 KB
/
statistics.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
{
"Name": "Statistics of Animals",
"Canis": {
"Lupus": {
"Common Name": "Wolf",
"Number": "713"
}
},
"Equus": {
"Ferus": {
"Common Name": "Wild Horse",
"Number": "1203"
},
"Africanus": {
"Common Name": "Wild Donkey",
"Number": "881"
}
},
"Panthera": {
"Leo": {
"Common Name": "Lion",
"Number": "529"
},
"Tigris": {
"Common Name": "Tiger",
"Number": "362"
},
"Pardus": {
"Common Name": "Leopard",
"Number": "913"
},
"Onca": {
"Common Name": "Jaguar",
"Number": "549"
}
},
"Ursus": {
"Arctos": {
"Common Name": "Grizzly Bear",
"Number": "1044"
},
"Maritimus": {
"Common Name": "Polar Bear",
"Number": "413"
},
"Thibetanus": {
"Common Name": "Asian Black Bear",
"Number": "677"
}
}
}