Spaces:
Running
Running
Update furry_species.json
Browse files- furry_species.json +91 -74
furry_species.json
CHANGED
@@ -1,104 +1,121 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
"Cetaceans": [
|
4 |
-
"Dolphin",
|
5 |
-
"Orca",
|
6 |
-
"Beluga",
|
7 |
-
"Narwhal"
|
|
|
|
|
8 |
],
|
9 |
"Sharks": [
|
10 |
-
"
|
11 |
-
"Hammerhead",
|
12 |
-
"
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
"
|
18 |
-
"
|
|
|
|
|
|
|
19 |
],
|
20 |
"Others": [
|
21 |
-
"Seal",
|
22 |
-
"
|
23 |
-
"Manatee",
|
24 |
-
"Otter (Aquatic variant)"
|
|
|
25 |
]
|
26 |
},
|
27 |
-
|
28 |
-
"
|
29 |
-
"
|
30 |
-
"Eagle",
|
31 |
-
"Hawk",
|
32 |
-
"Falcon",
|
33 |
-
"Owl"
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
|
|
|
|
40 |
],
|
41 |
"Waterfowl": [
|
42 |
-
"Duck",
|
43 |
-
"Goose",
|
44 |
-
"Swan",
|
45 |
-
"Flamingo"
|
|
|
46 |
],
|
47 |
"Others": [
|
48 |
-
"Bat (Chiroptera)",
|
49 |
-
"Crow",
|
50 |
-
"Penguin",
|
51 |
-
"Kiwi"
|
|
|
52 |
]
|
53 |
},
|
54 |
|
55 |
-
"
|
56 |
"Dogs": [
|
57 |
-
"Husky",
|
58 |
-
"
|
59 |
-
"
|
60 |
-
"
|
61 |
-
"Corgi",
|
62 |
-
"Doberman"
|
63 |
],
|
64 |
"Wolves": [
|
65 |
-
"
|
66 |
-
"
|
67 |
-
"
|
|
|
68 |
],
|
69 |
"Foxes": [
|
70 |
-
"
|
71 |
-
"
|
72 |
-
"
|
|
|
73 |
],
|
74 |
"Others": [
|
75 |
-
"Jackal",
|
76 |
-
"Coyote",
|
77 |
-
"
|
|
|
78 |
]
|
79 |
},
|
80 |
|
81 |
-
"
|
82 |
-
"
|
83 |
-
"
|
84 |
-
"Siamese",
|
85 |
-
"
|
86 |
-
"Sphynx"
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
"
|
91 |
-
"
|
92 |
-
"
|
93 |
-
"
|
|
|
|
|
94 |
],
|
95 |
"Others": [
|
96 |
-
"Lynx",
|
97 |
-
"Caracal",
|
98 |
-
"Serval",
|
99 |
-
"Bobcat"
|
|
|
100 |
]
|
101 |
-
}
|
|
|
102 |
|
103 |
"HYAENIDAE (Hyenas)": {
|
104 |
"Hyenas": [
|
@@ -299,4 +316,4 @@
|
|
299 |
"Sphinx"
|
300 |
]
|
301 |
}
|
302 |
-
}
|
|
|
1 |
{
|
2 |
+
"Aquatics (Fish & Other Sea Creatures)": {
|
3 |
"Cetaceans": [
|
4 |
+
{"Name": "Dolphin", "Details": "Intelligent, streamlined"},
|
5 |
+
{"Name": "Orca", "Details": "Black and white, apex predator"},
|
6 |
+
{"Name": "Beluga", "Details": "White, vocal"},
|
7 |
+
{"Name": "Narwhal", "Details": "Arctic, long tusk"},
|
8 |
+
{"Name": "Blue Whale", "Details": "Largest, baleen"},
|
9 |
+
{"Name": "Humpback Whale", "Details": "Acrobatic, singing"}
|
10 |
],
|
11 |
"Sharks": [
|
12 |
+
{"Name": "Great White Shark", "Details": "Large, torpedo-shaped"},
|
13 |
+
{"Name": "Hammerhead Shark", "Details": "Flattened head"},
|
14 |
+
{"Name": "Tiger Shark", "Details": "Striped, varied diet"},
|
15 |
+
{"Name": "Whale Shark", "Details": "Largest, filter-feeder"},
|
16 |
+
{"Name": "Goblin Shark", "Details": "Deep sea, protruding jaw"}
|
17 |
+
],
|
18 |
+
"Fish": [
|
19 |
+
{"Name": "Goldfish", "Details": "Orange, freshwater"},
|
20 |
+
{"Name": "Koi", "Details": "Colorful, pond fish"},
|
21 |
+
{"Name": "Clownfish", "Details": "Orange and white, reef"},
|
22 |
+
{"Name": "Betta", "Details": "Vibrant, aggressive"},
|
23 |
+
{"Name": "Anglerfish", "Details": "Deep sea, bioluminescent lure"}
|
24 |
],
|
25 |
"Others": [
|
26 |
+
{"Name": "Seal", "Details": "Sleek, flippers"},
|
27 |
+
{"Name": "Sea Lion", "Details": "Eared, agile"},
|
28 |
+
{"Name": "Manatee", "Details": "Gentle, paddle-tail"},
|
29 |
+
{"Name": "Otter (Aquatic variant)", "Details": "Playful, webbed feet"},
|
30 |
+
{"Name": "Walrus", "Details": "Tusks, whiskers"}
|
31 |
]
|
32 |
},
|
33 |
+
|
34 |
+
"Avians (Birds & Flying Animals)": {
|
35 |
+
"Birds of Prey": [
|
36 |
+
{"Name": "Eagle", "Details": "Powerful, keen-eyed"},
|
37 |
+
{"Name": "Hawk", "Details": "Sharp, agile"},
|
38 |
+
{"Name": "Falcon", "Details": "Fast, pointed wings"},
|
39 |
+
{"Name": "Owl", "Details": "Nocturnal, silent"},
|
40 |
+
{"Name": "Condor", "Details": "Large, soaring"}
|
41 |
+
],
|
42 |
+
"Songbirds": [
|
43 |
+
{"Name": "Canary", "Details": "Melodious, yellow"},
|
44 |
+
{"Name": "Robin", "Details": "Orange breast"},
|
45 |
+
{"Name": "Blue Jay", "Details": "Crested, loud"},
|
46 |
+
{"Name": "Cardinal", "Details": "Red, crested"},
|
47 |
+
{"Name": "Nightingale", "Details": "Melodious, plain-colored"}
|
48 |
],
|
49 |
"Waterfowl": [
|
50 |
+
{"Name": "Duck", "Details": "Broad-billed, webbed feet"},
|
51 |
+
{"Name": "Goose", "Details": "Long-necked, migratory"},
|
52 |
+
{"Name": "Swan", "Details": "Elegant, white"},
|
53 |
+
{"Name": "Flamingo", "Details": "Pink, long-legged"},
|
54 |
+
{"Name": "Heron", "Details": "Tall, wading"}
|
55 |
],
|
56 |
"Others": [
|
57 |
+
{"Name": "Bat (Chiroptera)", "Details": "Leathery wings"},
|
58 |
+
{"Name": "Crow", "Details": "Black, intelligent"},
|
59 |
+
{"Name": "Penguin", "Details": "Flightless, tuxedo-like"},
|
60 |
+
{"Name": "Kiwi", "Details": "Flightless, long-beaked"},
|
61 |
+
{"Name": "Albatross", "Details": "Large, oceanic"}
|
62 |
]
|
63 |
},
|
64 |
|
65 |
+
"Canids (Dogs, Wolves & Foxes)": {
|
66 |
"Dogs": [
|
67 |
+
{"Name": "Husky", "Details": "Thick fur, sledding"},
|
68 |
+
{"Name": "German Shepherd", "Details": "Strong, intelligent"},
|
69 |
+
{"Name": "Golden Retriever", "Details": "Friendly, golden coat"},
|
70 |
+
{"Name": "Shiba Inu", "Details": "Curled tail, fox-like"},
|
71 |
+
{"Name": "Corgi", "Details": "Short legs, playful"},
|
72 |
+
{"Name": "Doberman", "Details": "Sleek, guard dog"}
|
73 |
],
|
74 |
"Wolves": [
|
75 |
+
{"Name": "Grey Wolf", "Details": "Dense coat, pack"},
|
76 |
+
{"Name": "Arctic Wolf", "Details": "White, cold-adapted"},
|
77 |
+
{"Name": "Red Wolf", "Details": "Reddish, rare"},
|
78 |
+
{"Name": "Ethiopian Wolf", "Details": "Slender, high-altitude"}
|
79 |
],
|
80 |
"Foxes": [
|
81 |
+
{"Name": "Red Fox", "Details": "Adaptable, bushy tail"},
|
82 |
+
{"Name": "Fennec Fox", "Details": "Desert, large ears"},
|
83 |
+
{"Name": "Arctic Fox", "Details": "Thick fur, white"},
|
84 |
+
{"Name": "Silver Fox", "Details": "Variant of red fox, black-silver coat"}
|
85 |
],
|
86 |
"Others": [
|
87 |
+
{"Name": "Jackal", "Details": "Slender, scavenger"},
|
88 |
+
{"Name": "Coyote", "Details": "Small wolf, adaptable"},
|
89 |
+
{"Name": "African Wild Dog", "Details": "Colorful, pack"},
|
90 |
+
{"Name": "Dhole", "Details": "Rusty red, whistling call"}
|
91 |
]
|
92 |
},
|
93 |
|
94 |
+
"Felines (Cats, Lions, Tigers)": {
|
95 |
+
"Small Cats": [
|
96 |
+
{"Name": "Domestic Cat", "Details": "Diverse breeds"},
|
97 |
+
{"Name": "Siamese", "Details": "Blue eyes, short coat"},
|
98 |
+
{"Name": "Maine Coon", "Details": "Large, tufted ears"},
|
99 |
+
{"Name": "Sphynx", "Details": "Hairless, wrinkled"},
|
100 |
+
{"Name": "Bengal", "Details": "Spotted, active"}
|
101 |
+
],
|
102 |
+
"Big Cats": [
|
103 |
+
{"Name": "Lion", "Details": "Mane, social"},
|
104 |
+
{"Name": "Tiger", "Details": "Striped, solitary"},
|
105 |
+
{"Name": "Leopard", "Details": "Spotted, climber"},
|
106 |
+
{"Name": "Cheetah", "Details": "Fast, tear marks"},
|
107 |
+
{"Name": "Jaguar", "Details": "Rosettes, powerful"},
|
108 |
+
{"Name": "Snow Leopard", "Details": "Thick coat, elusive"}
|
109 |
],
|
110 |
"Others": [
|
111 |
+
{"Name": "Lynx", "Details": "Tufted ears"},
|
112 |
+
{"Name": "Caracal", "Details": "Long ears, reddish"},
|
113 |
+
{"Name": "Serval", "Details": "Long legs, spotted"},
|
114 |
+
{"Name": "Bobcat", "Details": "Short tail"},
|
115 |
+
{"Name": "Clouded Leopard", "Details": "Dappled, arboreal"}
|
116 |
]
|
117 |
+
}
|
118 |
+
},
|
119 |
|
120 |
"HYAENIDAE (Hyenas)": {
|
121 |
"Hyenas": [
|
|
|
316 |
"Sphinx"
|
317 |
]
|
318 |
}
|
319 |
+
}
|