faker 2.17.0 → 2.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +95 -2
- data/README.md +22 -4
- data/lib/faker/books/the_kingkiller_chronicle.rb +61 -0
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/code.rb +1 -1
- data/lib/faker/default/commerce.rb +28 -0
- data/lib/faker/default/company.rb +5 -7
- data/lib/faker/default/crypto.rb +13 -0
- data/lib/faker/default/emotion.rb +33 -0
- data/lib/faker/default/finance.rb +13 -0
- data/lib/faker/default/food.rb +13 -0
- data/lib/faker/default/hobby.rb +22 -0
- data/lib/faker/default/id_number.rb +34 -0
- data/lib/faker/default/internet.rb +40 -16
- data/lib/faker/default/lorem.rb +0 -4
- data/lib/faker/default/nation.rb +0 -3
- data/lib/faker/default/omniauth.rb +45 -1
- data/lib/faker/default/placeholdit.rb +9 -9
- data/lib/faker/default/religion.rb +6 -0
- data/lib/faker/default/science.rb +108 -0
- data/lib/faker/default/string.rb +0 -3
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/default/time.rb +0 -2
- data/lib/faker/games/dota.rb +13 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/japanese_media/fullmetal_alchemist_brotherhood.rb +48 -0
- data/lib/faker/japanese_media/kamen_rider.rb +102 -0
- data/lib/faker/locations/australia.rb +47 -0
- data/lib/faker/music/hiphop.rb +3 -3
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/religion/bible.rb +50 -0
- data/lib/faker/tv_shows/brooklyn_nine_nine.rb +38 -0
- data/lib/faker/tv_shows/michael_scott.rb +0 -3
- data/lib/faker/tv_shows/supernatural.rb +48 -0
- data/lib/faker/tv_shows/the_office.rb +37 -0
- data/lib/faker/version.rb +2 -2
- data/lib/locales/ar.yml +5 -1
- data/lib/locales/de-AT.yml +2 -2
- data/lib/locales/de.yml +7 -3
- data/lib/locales/en/address.yml +2 -3
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/australia.yml +108 -0
- data/lib/locales/en/bible.yml +90 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/brooklyn_nine_nine.yml +35 -0
- data/lib/locales/en/cat.yml +1 -1
- data/lib/locales/en/coffee.yml +1 -1
- data/lib/locales/en/commerce.yml +17 -0
- data/lib/locales/en/community.yml +17 -17
- data/lib/locales/en/dota.yml +7 -0
- data/lib/locales/en/dune.yml +266 -397
- data/lib/locales/en/emotion.yml +480 -0
- data/lib/locales/en/finance.yml +21 -0
- data/lib/locales/en/fma_brotherhood.yml +78 -0
- data/lib/locales/en/food.yml +1054 -10
- data/lib/locales/en/game.yml +12 -0
- data/lib/locales/en/hobby.yml +171 -0
- data/lib/locales/en/horse.yml +2 -2
- data/lib/locales/en/internet.yml +108 -3
- data/lib/locales/en/kamen_rider.yml +452 -0
- data/lib/locales/en/kpop.yml +7 -7
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/mountain.yml +14 -1
- data/lib/locales/en/music.yml +152 -142
- data/lib/locales/en/science.yml +481 -3
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/stranger_thing.yml +1 -1
- data/lib/locales/en/super_smash_bros.yml +5 -2
- data/lib/locales/en/supernatural.yml +141 -0
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/the_kingkiller_chronicle.yml +56 -0
- data/lib/locales/en/the_office.yml +86 -0
- data/lib/locales/en/touhou.yml +1 -1
- data/lib/locales/en/witcher.yml +37 -0
- data/lib/locales/en-US.yml +2 -2
- data/lib/locales/es-AR.yml +1 -4
- data/lib/locales/fr/address.yml +21 -0
- data/lib/locales/fr/animal.yml +5 -0
- data/lib/locales/fr/appliance.yml +4 -0
- data/lib/locales/fr/book.yml +7 -0
- data/lib/locales/fr/color.yml +4 -0
- data/lib/locales/fr/company.yml +17 -0
- data/lib/locales/fr/compass.yml +23 -0
- data/lib/locales/fr/demographic.yml +4 -0
- data/lib/locales/fr/gender.yml +6 -0
- data/lib/locales/fr/internet.yml +5 -0
- data/lib/locales/fr/lorem.yml +5 -0
- data/lib/locales/fr/measurement.yml +7 -0
- data/lib/locales/fr/name.yml +21 -0
- data/lib/locales/fr/phone_number.yml +7 -0
- data/lib/locales/fr/pokemon.yml +7 -0
- data/lib/locales/fr.yml +0 -118
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +120539 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/animal.yml +5 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -0
- data/lib/locales/ja/cat.yml +5 -0
- data/lib/locales/ja/coffee.yml +4 -0
- data/lib/locales/ja/color.yml +4 -0
- data/lib/locales/ja/commerce.yml +11 -0
- data/lib/locales/ja/company.yml +8 -0
- data/lib/locales/ja/dog.yml +5 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/gender.yml +4 -0
- data/lib/locales/ja/lorem.yml +9 -0
- data/lib/locales/ja/name.yml +13 -0
- data/lib/locales/ja/overwatch.yml +5 -0
- data/lib/locales/ja/phone_number.yml +7 -0
- data/lib/locales/ja/pokemon.yml +7 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/studio_ghibli.yml +112 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/super_mario.yml +9 -0
- data/lib/locales/ja/super_smash_bros.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ja/zelda.yml +5 -0
- data/lib/locales/lt.yml +35 -0
- data/lib/locales/lv.yml +1 -1
- data/lib/locales/mi-NZ.yml +281 -0
- data/lib/locales/pt-BR.yml +7 -1
- data/lib/locales/ru.yml +39 -0
- metadata +94 -20
- data/lib/locales/ja.yml +0 -118
@@ -0,0 +1,1281 @@
|
|
1
|
+
---
|
2
|
+
en:
|
3
|
+
faker:
|
4
|
+
creature:
|
5
|
+
bird:
|
6
|
+
order_common_map:
|
7
|
+
Accipitriformes:
|
8
|
+
- Bateleur
|
9
|
+
- Baza
|
10
|
+
- Besra
|
11
|
+
- Buzzard
|
12
|
+
- Eagle
|
13
|
+
- Goshawk
|
14
|
+
- Griffon
|
15
|
+
- Harrier
|
16
|
+
- Hawk
|
17
|
+
- Kite
|
18
|
+
- Osprey
|
19
|
+
- Secretarybird
|
20
|
+
- Shikra
|
21
|
+
- Sparrowhawk
|
22
|
+
- Vulture
|
23
|
+
Anseriformes:
|
24
|
+
- Brant
|
25
|
+
- Bufflehead
|
26
|
+
- Canvasback
|
27
|
+
- Duck
|
28
|
+
- Eider
|
29
|
+
- Gadwall
|
30
|
+
- Garganey
|
31
|
+
- Goldeneye
|
32
|
+
- Goose
|
33
|
+
- Hardhead
|
34
|
+
- Mallard
|
35
|
+
- Merganser
|
36
|
+
- Pintail
|
37
|
+
- Pochard
|
38
|
+
- Redhead
|
39
|
+
- Scaup
|
40
|
+
- Scoter
|
41
|
+
- Screamer
|
42
|
+
- Shelduck
|
43
|
+
- Shoveler
|
44
|
+
- Smew
|
45
|
+
- Swan
|
46
|
+
- Teal
|
47
|
+
- Wigeon
|
48
|
+
Apterygiformes:
|
49
|
+
- Kiwi
|
50
|
+
Bucerotiformes:
|
51
|
+
- Hoopoe
|
52
|
+
- Hornbill
|
53
|
+
- Scimitarbill
|
54
|
+
- Woodhoopoe
|
55
|
+
Caprimulgiformes:
|
56
|
+
- Avocetbill
|
57
|
+
- Awlbill
|
58
|
+
- Barbthroat
|
59
|
+
- Blossomcrown
|
60
|
+
- Brilliant
|
61
|
+
- Carib
|
62
|
+
- Comet
|
63
|
+
- Coquette
|
64
|
+
- Coronet
|
65
|
+
- Daggerbill
|
66
|
+
- Emerald
|
67
|
+
- Fairy
|
68
|
+
- Firecrown
|
69
|
+
- Frogmouth
|
70
|
+
- Goldentail
|
71
|
+
- Goldenthroat
|
72
|
+
- Helmetcrest
|
73
|
+
- Hermit
|
74
|
+
- Hillstar
|
75
|
+
- Hummingbird
|
76
|
+
- Inca
|
77
|
+
- Jacobin
|
78
|
+
- Jewelfront
|
79
|
+
- Lancebill
|
80
|
+
- Mango
|
81
|
+
- Metaltail
|
82
|
+
- Mountaineer
|
83
|
+
- Needletail
|
84
|
+
- Nighthawk
|
85
|
+
- Nightjar
|
86
|
+
- Oilbird
|
87
|
+
- Pauraque
|
88
|
+
- Piedtail
|
89
|
+
- Plovercrest
|
90
|
+
- Plumeleteer
|
91
|
+
- Poorwill
|
92
|
+
- Potoo
|
93
|
+
- Puffleg
|
94
|
+
- Ruby
|
95
|
+
- Sabrewing
|
96
|
+
- Sapphire
|
97
|
+
- Sapphirewing
|
98
|
+
- Sheartail
|
99
|
+
- Sicklebill
|
100
|
+
- Snowcap
|
101
|
+
- Spatuletail
|
102
|
+
- Spinetail
|
103
|
+
- Starfrontlet
|
104
|
+
- Starthroat
|
105
|
+
- Streamertail
|
106
|
+
- Sunangel
|
107
|
+
- Sunbeam
|
108
|
+
- Sungem
|
109
|
+
- Swift
|
110
|
+
- Swiftlet
|
111
|
+
- Sylph
|
112
|
+
- Thornbill
|
113
|
+
- Thorntail
|
114
|
+
- Topaz
|
115
|
+
- Trainbearer
|
116
|
+
- Treeswift
|
117
|
+
- Velvetbreast
|
118
|
+
- Violetear
|
119
|
+
- Visorbearer
|
120
|
+
- Whitetip
|
121
|
+
- Woodnymph
|
122
|
+
- Woodstar
|
123
|
+
Cariamiformes:
|
124
|
+
- Seriema
|
125
|
+
Casuariiformes:
|
126
|
+
- Cassowary
|
127
|
+
- Emu
|
128
|
+
Cathartiformes:
|
129
|
+
- Condor
|
130
|
+
- Vulture
|
131
|
+
Charadriiformes:
|
132
|
+
- Auk
|
133
|
+
- Auklet
|
134
|
+
- Avocet
|
135
|
+
- Buttonquail
|
136
|
+
- Courser
|
137
|
+
- Curlew
|
138
|
+
- Dotterel
|
139
|
+
- Dovekie
|
140
|
+
- Dowitcher
|
141
|
+
- Dunlin
|
142
|
+
- Godwit
|
143
|
+
- Greenshank
|
144
|
+
- Guillemot
|
145
|
+
- Gull
|
146
|
+
- Ibisbill
|
147
|
+
- Jacana
|
148
|
+
- Jaeger
|
149
|
+
- Killdeer
|
150
|
+
- Kittiwake
|
151
|
+
- Knot
|
152
|
+
- Lapwing
|
153
|
+
- Murre
|
154
|
+
- Murrelet
|
155
|
+
- Noddy
|
156
|
+
- Oystercatcher
|
157
|
+
- Phalarope
|
158
|
+
- Plover
|
159
|
+
- Pratincole
|
160
|
+
- Puffin
|
161
|
+
- Razorbill
|
162
|
+
- Redshank
|
163
|
+
- Ruff
|
164
|
+
- Sanderling
|
165
|
+
- Sandpiper
|
166
|
+
- Seedsnipe
|
167
|
+
- Sheathbill
|
168
|
+
- Skimmer
|
169
|
+
- Skua
|
170
|
+
- Snipe
|
171
|
+
- Stilt
|
172
|
+
- Stint
|
173
|
+
- Surfbird
|
174
|
+
- Tattler
|
175
|
+
- Tern
|
176
|
+
- Turnstone
|
177
|
+
- Whimbrel
|
178
|
+
- Willet
|
179
|
+
- Woodcock
|
180
|
+
- Wrybill
|
181
|
+
- Yellowlegs
|
182
|
+
Ciconiiformes:
|
183
|
+
- Adjutant
|
184
|
+
- Jabiru
|
185
|
+
- Openbill
|
186
|
+
- Stork
|
187
|
+
Coliiformes:
|
188
|
+
- Mousebird
|
189
|
+
Columbiformes:
|
190
|
+
- Bronzewing
|
191
|
+
- Dodo
|
192
|
+
- Dove
|
193
|
+
- Pigeon
|
194
|
+
- Solitaire
|
195
|
+
Coraciiformes:
|
196
|
+
- Dollarbird
|
197
|
+
- Kingfisher
|
198
|
+
- Kookaburra
|
199
|
+
- Motmot
|
200
|
+
- Roller
|
201
|
+
- Tody
|
202
|
+
Cuculiformes:
|
203
|
+
- Ani
|
204
|
+
- Coua
|
205
|
+
- Coucal
|
206
|
+
- Cuckoo
|
207
|
+
- Koel
|
208
|
+
- Malkoha
|
209
|
+
- Roadrunner
|
210
|
+
Eurypygiformes:
|
211
|
+
- Kagu
|
212
|
+
- Sunbittern
|
213
|
+
Falconiformes:
|
214
|
+
- Caracara
|
215
|
+
- Falcon
|
216
|
+
- Falconet
|
217
|
+
- Gyrfalcon
|
218
|
+
- Hobby
|
219
|
+
- Kestrel
|
220
|
+
- Merlin
|
221
|
+
Galbuliformes:
|
222
|
+
- Jacamar
|
223
|
+
- Monklet
|
224
|
+
- Nunbird
|
225
|
+
- Nunlet
|
226
|
+
- Puffbird
|
227
|
+
Galliformes:
|
228
|
+
- Argus
|
229
|
+
- Bobwhite
|
230
|
+
- Brushturkey
|
231
|
+
- Capercaillie
|
232
|
+
- Chachalaca
|
233
|
+
- Chukar
|
234
|
+
- Curassow
|
235
|
+
- Fireback
|
236
|
+
- Francolin
|
237
|
+
- Grouse
|
238
|
+
- Guan
|
239
|
+
- Guineafowl
|
240
|
+
- Junglefowl
|
241
|
+
- Maleo
|
242
|
+
- Malleefowl
|
243
|
+
- Monal
|
244
|
+
- Partridge
|
245
|
+
- Peacock
|
246
|
+
- Peafowl
|
247
|
+
- Pheasant
|
248
|
+
- Ptarmigan
|
249
|
+
- Quail
|
250
|
+
- Scrubfowl
|
251
|
+
- Snowcock
|
252
|
+
- Spurfowl
|
253
|
+
- Tragopan
|
254
|
+
- Turkey
|
255
|
+
Gaviiformes:
|
256
|
+
- Loon
|
257
|
+
Gruiformes:
|
258
|
+
- Brolga
|
259
|
+
- Coot
|
260
|
+
- Crake
|
261
|
+
- Crane
|
262
|
+
- Finfoot
|
263
|
+
- Flufftail
|
264
|
+
- Gallinule
|
265
|
+
- Limpkin
|
266
|
+
- Moorhen
|
267
|
+
- Nativehen
|
268
|
+
- Rail
|
269
|
+
- Sora
|
270
|
+
- Sungrebe
|
271
|
+
- Swamphen
|
272
|
+
- Takahe
|
273
|
+
- Trumpeter
|
274
|
+
- Watercock
|
275
|
+
- Waterhen
|
276
|
+
- Weka
|
277
|
+
Mesitornithiformes:
|
278
|
+
- Mesite
|
279
|
+
Musophagiformes:
|
280
|
+
- Turaco
|
281
|
+
Opisthocomiformes:
|
282
|
+
- Hoatzin
|
283
|
+
Otidiformes:
|
284
|
+
- Bustard
|
285
|
+
- Florican
|
286
|
+
Passeriformes:
|
287
|
+
- Accentor
|
288
|
+
- Akalat
|
289
|
+
- Akekee
|
290
|
+
- Akepa
|
291
|
+
- Akialoa
|
292
|
+
- Akiapolaau
|
293
|
+
- Akikiki
|
294
|
+
- Akohekohe
|
295
|
+
- Alauahio
|
296
|
+
- Alethe
|
297
|
+
- Amakihi
|
298
|
+
- Amaui
|
299
|
+
- Anianiau
|
300
|
+
- Antbird
|
301
|
+
- Antpecker
|
302
|
+
- Antpipit
|
303
|
+
- Antpitta
|
304
|
+
- Antshrike
|
305
|
+
- Antthrush
|
306
|
+
- Antvireo
|
307
|
+
- Antwren
|
308
|
+
- Apalis
|
309
|
+
- Apapane
|
310
|
+
- Apostlebird
|
311
|
+
- Asity
|
312
|
+
- Astrapia
|
313
|
+
- Attila
|
314
|
+
- Avadavat
|
315
|
+
- Babax
|
316
|
+
- Babbler
|
317
|
+
- Balicassiao
|
318
|
+
- Bamboowren
|
319
|
+
- Bananaquit
|
320
|
+
- Barbtail
|
321
|
+
- Barwing
|
322
|
+
- Batis
|
323
|
+
- Baywing
|
324
|
+
- Becard
|
325
|
+
- Bellbird
|
326
|
+
- Bentbill
|
327
|
+
- Bernieria
|
328
|
+
- Berryeater
|
329
|
+
- Berryhunter
|
330
|
+
- Berrypecker
|
331
|
+
- Bishop
|
332
|
+
- Blackbird
|
333
|
+
- Blackcap
|
334
|
+
- Blackstart
|
335
|
+
- Blackthroat
|
336
|
+
- Bluebill
|
337
|
+
- Bluebird
|
338
|
+
- Bluetail
|
339
|
+
- Bluethroat
|
340
|
+
- Boatbill
|
341
|
+
- Bobolink
|
342
|
+
- Bokmakierie
|
343
|
+
- Boubou
|
344
|
+
- Bowerbird
|
345
|
+
- Brambling
|
346
|
+
- Bristlebill
|
347
|
+
- Bristlebird
|
348
|
+
- Bristlefront
|
349
|
+
- Bristlehead
|
350
|
+
- Broadbill
|
351
|
+
- Brownbul
|
352
|
+
- Brubru
|
353
|
+
- Brushfinch
|
354
|
+
- Brushrunner
|
355
|
+
- Bulbul
|
356
|
+
- Bullfinch
|
357
|
+
- Bunting
|
358
|
+
- Bushbird
|
359
|
+
- Bushchat
|
360
|
+
- Bushlark
|
361
|
+
- Bushshrike
|
362
|
+
- Bushtit
|
363
|
+
- Butcherbird
|
364
|
+
- Cacholote
|
365
|
+
- Cacique
|
366
|
+
- Calyptura
|
367
|
+
- Camaroptera
|
368
|
+
- Canary
|
369
|
+
- Canastero
|
370
|
+
- Capuchinbird
|
371
|
+
- Cardinal
|
372
|
+
- Casiornis
|
373
|
+
- Catbird
|
374
|
+
- Chaffinch
|
375
|
+
- Chat
|
376
|
+
- Chatterer
|
377
|
+
- Chickadee
|
378
|
+
- Chiffchaff
|
379
|
+
- Chilia
|
380
|
+
- Chlorophonia
|
381
|
+
- Chlorospingus
|
382
|
+
- Chough
|
383
|
+
- Chowchilla
|
384
|
+
- Cicadabird
|
385
|
+
- Cinclodes
|
386
|
+
- Cisticola
|
387
|
+
- Citril
|
388
|
+
- Cochoa
|
389
|
+
- Coleto
|
390
|
+
- Conebill
|
391
|
+
- Cordonbleu
|
392
|
+
- Cotinga
|
393
|
+
- Cowbird
|
394
|
+
- Creeper
|
395
|
+
- Crescentchest
|
396
|
+
- Crimsonwing
|
397
|
+
- Crocias
|
398
|
+
- Crombec
|
399
|
+
- Crossbill
|
400
|
+
- Crow
|
401
|
+
- Cuckooshrike
|
402
|
+
- Cupwing
|
403
|
+
- Currawong
|
404
|
+
- Cutia
|
405
|
+
- Dacnis
|
406
|
+
- Dickcissel
|
407
|
+
- Dipper
|
408
|
+
- Diucon
|
409
|
+
- Donacobius
|
410
|
+
- Doradito
|
411
|
+
- Drongo
|
412
|
+
- Dunnock
|
413
|
+
- Earthcreeper
|
414
|
+
- Elachura
|
415
|
+
- Elaenia
|
416
|
+
- Elepaio
|
417
|
+
- Emutail
|
418
|
+
- Emuwren
|
419
|
+
- Eremomela
|
420
|
+
- Erpornis
|
421
|
+
- Euphonia
|
422
|
+
- Fairywren
|
423
|
+
- Fantail
|
424
|
+
- Fernbird
|
425
|
+
- Fernwren
|
426
|
+
- Fieldfare
|
427
|
+
- Fieldwren
|
428
|
+
- Figbird
|
429
|
+
- Finch
|
430
|
+
- Finchbill
|
431
|
+
- Firecrest
|
432
|
+
- Firefinch
|
433
|
+
- Firetail
|
434
|
+
- Firethroat
|
435
|
+
- Fiscal
|
436
|
+
- Flamecrest
|
437
|
+
- Flatbill
|
438
|
+
- Flowerpecker
|
439
|
+
- Flowerpiercer
|
440
|
+
- Flycatcher
|
441
|
+
- Flyrobin
|
442
|
+
- Fody
|
443
|
+
- Forktail
|
444
|
+
- Friarbird
|
445
|
+
- Fruitcrow
|
446
|
+
- Fruiteater
|
447
|
+
- Fulvetta
|
448
|
+
- Gallito
|
449
|
+
- Geomalia
|
450
|
+
- Gerygone
|
451
|
+
- Gnatcatcher
|
452
|
+
- Gnateater
|
453
|
+
- Gnatwren
|
454
|
+
- Goldcrest
|
455
|
+
- Goldenface
|
456
|
+
- Goldfinch
|
457
|
+
- Gonolek
|
458
|
+
- Grackle
|
459
|
+
- Grandala
|
460
|
+
- Grassbird
|
461
|
+
- Grassquit
|
462
|
+
- Grasswren
|
463
|
+
- Graveteiro
|
464
|
+
- Graytail
|
465
|
+
- Greenbul
|
466
|
+
- Greenfinch
|
467
|
+
- Greenlet
|
468
|
+
- Grenadier
|
469
|
+
- Grosbeak
|
470
|
+
- Groundcreeper
|
471
|
+
- Hawfinch
|
472
|
+
- Heathwren
|
473
|
+
- Helmetshrike
|
474
|
+
- Hemispingus
|
475
|
+
- Honeycreeper
|
476
|
+
- Honeyeater
|
477
|
+
- Hookbill
|
478
|
+
- Hornero
|
479
|
+
- Huia
|
480
|
+
- Hwamei
|
481
|
+
- Hylia
|
482
|
+
- Hyliota
|
483
|
+
- Hylocitrea
|
484
|
+
- Hypocolius
|
485
|
+
- Ibon
|
486
|
+
- Ifrita
|
487
|
+
- Iiwi
|
488
|
+
- Illadopsis
|
489
|
+
- Indigobird
|
490
|
+
- Iora
|
491
|
+
- Jackdaw
|
492
|
+
- Jay
|
493
|
+
- Jery
|
494
|
+
- Junco
|
495
|
+
- Kakawahie
|
496
|
+
- Kamao
|
497
|
+
- Kingbird
|
498
|
+
- Kinglet
|
499
|
+
- Kioea
|
500
|
+
- Kiskadee
|
501
|
+
- Kokako
|
502
|
+
- Lark
|
503
|
+
- Laughingthrush
|
504
|
+
- Leafbird
|
505
|
+
- Leaftosser
|
506
|
+
- Leiothrix
|
507
|
+
- Linnet
|
508
|
+
- Liocichla
|
509
|
+
- Locustfinch
|
510
|
+
- Logrunner
|
511
|
+
- Longbill
|
512
|
+
- Longclaw
|
513
|
+
- Longspur
|
514
|
+
- Longtail
|
515
|
+
- Lophorina
|
516
|
+
- Lyrebird
|
517
|
+
- Madanga
|
518
|
+
- Magpie
|
519
|
+
- Malia
|
520
|
+
- Malimbe
|
521
|
+
- Mamo
|
522
|
+
- Manakin
|
523
|
+
- Mannikin
|
524
|
+
- Manucode
|
525
|
+
- Mao
|
526
|
+
- Marshbird
|
527
|
+
- Martin
|
528
|
+
- Meadowlark
|
529
|
+
- Melampitta
|
530
|
+
- Melidectes
|
531
|
+
- Meliphaga
|
532
|
+
- Mesia
|
533
|
+
- Millerbird
|
534
|
+
- Miner
|
535
|
+
- Minivet
|
536
|
+
- Minla
|
537
|
+
- Mistletoebird
|
538
|
+
- Mockingbird
|
539
|
+
- Monarch
|
540
|
+
- Monjita
|
541
|
+
- Morningbird
|
542
|
+
- Mourner
|
543
|
+
- Munia
|
544
|
+
- Myna
|
545
|
+
- Myza
|
546
|
+
- Myzomela
|
547
|
+
- Myzornis
|
548
|
+
- Negrito
|
549
|
+
- Newtonia
|
550
|
+
- Nicator
|
551
|
+
- Nightingale
|
552
|
+
- Nigrita
|
553
|
+
- Niltava
|
554
|
+
- Nukupuu
|
555
|
+
- Nutcracker
|
556
|
+
- Nuthatch
|
557
|
+
- Odedi
|
558
|
+
- Oliveback
|
559
|
+
- Olomao
|
560
|
+
- Omao
|
561
|
+
- Oo
|
562
|
+
- Orangequit
|
563
|
+
- Oriole
|
564
|
+
- Oropendola
|
565
|
+
- Ou
|
566
|
+
- Ouzel
|
567
|
+
- Ovenbird
|
568
|
+
- Oxpecker
|
569
|
+
- Oxylabes
|
570
|
+
- Palila
|
571
|
+
- Palmchat
|
572
|
+
- Palmcreeper
|
573
|
+
- Paradigalla
|
574
|
+
- Pardalote
|
575
|
+
- Pardusco
|
576
|
+
- Parisoma
|
577
|
+
- Parotia
|
578
|
+
- Parrotbill
|
579
|
+
- Parrotfinch
|
580
|
+
- Parula
|
581
|
+
- Peltops
|
582
|
+
- Peppershrike
|
583
|
+
- Pewee
|
584
|
+
- Phainopepla
|
585
|
+
- Philentoma
|
586
|
+
- Phoebe
|
587
|
+
- Piapiac
|
588
|
+
- Piha
|
589
|
+
- Pilotbird
|
590
|
+
- Pinktail
|
591
|
+
- Piopio
|
592
|
+
- Pipipi
|
593
|
+
- Pipit
|
594
|
+
- Piprites
|
595
|
+
- Pitohui
|
596
|
+
- Pitta
|
597
|
+
- Plantcutter
|
598
|
+
- Ploughbill
|
599
|
+
- Plushcap
|
600
|
+
- Plushcrown
|
601
|
+
- Prickletail
|
602
|
+
- Prinia
|
603
|
+
- Puaiohi
|
604
|
+
- Puffback
|
605
|
+
- Purpletuft
|
606
|
+
- Pyrrhuloxia
|
607
|
+
- Pytilia
|
608
|
+
- Quailfinch
|
609
|
+
- Quelea
|
610
|
+
- Raven
|
611
|
+
- Rayadito
|
612
|
+
- Recurvebill
|
613
|
+
- Redpoll
|
614
|
+
- Redstart
|
615
|
+
- Redthroat
|
616
|
+
- Redwing
|
617
|
+
- Reedhaunter
|
618
|
+
- Reedling
|
619
|
+
- Rhabdornis
|
620
|
+
- Riflebird
|
621
|
+
- Rifleman
|
622
|
+
- Robin
|
623
|
+
- Rockfinch
|
624
|
+
- Rockfowl
|
625
|
+
- Rockjumper
|
626
|
+
- Rockrunner
|
627
|
+
- Rockwarbler
|
628
|
+
- Rook
|
629
|
+
- Rosefinch
|
630
|
+
- Rubythroat
|
631
|
+
- Rushbird
|
632
|
+
- Saddleback
|
633
|
+
- Saltator
|
634
|
+
- Sapayoa
|
635
|
+
- Satinbird
|
636
|
+
- Sawwing
|
637
|
+
- Schiffornis
|
638
|
+
- Scrubtit
|
639
|
+
- Scrubwren
|
640
|
+
- Scythebill
|
641
|
+
- Seedcracker
|
642
|
+
- Seedeater
|
643
|
+
- Serin
|
644
|
+
- Shama
|
645
|
+
- Sharpbill
|
646
|
+
- Sholakili
|
647
|
+
- Shortwing
|
648
|
+
- Shrike
|
649
|
+
- Shrikebill
|
650
|
+
- Shrikejay
|
651
|
+
- Shrikethrush
|
652
|
+
- Sibia
|
653
|
+
- Sicklebill
|
654
|
+
- Silktail
|
655
|
+
- Silverbill
|
656
|
+
- Silverbird
|
657
|
+
- Silvereye
|
658
|
+
- Sirystes
|
659
|
+
- Siskin
|
660
|
+
- Sittella
|
661
|
+
- Skylark
|
662
|
+
- Snowfinch
|
663
|
+
- Softtail
|
664
|
+
- Solitaire
|
665
|
+
- Songlark
|
666
|
+
- Spadebill
|
667
|
+
- Sparrow
|
668
|
+
- Speirops
|
669
|
+
- Spiderhunter
|
670
|
+
- Spindalis
|
671
|
+
- Spinebill
|
672
|
+
- Spinetail
|
673
|
+
- Spinifexbird
|
674
|
+
- Starling
|
675
|
+
- Stipplethroat
|
676
|
+
- Stitchbird
|
677
|
+
- Stonechat
|
678
|
+
- Straightbill
|
679
|
+
- Streamcreeper
|
680
|
+
- Stubtail
|
681
|
+
- Sugarbird
|
682
|
+
- Sunbird
|
683
|
+
- Swallow
|
684
|
+
- Tachuri
|
685
|
+
- Tailorbird
|
686
|
+
- Tanager
|
687
|
+
- Tapaculo
|
688
|
+
- Tchagra
|
689
|
+
- Tesia
|
690
|
+
- Tetraka
|
691
|
+
- Thamnornis
|
692
|
+
- Thicketbird
|
693
|
+
- Thistletail
|
694
|
+
- Thornbill
|
695
|
+
- Thornbird
|
696
|
+
- Thrasher
|
697
|
+
- Thrush
|
698
|
+
- Tit
|
699
|
+
- Titmouse
|
700
|
+
- Tityra
|
701
|
+
- Tomtit
|
702
|
+
- Towhee
|
703
|
+
- Treecreeper
|
704
|
+
- Treehunter
|
705
|
+
- Treepie
|
706
|
+
- Treerunner
|
707
|
+
- Trembler
|
708
|
+
- Triller
|
709
|
+
- Troupial
|
710
|
+
- Tuftedcheek
|
711
|
+
- Tui
|
712
|
+
- Turca
|
713
|
+
- Twinspot
|
714
|
+
- Twistwing
|
715
|
+
- Twite
|
716
|
+
- Tyrannulet
|
717
|
+
- Tyrant
|
718
|
+
- Umbrellabird
|
719
|
+
- Vanga
|
720
|
+
- Veery
|
721
|
+
- Verdin
|
722
|
+
- Vireo
|
723
|
+
- Wagtail
|
724
|
+
- Wallcreeper
|
725
|
+
- Warbler
|
726
|
+
- Waterthrush
|
727
|
+
- Wattlebird
|
728
|
+
- Waxbill
|
729
|
+
- Waxwing
|
730
|
+
- Weaver
|
731
|
+
- Wedgebill
|
732
|
+
- Weebill
|
733
|
+
- Wheatear
|
734
|
+
- Whinchat
|
735
|
+
- Whipbird
|
736
|
+
- Whistler
|
737
|
+
- Whiteface
|
738
|
+
- Whitehead
|
739
|
+
- Whitethroat
|
740
|
+
- Whydah
|
741
|
+
- Widowbird
|
742
|
+
- Wiretail
|
743
|
+
- Woodcreeper
|
744
|
+
- Woodhaunter
|
745
|
+
- Woodshrike
|
746
|
+
- Woodswallow
|
747
|
+
- Wren
|
748
|
+
- Wrenthrush
|
749
|
+
- Wrentit
|
750
|
+
- Xenops
|
751
|
+
- Xenopsaris
|
752
|
+
- Yellowhammer
|
753
|
+
- Yellowhead
|
754
|
+
- Yellowthroat
|
755
|
+
- Yuhina
|
756
|
+
Pelecaniformes:
|
757
|
+
- Bittern
|
758
|
+
- Egret
|
759
|
+
- Hamerkop
|
760
|
+
- Heron
|
761
|
+
- Ibis
|
762
|
+
- Pelican
|
763
|
+
- Shoebill
|
764
|
+
- Spoonbill
|
765
|
+
Phaethontiformes:
|
766
|
+
- Tropicbird
|
767
|
+
Phoenicopteriformes:
|
768
|
+
- Flamingo
|
769
|
+
Piciformes:
|
770
|
+
- Aracari
|
771
|
+
- Barbet
|
772
|
+
- Flameback
|
773
|
+
- Flicker
|
774
|
+
- Honeyguide
|
775
|
+
- Piculet
|
776
|
+
- Sapsucker
|
777
|
+
- Tinkerbird
|
778
|
+
- Toucan
|
779
|
+
- Toucanet
|
780
|
+
- Woodpecker
|
781
|
+
- Wryneck
|
782
|
+
- Yellownape
|
783
|
+
Podicipediformes:
|
784
|
+
- Grebe
|
785
|
+
Procellariiformes:
|
786
|
+
- Albatross
|
787
|
+
- Fulmar
|
788
|
+
- Petrel
|
789
|
+
- Prion
|
790
|
+
- Shearwater
|
791
|
+
Psittaciformes:
|
792
|
+
- Bluebonnet
|
793
|
+
- Budgerigar
|
794
|
+
- Cockatiel
|
795
|
+
- Cockatoo
|
796
|
+
- Corella
|
797
|
+
- Galah
|
798
|
+
- Guaiabero
|
799
|
+
- Kaka
|
800
|
+
- Kakapo
|
801
|
+
- Kea
|
802
|
+
- Lorikeet
|
803
|
+
- Lory
|
804
|
+
- Lovebird
|
805
|
+
- Macaw
|
806
|
+
- Parakeet
|
807
|
+
- Parrot
|
808
|
+
- Parrotlet
|
809
|
+
- Ringneck
|
810
|
+
- Rosella
|
811
|
+
Pterocliformes:
|
812
|
+
- Sandgrouse
|
813
|
+
Rheiformes:
|
814
|
+
- Rhea
|
815
|
+
Sphenisciformes:
|
816
|
+
- Penguin
|
817
|
+
Strigiformes:
|
818
|
+
- Boobook
|
819
|
+
- Morepork
|
820
|
+
- Owl
|
821
|
+
- Owlet
|
822
|
+
Struthioniformes:
|
823
|
+
- Ostrich
|
824
|
+
Suliformes:
|
825
|
+
- Anhinga
|
826
|
+
- Booby
|
827
|
+
- Cormorant
|
828
|
+
- Darter
|
829
|
+
- Frigatebird
|
830
|
+
- Gannet
|
831
|
+
- Shag
|
832
|
+
Tinamiformes:
|
833
|
+
- Nothura
|
834
|
+
- Tinamou
|
835
|
+
Trogoniformes:
|
836
|
+
- Quetzal
|
837
|
+
- Trogon
|
838
|
+
anatomy:
|
839
|
+
- back
|
840
|
+
- beak
|
841
|
+
- belly
|
842
|
+
- bill
|
843
|
+
- breast
|
844
|
+
- cap
|
845
|
+
- chin
|
846
|
+
- collar
|
847
|
+
- crest
|
848
|
+
- crown
|
849
|
+
- eye
|
850
|
+
- face
|
851
|
+
- head
|
852
|
+
- neck
|
853
|
+
- rump
|
854
|
+
- shoulder
|
855
|
+
- tail
|
856
|
+
- throat
|
857
|
+
- wing
|
858
|
+
anatomy_past_tense:
|
859
|
+
- backed
|
860
|
+
- beaked
|
861
|
+
- bearded
|
862
|
+
- bellied
|
863
|
+
- breasted
|
864
|
+
- capped
|
865
|
+
- chinned
|
866
|
+
- collared
|
867
|
+
- crested
|
868
|
+
- crowned
|
869
|
+
- eared
|
870
|
+
- eyed
|
871
|
+
- faced
|
872
|
+
- fronted
|
873
|
+
- headed
|
874
|
+
- hooded
|
875
|
+
- naped
|
876
|
+
- necked
|
877
|
+
- rumped
|
878
|
+
- shouldered
|
879
|
+
- tailed
|
880
|
+
- throated
|
881
|
+
- winged
|
882
|
+
geo:
|
883
|
+
- African
|
884
|
+
- American
|
885
|
+
- Arabian
|
886
|
+
- Arctic
|
887
|
+
- Asian
|
888
|
+
- Atlantic
|
889
|
+
- Australian
|
890
|
+
- Baltimore
|
891
|
+
- Brazilian
|
892
|
+
- California
|
893
|
+
- Canada
|
894
|
+
- Carolina
|
895
|
+
- Chihuahua
|
896
|
+
- Chinese
|
897
|
+
- Congo
|
898
|
+
- Colombian
|
899
|
+
- eastern
|
900
|
+
- Egyptian
|
901
|
+
- Eurasian
|
902
|
+
- Inca
|
903
|
+
- Iranian
|
904
|
+
- Japanese
|
905
|
+
- Kentucky
|
906
|
+
- Madagascar
|
907
|
+
- Mexican
|
908
|
+
- Mississippi
|
909
|
+
- Mongolian
|
910
|
+
- mountain
|
911
|
+
- New Zeland
|
912
|
+
- northern
|
913
|
+
- Pacific
|
914
|
+
- Papuan
|
915
|
+
- prarie
|
916
|
+
- sandhill
|
917
|
+
- Savannah
|
918
|
+
- southern
|
919
|
+
- Spanish
|
920
|
+
- swamp
|
921
|
+
- tropical
|
922
|
+
- western
|
923
|
+
colors:
|
924
|
+
- ash
|
925
|
+
- black
|
926
|
+
- blue
|
927
|
+
- bronze
|
928
|
+
- brown
|
929
|
+
- cerulean
|
930
|
+
- chestnut
|
931
|
+
- dusky
|
932
|
+
- ferruginous
|
933
|
+
- fulvous
|
934
|
+
- gold
|
935
|
+
- gray
|
936
|
+
- green
|
937
|
+
- indigo
|
938
|
+
- lazuli
|
939
|
+
- purple
|
940
|
+
- red
|
941
|
+
- roze
|
942
|
+
- roseate
|
943
|
+
- ruby
|
944
|
+
- ruddy
|
945
|
+
- rufous
|
946
|
+
- smoky
|
947
|
+
- snooty
|
948
|
+
- snowy
|
949
|
+
- tawny
|
950
|
+
- violet
|
951
|
+
- white
|
952
|
+
- yellow
|
953
|
+
emotional_adjectives:
|
954
|
+
- angry
|
955
|
+
- aggrieved
|
956
|
+
- agitated
|
957
|
+
- anxious
|
958
|
+
- cantankerous
|
959
|
+
- demented
|
960
|
+
- depressed
|
961
|
+
- flirty
|
962
|
+
- furious
|
963
|
+
- gloomy
|
964
|
+
- gregarious
|
965
|
+
- irritated
|
966
|
+
- lonely
|
967
|
+
- manic
|
968
|
+
- moody
|
969
|
+
- morbid
|
970
|
+
- murderous
|
971
|
+
- needy
|
972
|
+
- nervous
|
973
|
+
- ornery
|
974
|
+
- panicked
|
975
|
+
- quizzical
|
976
|
+
- sad
|
977
|
+
- sleepy
|
978
|
+
- terrified
|
979
|
+
silly_adjectives:
|
980
|
+
- anarchist
|
981
|
+
- bloated
|
982
|
+
- communist
|
983
|
+
- conservative
|
984
|
+
- dangerous
|
985
|
+
- drunk
|
986
|
+
- dumb
|
987
|
+
- enchanted
|
988
|
+
- flatulent
|
989
|
+
- idiotic
|
990
|
+
- impotent
|
991
|
+
- incompotent
|
992
|
+
- insufferable
|
993
|
+
- liberal
|
994
|
+
- Masonic
|
995
|
+
- noxious
|
996
|
+
- obnoxious
|
997
|
+
- pansexual
|
998
|
+
- racist
|
999
|
+
- sexist
|
1000
|
+
- silly
|
1001
|
+
- vegan
|
1002
|
+
adjectives:
|
1003
|
+
- banded
|
1004
|
+
- common
|
1005
|
+
- dwarf
|
1006
|
+
- giant
|
1007
|
+
- great
|
1008
|
+
- greater
|
1009
|
+
- lesser
|
1010
|
+
- lined
|
1011
|
+
- painted
|
1012
|
+
- rough
|
1013
|
+
- smooth
|
1014
|
+
- spotted
|
1015
|
+
plausible_common_names:
|
1016
|
+
- "#{Name.last_name}'s #{common_name}"
|
1017
|
+
- "#{adjective} #{anatomy} #{common_name}"
|
1018
|
+
- "#{adjective}-#{anatomy_past_tense} #{common_name}"
|
1019
|
+
- "#{color}-#{anatomy_past_tense} #{common_name}"
|
1020
|
+
- "#{adjective} #{common_name}"
|
1021
|
+
- "#{geo} #{common_name}"
|
1022
|
+
- "#{geo} #{color} #{common_name}"
|
1023
|
+
implausible_common_names:
|
1024
|
+
- "#{Name.last_name}'s #{emotional_adjective} #{common_name}"
|
1025
|
+
- "#{Name.last_name}'s #{silly_adjective} #{common_name}"
|
1026
|
+
- "#{adjective} #{silly_adjective} #{common_name}"
|
1027
|
+
- "#{adjective} #{emotional_adjective} #{common_name}"
|
1028
|
+
- "#{geo} #{silly_adjective} #{common_name}"
|
1029
|
+
- "#{geo} #{emotional_adjective} #{common_name}"
|
1030
|
+
- "#{color}-#{anatomy_past_tense} #{silly_adjective} #{common_name}"
|
1031
|
+
- "#{color}-#{anatomy_past_tense} #{emotional_adjective} #{common_name}"
|
1032
|
+
common_family_name:
|
1033
|
+
- Accentors
|
1034
|
+
- African Barbets
|
1035
|
+
- African Warblers
|
1036
|
+
- African and Green Broadbills
|
1037
|
+
- Albatrosses
|
1038
|
+
- Anhingas
|
1039
|
+
- Antpittas
|
1040
|
+
- Antthrushes
|
1041
|
+
- Asian Barbets
|
1042
|
+
- Asian and Grauer's Broadbills
|
1043
|
+
- Asities
|
1044
|
+
- Auks, Murres, and Puffins
|
1045
|
+
- Australasian Robins
|
1046
|
+
- Australasian Treecreepers
|
1047
|
+
- Australo-Papuan Bellbirds
|
1048
|
+
- Barn-Owls
|
1049
|
+
- Bearded Reedling
|
1050
|
+
- Bee-eaters
|
1051
|
+
- Berrypeckers and Longbills
|
1052
|
+
- Birds-of-Paradise
|
1053
|
+
- Boatbills
|
1054
|
+
- Boobies and Gannets
|
1055
|
+
- Bowerbirds
|
1056
|
+
- Bristlebirds
|
1057
|
+
- Bristlehead
|
1058
|
+
- Bulbuls
|
1059
|
+
- Bush Warblers and Allies
|
1060
|
+
- Bushshrikes and Allies
|
1061
|
+
- Bustards
|
1062
|
+
- Buttonquail
|
1063
|
+
- Cardinals and Allies
|
1064
|
+
- Cassowaries and Emu
|
1065
|
+
- Chat-Tanagers
|
1066
|
+
- Cisticolas and Allies
|
1067
|
+
- Cockatoos
|
1068
|
+
- Cormorants and Shags
|
1069
|
+
- Cotingas
|
1070
|
+
- Crab-Plover
|
1071
|
+
- Cranes
|
1072
|
+
- Crescentchests
|
1073
|
+
- Crested Shrikejay
|
1074
|
+
- Crows, Jays, and Magpies
|
1075
|
+
- Cuban Warblers
|
1076
|
+
- Cuckoo-roller
|
1077
|
+
- Cuckoos
|
1078
|
+
- Cuckooshrikes
|
1079
|
+
- Cupwings
|
1080
|
+
- Dapple-throat and Allies
|
1081
|
+
- Dippers
|
1082
|
+
- Donacobius
|
1083
|
+
- Drongos
|
1084
|
+
- Ducks, Geese, and Waterfowl
|
1085
|
+
- Egyptian Plover
|
1086
|
+
- Fairy Flycatchers
|
1087
|
+
- Fairy-bluebirds
|
1088
|
+
- Fairywrens
|
1089
|
+
- Falcons and Caracaras
|
1090
|
+
- Fantails
|
1091
|
+
- Finches, Euphonias, and Allies
|
1092
|
+
- Finfoots
|
1093
|
+
- Flamingos
|
1094
|
+
- Flowerpeckers
|
1095
|
+
- Flufftails
|
1096
|
+
- Frigatebirds
|
1097
|
+
- Frogmouths
|
1098
|
+
- Gnatcatchers
|
1099
|
+
- Gnateaters
|
1100
|
+
- Grassbirds and Allies
|
1101
|
+
- Grebes
|
1102
|
+
- Ground Babblers and Allies
|
1103
|
+
- Ground-Hornbills
|
1104
|
+
- Ground-Rollers
|
1105
|
+
- Guans, Chachalacas, and Curassows
|
1106
|
+
- Guineafowl
|
1107
|
+
- Gulls, Terns, and Skimmers
|
1108
|
+
- Hamerkop
|
1109
|
+
- Hawaiian Honeyeaters
|
1110
|
+
- Hawks, Eagles, and Kites
|
1111
|
+
- Herons, Egrets, and Bitterns
|
1112
|
+
- Hispaniolan Tanagers
|
1113
|
+
- Hoatzin
|
1114
|
+
- Honeyeaters
|
1115
|
+
- Honeyguides
|
1116
|
+
- Hoopoes
|
1117
|
+
- Hornbills
|
1118
|
+
- Hummingbirds
|
1119
|
+
- Hyliotas
|
1120
|
+
- Hylocitrea
|
1121
|
+
- Hypocolius
|
1122
|
+
- Ibisbill
|
1123
|
+
- Ibises and Spoonbills
|
1124
|
+
- Ifrita
|
1125
|
+
- Indigobirds
|
1126
|
+
- Ioras
|
1127
|
+
- Jacamars
|
1128
|
+
- Jacanas
|
1129
|
+
- Kagu
|
1130
|
+
- Kingfishers
|
1131
|
+
- Kinglets
|
1132
|
+
- Kiwis
|
1133
|
+
- Larks
|
1134
|
+
- Laughingthrushes and Allies
|
1135
|
+
- Leaf Warblers
|
1136
|
+
- Leafbirds
|
1137
|
+
- Limpkin
|
1138
|
+
- Logrunners
|
1139
|
+
- Long-tailed Tits
|
1140
|
+
- Longspurs and Snow Buntings
|
1141
|
+
- Loons
|
1142
|
+
- Lyrebirds
|
1143
|
+
- Magellanic Plover
|
1144
|
+
- Magpie Goose
|
1145
|
+
- Malagasy Warblers
|
1146
|
+
- Manakins
|
1147
|
+
- Megapodes
|
1148
|
+
- Melampittas
|
1149
|
+
- Mesites
|
1150
|
+
- Mitrospingid Tanagers
|
1151
|
+
- Mockingbirds and Thrashers
|
1152
|
+
- Monarch Flycatchers
|
1153
|
+
- Motmots
|
1154
|
+
- Mottled Berryhunter
|
1155
|
+
- Mousebirds
|
1156
|
+
- New World Barbets
|
1157
|
+
- New World Quail
|
1158
|
+
- New World Sparrows
|
1159
|
+
- New World Vultures
|
1160
|
+
- New World Warblers
|
1161
|
+
- New World and African Parrots
|
1162
|
+
- New Zealand Parrots
|
1163
|
+
- New Zealand Wrens
|
1164
|
+
- Nicators
|
1165
|
+
- Nightjars and Allies
|
1166
|
+
- Northern Storm-Petrels
|
1167
|
+
- Nuthatches
|
1168
|
+
- Oilbird
|
1169
|
+
- Old World Buntings
|
1170
|
+
- Old World Flycatchers
|
1171
|
+
- Old World Orioles
|
1172
|
+
- Old World Parrots
|
1173
|
+
- Old World Sparrows
|
1174
|
+
- Olive Warbler
|
1175
|
+
- Osprey
|
1176
|
+
- Ostriches
|
1177
|
+
- Ovenbirds and Woodcreepers
|
1178
|
+
- Owlet-nightjars
|
1179
|
+
- Owls
|
1180
|
+
- Oxpeckers
|
1181
|
+
- Oystercatchers
|
1182
|
+
- Painted-Snipes
|
1183
|
+
- Palmchat
|
1184
|
+
- Pardalotes
|
1185
|
+
- Pelicans
|
1186
|
+
- Penduline-Tits
|
1187
|
+
- Penguins
|
1188
|
+
- Pheasants, Grouse, and Allies
|
1189
|
+
- Pigeons and Doves
|
1190
|
+
- Pittas
|
1191
|
+
- Plains-wanderer
|
1192
|
+
- Ploughbill
|
1193
|
+
- Plovers and Lapwings
|
1194
|
+
- Potoos
|
1195
|
+
- Pratincoles and Coursers
|
1196
|
+
- Przevalski's Pinktail
|
1197
|
+
- Pseudo-Babblers
|
1198
|
+
- Puerto Rican Tanager
|
1199
|
+
- Puffbirds
|
1200
|
+
- Quail-thrushes and Jewel-babblers
|
1201
|
+
- Rail-babbler
|
1202
|
+
- Rails, Gallinules, and Coots
|
1203
|
+
- Reed Warblers and Allies
|
1204
|
+
- Rheas
|
1205
|
+
- Rockfowl
|
1206
|
+
- Rockjumpers
|
1207
|
+
- Rollers
|
1208
|
+
- Sandgrouse
|
1209
|
+
- Sandpipers and Allies
|
1210
|
+
- Sapayoa
|
1211
|
+
- Satinbirds
|
1212
|
+
- Screamers
|
1213
|
+
- Scrub-birds
|
1214
|
+
- Secretarybird
|
1215
|
+
- Seedsnipes
|
1216
|
+
- Seriemas
|
1217
|
+
- Sharpbill, Royal Flycatcher, and Allies
|
1218
|
+
- Shearwaters and Petrels
|
1219
|
+
- Sheathbills
|
1220
|
+
- Shoebill
|
1221
|
+
- Shrike-tit
|
1222
|
+
- Shrikes
|
1223
|
+
- Silky-flycatchers
|
1224
|
+
- Sittellas
|
1225
|
+
- Skuas and Jaegers
|
1226
|
+
- Southern Storm-Petrels
|
1227
|
+
- Spindalises
|
1228
|
+
- Spotted Elachura
|
1229
|
+
- Starlings
|
1230
|
+
- Stilts and Avocets
|
1231
|
+
- Stitchbird
|
1232
|
+
- Storks
|
1233
|
+
- Sugarbirds
|
1234
|
+
- Sunbirds and Spiderhunters
|
1235
|
+
- Sunbittern
|
1236
|
+
- Swallows
|
1237
|
+
- Swifts
|
1238
|
+
- Sylviid Warblers, Parrotbills, and Allies
|
1239
|
+
- Tanagers and Allies
|
1240
|
+
- Tapaculos
|
1241
|
+
- Thick-knees
|
1242
|
+
- Thornbills and Allies
|
1243
|
+
- Thrush-Tanager
|
1244
|
+
- Thrushes and Allies
|
1245
|
+
- Tinamous
|
1246
|
+
- Tit Berrypecker and Crested Berrypecker
|
1247
|
+
- Tits, Chickadees, and Titmice
|
1248
|
+
- Tityras and Allies
|
1249
|
+
- Todies
|
1250
|
+
- Toucan-Barbets
|
1251
|
+
- Toucans
|
1252
|
+
- Tree-Babblers, Scimitar-Babblers, and Allies
|
1253
|
+
- Treecreepers
|
1254
|
+
- Treeswifts
|
1255
|
+
- Trogons
|
1256
|
+
- Tropicbirds
|
1257
|
+
- Troupials and Allies
|
1258
|
+
- Trumpeters
|
1259
|
+
- Turacos
|
1260
|
+
- Typical Antbirds
|
1261
|
+
- Tyrant Flycatchers
|
1262
|
+
- Vangas, Helmetshrikes, and Allies
|
1263
|
+
- Vireos, Shrike-Babblers, and Erpornis
|
1264
|
+
- Wagtails and Pipits
|
1265
|
+
- Wallcreeper
|
1266
|
+
- Wattle-eyes and Batises
|
1267
|
+
- Wattlebirds
|
1268
|
+
- Waxbills and Allies
|
1269
|
+
- Waxwings
|
1270
|
+
- Weavers and Allies
|
1271
|
+
- Whipbirds and Wedgebills
|
1272
|
+
- Whistlers and Allies
|
1273
|
+
- White-eyes, Yuhinas, and Allies
|
1274
|
+
- White-winged Chough and Apostlebird
|
1275
|
+
- Whiteheads
|
1276
|
+
- Woodhoopoes and Scimitarbills
|
1277
|
+
- Woodpeckers
|
1278
|
+
- Woodswallows, Bellmagpies, and Allies
|
1279
|
+
- Wrens
|
1280
|
+
- Wrenthrush
|
1281
|
+
- Yellow-breasted Chat
|