faker 2.11.0 → 2.18.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 +421 -13
- data/History.md +4 -4
- data/README.md +33 -3
- data/lib/faker.rb +28 -23
- data/lib/faker/blockchain/aeternity.rb +4 -4
- data/lib/faker/blockchain/bitcoin.rb +2 -2
- data/lib/faker/blockchain/tezos.rb +30 -2
- data/lib/faker/books/dune.rb +15 -2
- data/lib/faker/books/lovecraft.rb +8 -4
- data/lib/faker/creature/bird.rb +203 -0
- data/lib/faker/default/address.rb +35 -5
- data/lib/faker/default/app.rb +1 -1
- data/lib/faker/default/avatar.rb +1 -1
- data/lib/faker/default/bank.rb +96 -3
- data/lib/faker/default/barcode.rb +165 -0
- data/lib/faker/default/beer.rb +3 -3
- data/lib/faker/default/blood.rb +48 -0
- data/lib/faker/default/business.rb +1 -1
- data/lib/faker/default/camera.rb +46 -0
- data/lib/faker/default/cannabis.rb +10 -0
- data/lib/faker/default/chile_rut.rb +47 -3
- data/lib/faker/default/chuck_norris.rb +1 -0
- data/lib/faker/default/code.rb +98 -17
- data/lib/faker/default/commerce.rb +74 -11
- data/lib/faker/default/company.rb +96 -11
- data/lib/faker/default/compass.rb +135 -0
- data/lib/faker/default/computer.rb +63 -0
- data/lib/faker/default/construction.rb +54 -0
- data/lib/faker/default/cosmere.rb +90 -0
- data/lib/faker/default/crypto.rb +17 -4
- data/lib/faker/default/crypto_coin.rb +45 -0
- data/lib/faker/default/date.rb +16 -12
- data/lib/faker/default/driving_licence.rb +67 -1
- data/lib/faker/default/drone.rb +332 -0
- data/lib/faker/default/educator.rb +13 -0
- data/lib/faker/default/faker_adjective.rb +35 -0
- data/lib/faker/default/file.rb +53 -2
- data/lib/faker/default/finance.rb +45 -0
- data/lib/faker/default/food.rb +1 -1
- data/lib/faker/default/gender.rb +1 -1
- data/lib/faker/default/hipster.rb +107 -10
- data/lib/faker/default/id_number.rb +122 -2
- data/lib/faker/default/internet.rb +266 -12
- data/lib/faker/default/internet_http.rb +48 -0
- data/lib/faker/default/invoice.rb +33 -6
- data/lib/faker/default/json.rb +61 -5
- data/lib/faker/default/lorem.rb +160 -5
- data/lib/faker/default/lorem_flickr.rb +67 -7
- data/lib/faker/default/lorem_pixel.rb +23 -0
- data/lib/faker/default/markdown.rb +91 -0
- data/lib/faker/default/measurement.rb +93 -2
- data/lib/faker/default/military.rb +26 -0
- data/lib/faker/default/mountain.rb +33 -0
- data/lib/faker/default/name.rb +98 -0
- data/lib/faker/default/nhs.rb +19 -0
- data/lib/faker/default/number.rb +28 -13
- data/lib/faker/default/omniauth.rb +62 -14
- data/lib/faker/default/phone_number.rb +88 -5
- data/lib/faker/default/placeholdit.rb +23 -1
- data/lib/faker/default/relationship.rb +1 -1
- data/lib/faker/default/science.rb +26 -0
- data/lib/faker/default/slack_emoji.rb +81 -0
- data/lib/faker/default/south_africa.rb +90 -0
- data/lib/faker/default/space.rb +1 -1
- data/lib/faker/default/string.rb +20 -3
- data/lib/faker/default/stripe.rb +64 -3
- data/lib/faker/default/tea.rb +41 -0
- data/lib/faker/default/twitter.rb +35 -0
- data/lib/faker/default/types.rb +84 -3
- data/lib/faker/default/university.rb +45 -0
- data/lib/faker/default/vehicle.rb +184 -4
- data/lib/faker/default/verb.rb +45 -0
- data/lib/faker/default/world_cup.rb +4 -4
- data/lib/faker/fantasy/tolkien.rb +67 -0
- data/lib/faker/games/clash_of_clans.rb +48 -0
- data/lib/faker/games/control.rb +113 -0
- data/lib/faker/games/dnd.rb +136 -0
- data/lib/faker/games/elder_scrolls.rb +26 -0
- data/lib/faker/games/heroes.rb +13 -0
- data/lib/faker/games/heroes_of_the_storm.rb +16 -5
- data/lib/faker/games/minecraft.rb +113 -0
- data/lib/faker/games/street_fighter.rb +61 -0
- data/lib/faker/games/super_mario.rb +48 -0
- data/lib/faker/games/touhou.rb +75 -0
- data/lib/faker/games/warhammer_fantasy.rb +74 -0
- data/lib/faker/games/witcher.rb +39 -0
- data/lib/faker/games/world_of_warcraft.rb +26 -1
- data/lib/faker/japanese_media/conan.rb +48 -0
- data/lib/faker/japanese_media/doraemon.rb +48 -0
- data/lib/faker/japanese_media/dragon_ball.rb +26 -0
- data/lib/faker/japanese_media/naruto.rb +61 -0
- data/lib/faker/japanese_media/studio_ghibli.rb +48 -0
- data/lib/faker/movies/departed.rb +49 -0
- data/lib/faker/movies/hobbit.rb +4 -4
- data/lib/faker/movies/how_to_train_your_dragon.rb +48 -0
- data/lib/faker/movies/lord_of_the_rings.rb +3 -3
- data/lib/faker/movies/movie.rb +13 -0
- data/lib/faker/movies/room.rb +63 -0
- data/lib/faker/movies/star_wars.rb +74 -2
- data/lib/faker/music/hiphop.rb +48 -0
- data/lib/faker/music/music.rb +12 -0
- data/lib/faker/music/opera.rb +237 -1
- data/lib/faker/music/pearl_jam.rb +50 -0
- data/lib/faker/music/phish.rb +27 -1
- data/lib/faker/music/prince.rb +64 -0
- data/lib/faker/music/rock_band.rb +12 -0
- data/lib/faker/music/rush.rb +37 -0
- data/lib/faker/music/show.rb +49 -0
- data/lib/faker/quotes/quote.rb +80 -1
- data/lib/faker/quotes/rajnikanth.rb +1 -0
- data/lib/faker/quotes/shakespeare.rb +70 -0
- data/lib/faker/sports/volleyball.rb +74 -0
- data/lib/faker/tv_shows/aqua_teen_hunger_force.rb +13 -0
- data/lib/faker/tv_shows/big_bang_theory.rb +37 -0
- data/lib/faker/tv_shows/buffy.rb +17 -4
- data/lib/faker/tv_shows/dr_who.rb +1 -1
- data/lib/faker/tv_shows/final_space.rb +51 -0
- data/lib/faker/tv_shows/futurama.rb +65 -0
- data/lib/faker/tv_shows/simpsons.rb +14 -0
- data/lib/faker/tv_shows/suits.rb +37 -0
- data/lib/faker/tv_shows/the_fresh_prince_of_bel_air.rb +17 -4
- data/lib/faker/version.rb +1 -1
- data/lib/helpers/base58.rb +1 -1
- data/lib/helpers/char.rb +22 -27
- data/lib/helpers/unique_generator.rb +0 -2
- data/lib/locales/de-AT.yml +4 -2
- data/lib/locales/de-CH.yml +1696 -1
- data/lib/locales/de.yml +4 -2
- data/lib/locales/en-AU.yml +50 -10
- data/lib/locales/en-CA.yml +2 -0
- data/lib/locales/en-GB.yml +1 -1
- data/lib/locales/en-IND.yml +2 -1
- data/lib/locales/en-MS.yml +2 -1
- data/lib/locales/en-NEP.yml +4 -1
- data/lib/locales/en-NZ.yml +3 -1
- data/lib/locales/en-PAK.yml +2 -1
- data/lib/locales/en-SG.yml +2 -1
- data/lib/locales/en-US.yml +37 -11
- data/lib/locales/en-au-ocker.yml +2 -1
- data/lib/locales/en.yml +0 -3
- data/lib/locales/en/address.yml +2 -0
- data/lib/locales/en/adjective.yml +179 -0
- data/lib/locales/en/animal.yml +1 -1
- data/lib/locales/en/aqua_teen_hunger_force.yml +33 -1
- data/lib/locales/en/bank.yml +1 -1
- data/lib/locales/en/barcode.yml +24 -0
- data/lib/locales/en/big_bang_theory.yml +38 -0
- data/lib/locales/en/bird.yml +1281 -0
- data/lib/locales/en/blood.yml +13 -0
- data/lib/locales/en/book.yml +487 -3
- data/lib/locales/en/buffy.yml +1 -1
- data/lib/locales/en/camera.yml +611 -0
- data/lib/locales/en/clash_of_clan.yml +101 -0
- data/lib/locales/en/company.yml +2 -2
- data/lib/locales/en/computer.yml +36 -0
- data/lib/locales/en/conan.yml +171 -0
- data/lib/locales/en/control.yml +247 -0
- data/lib/locales/en/demographic.yml +218 -5
- data/lib/locales/en/departed.yml +50 -0
- data/lib/locales/en/device.yml +112 -4
- data/lib/locales/en/dnd.yml +451 -0
- data/lib/locales/en/doraemon.yml +286 -0
- data/lib/locales/en/dota.yml +531 -63
- data/lib/locales/en/dragon_ball.yml +243 -1
- data/lib/locales/en/driving_license.yml +181 -0
- data/lib/locales/en/drone.yml +95 -0
- data/lib/locales/en/dune.yml +270 -131
- data/lib/locales/en/educator.yml +6 -0
- data/lib/locales/en/elder_scrolls.yml +583 -9
- data/lib/locales/en/fallout.yml +311 -133
- data/lib/locales/en/final_space.yml +37 -0
- data/lib/locales/en/finance.yml +53 -0
- data/lib/locales/en/football.yml +3 -3
- data/lib/locales/en/fresh_prince_of_bel_air.yml +1 -1
- data/lib/locales/en/futurama.yml +344 -0
- data/lib/locales/en/half_life.yml +84 -3
- data/lib/locales/en/heroes.yml +408 -3
- data/lib/locales/en/heroes_of_the_storm.yml +131 -4
- data/lib/locales/en/house.yml +1 -1
- data/lib/locales/en/how_to_train_your_dragon.yml +174 -0
- data/lib/locales/en/jack_handey.yml +54 -0
- data/lib/locales/en/league_of_legends.yml +285 -6
- data/lib/locales/en/lebowski.yml +1 -1
- data/lib/locales/en/lovecraft.yml +76 -6
- data/lib/locales/en/military.yml +179 -5
- data/lib/locales/en/minecraft.yml +663 -0
- data/lib/locales/en/mountain.yml +158 -0
- data/lib/locales/en/movie.yml +192 -1
- data/lib/locales/en/music.yml +461 -29
- data/lib/locales/en/myst.yml +87 -31
- data/lib/locales/en/name.yml +5 -4
- data/lib/locales/en/naruto.yml +231 -0
- data/lib/locales/en/one_piece.yml +2 -2
- data/lib/locales/en/opera.yml +168 -0
- data/lib/locales/en/overwatch.yml +2650 -2622
- data/lib/locales/en/pearl_jam.yml +213 -0
- data/lib/locales/en/phish.yml +392 -1
- data/lib/locales/en/pokemon.yml +417 -4
- data/lib/locales/en/prince.yml +227 -0
- data/lib/locales/en/quote.yml +692 -163
- data/lib/locales/en/rock_band.yml +1 -0
- data/lib/locales/en/room.yml +68 -0
- data/lib/locales/en/rush.yml +32 -0
- data/lib/locales/en/science.yml +355 -3
- data/lib/locales/en/shakespeare.yml +21 -24
- data/lib/locales/en/show.yml +597 -0
- data/lib/locales/en/simpsons.yml +668 -0
- data/lib/locales/en/source.yml +30 -0
- data/lib/locales/en/space.yml +1 -1
- data/lib/locales/en/star_trek.yml +1 -1
- data/lib/locales/en/star_wars.yml +568 -220
- data/lib/locales/en/street_fighter.yml +1524 -0
- data/lib/locales/en/studio_ghibli.yml +107 -0
- data/lib/locales/en/suits.yml +45 -0
- data/lib/locales/en/super_mario.yml +58 -0
- data/lib/locales/en/super_smash_bros.yml +18 -4
- data/lib/locales/en/tea.yml +172 -0
- data/lib/locales/en/tolkien.yml +2453 -0
- data/lib/locales/en/touhou.yml +839 -0
- data/lib/locales/en/volleyball.yml +501 -0
- data/lib/locales/en/warhammer_fantasy.yml +582 -0
- data/lib/locales/en/witcher.yml +426 -7
- data/lib/locales/en/world_of_warcraft.yml +122 -4
- data/lib/locales/en/zelda.yml +962 -4
- data/lib/locales/es-AR.yml +4603 -0
- data/lib/locales/es.yml +56 -0
- data/lib/locales/fi-FI.yml +1 -1
- data/lib/locales/fr-CA.yml +21 -5
- data/lib/locales/fr-CH.yml +2 -2
- data/lib/locales/fr.yml +1 -113
- data/lib/locales/fr/address.yml +21 -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 +9 -0
- data/lib/locales/id.yml +3 -1
- data/lib/locales/it.yml +2 -1
- data/lib/locales/ja/README.md +13 -0
- data/lib/locales/ja/address.yml +17 -0
- data/lib/locales/ja/ancient.yml +4 -0
- data/lib/locales/ja/bank.yml +4 -0
- data/lib/locales/ja/book.yml +7 -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/creature.yml +9 -0
- data/lib/locales/ja/food.yml +4 -0
- data/lib/locales/ja/games.yml +18 -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/phone_number.yml +7 -0
- data/lib/locales/ja/restaurant.yml +11 -0
- data/lib/locales/ja/space.yml +5 -0
- data/lib/locales/ja/subscription.yml +8 -0
- data/lib/locales/ja/university.yml +9 -0
- data/lib/locales/ko.yml +94 -2
- data/lib/locales/nb-NO.yml +4 -2
- data/lib/locales/pt-BR.yml +3 -1
- data/lib/locales/pt.yml +3 -1
- data/lib/locales/ru.yml +42 -1
- data/lib/locales/sk.yml +4 -2
- data/lib/locales/uk.yml +2 -0
- metadata +133 -24
- data/lib/locales/en/hobbit.yml +0 -19
- data/lib/locales/en/lord_of_the_rings.yml +0 -6
- data/lib/locales/ja.yml +0 -101
data/lib/locales/en/animal.yml
CHANGED
@@ -2,5 +2,5 @@ en:
|
|
2
2
|
faker:
|
3
3
|
creature:
|
4
4
|
animal:
|
5
|
-
name: ["alligator", "crocodile", "alpaca", "ant", "antelope", "ape", "armadillo", "donkey", "baboon", "badger", "bat", "bear", "beaver", "bee", "beetle", "buffalo", "butterfly", "camel", "water buffalo", "caribou", "cat", "cattle", "cheetah", "chimpanzee", "chinchilla", "cicada", "clam", "cockroach", "cod", "coyote", "crab", "cricket", "crow",
|
5
|
+
name: ["alligator", "crocodile", "alpaca", "ant", "antelope", "ape", "armadillo", "donkey", "baboon", "badger", "bat", "bear", "beaver", "bee", "beetle", "buffalo", "butterfly", "camel", "water buffalo", "caribou", "cat", "cattle", "cheetah", "chimpanzee", "chinchilla", "cicada", "clam", "cockroach", "cod", "coyote", "crab", "cricket", "crow", "raven", "deer", "dinosaur", "dog", "dolphin", "porpoise", "duck", "eagle", "eel", "elephant", "elk", "ferret", "fish", "fly", "fox", "frog", "toad", "gerbil", "giraffe", "gnat", "gnu", "wildebeest", "goat", "goldfish", "goose", "gorilla", "grasshopper", "guinea pig", "hamster", "hare", "hedgehog", "herring", "hippopotamus", "hornet", "horse", "hound", "hyena", "impala", "jackal", "jellyfish", "kangaroo", "wallaby", "koala", "leopard", "lion", "lizard", "llama", "locust", "louse", "macaw", "mallard", "mammoth", "manatee", "marten", "mink", "minnow", "mole", "monkey", "moose", "mosquito", "mouse", "rat", "mule", "muskrat", "otter", "ox", "oyster", "panda", "pig", "platypus", "porcupine", "prairie dog", "pug", "rabbit", "raccoon", "reindeer", "rhinoceros", "salmon", "sardine", "scorpion", "seal", "sea lion", "serval", "shark", "sheep", "skunk", "snail", "snake", "spider", "squirrel", "swan", "termite", "tiger", "trout", "turtle ", "tortoise", "walrus", "wasp", "weasel", "whale", "wolf", "wombat", "woodchuck", "worm", "yak", "yellowjacket", "zebra"]
|
6
6
|
|
@@ -1,4 +1,36 @@
|
|
1
1
|
en:
|
2
2
|
faker:
|
3
3
|
aqua_teen_hunger_force:
|
4
|
-
character:
|
4
|
+
character:
|
5
|
+
- "Carl Brutananadilewski"
|
6
|
+
- "Cybernetic Ghost of Christmas Past from the Future"
|
7
|
+
- "D.P"
|
8
|
+
- "Dr. Weird"
|
9
|
+
- "Dr. Wongburger"
|
10
|
+
- "Emory"
|
11
|
+
- "Err"
|
12
|
+
- "Frylock"
|
13
|
+
- "George Lowe"
|
14
|
+
- "Ignignokt"
|
15
|
+
- "Master Shake"
|
16
|
+
- "MC Pee Pants"
|
17
|
+
- "Meatwad"
|
18
|
+
- "Oglethorpe"
|
19
|
+
- "Skeeter"
|
20
|
+
- "Steve"
|
21
|
+
- "Turkatron"
|
22
|
+
quote:
|
23
|
+
- "Dancing is forbidden!"
|
24
|
+
- "Friendship ain't about trust. Friendship's about nunchucks."
|
25
|
+
- "Listen to me, Randy. It doesn't matter what you look like on the outside-- whether you're white or black or a sasquatch even-- as long as you follow your dream, no matter how crazy or against the law it is, except for a sasquatch. If you're a sasquatch, the rules are different."
|
26
|
+
- "Do what now?"
|
27
|
+
- "Now, I am not a violent person. But I would kill somebody, in front of they own grandmother, for a ten-speed."
|
28
|
+
- "Stealing a bicycle is easy. Filling with illegal substances and transporting it across the border is not."
|
29
|
+
- "You think you're gonna live forever, but you won't. Someone'll kill ya. Someone'll kill ya with a knife."
|
30
|
+
- "Plaque is a figment of the liberal media and the dental industry to scare you into buying useless appliances and pastes. Now, I've read the arguments on both sides, and I haven't found any evidence yet to support the need to brush your teeth. Ever."
|
31
|
+
- "TONIGHT...you"
|
32
|
+
- "Sadness is for poor people"
|
33
|
+
- "I'm in the business of giving you the business. And business is booming."
|
34
|
+
- "Your jambox is now his by way of our actions."
|
35
|
+
- "It's like my pool is tearin' ass around the back yard! But it's standing still...still waters run deep."
|
36
|
+
- "He says that it sounded like my hobbit that turns the crank case is depressed and needs therapy. We need get us a new hobbit. They's from the land beyond time. Land beyond time is also gonna hook us up with a unicorn for the radiator. I ain't even gonna tell ya about that haunted air conditioner. Plus, the air filter? That's made of plutonium. That's gonna involve Superman, so...ya know, plus shipping from Krypton. And the cow..jumped over the moon."
|
data/lib/locales/en/bank.yml
CHANGED
@@ -25,7 +25,7 @@ en:
|
|
25
25
|
faker:
|
26
26
|
bank:
|
27
27
|
name: ["UBS CLEARING AND EXECUTION SERVICES LIMITED", "ABN AMRO CORPORATE FINANCE LIMITED", "ABN AMRO FUND MANAGERS LIMITED", "ABN AMRO HOARE GOVETT SECURITIES", "ABN AMRO HOARE GOVETT CORPORATE FINANCE LTD.", "ALKEN ASSET MANAGEMENT", "ALKEN ASSET MANAGEMENT", "ABN AMRO HOARE GOVETT LIMITED", "AAC CAPITAL PARTNERS LIMITED", "ABBOTSTONE AGRICULTURAL PROPERTY UNIT TRUST", "ABN AMRO QUOTED INVESTMENTS (UK) LIMITED", "ABN AMRO MEZZANINE (UK) LIMITED", "ABBEY LIFE", "SANTANDER UK PLC", "OTKRITIE SECURITIES LIMITED", "ABC INTERNATIONAL BANK PLC", "ALLIED BANK PHILIPPINES (UK) PLC", "ABU DHABI ISLAMIC BANK", "ABG SUNDAL COLLIER LIMITED", "PGMS (GLASGOW) LIMITED", "ABINGWORTH MANAGEMENT LIMITED", "THE ROYAL BANK OF SCOTLAND PLC (FORMER RBS NV)"]
|
28
|
-
swift_bic: ["AACCGB21", "AACNGB21", "AAFMGB21", "AAHOGB21", "AAHVGB21", "AANLGB21", "AANLGB2L", "AAOGGB21", "AAPEGB21", "AAPUGB21", "AAQIGB21", "ABAZGB21", "ABBEGB21", "ABBYGB2L", "ABCCGB22", "ABCEGB2L", "ABCMGB21", "ABDIGB21", "ABECGB21", "ABFIGB21", "ABMNGB21", "ABNAGB21VOC" ]
|
28
|
+
swift_bic: ["AACCGB21", "AACNGB21", "AAFMGB21", "AAHOGB21", "AAHVGB21", "AANLGB21", "AANLGB2L", "AAOGGB21", "AAPEGB21", "AAPUGB21", "AAQIGB21", "ABAZGB21", "ABBEGB21", "ABBYGB2L", "ABCCGB22", "ABCEGB2L", "ABCMGB21", "ABDIGB21", "ABECGB21", "ABFIGB21", "ABMNGB21", "ABNAGB21VOC", "ANTSGB2LXXX", "ANTSGB2LCHA", "UBKLGB2LXXX", "UBKLGB2LBAK", "AKBKGB22XXX", "ALEIGB22TSY", "AIBKGB2XTSY", "ASTPGB2LXXX", "MORLGB2LSMK", "BSABGB2LXXX", "BSCHGB2LEQU", "BOFAGB4TLTR", "BARBGB2LTOO", "BKCHGB2UXXX", "BCYPGB2LCSB", "BARBGB2LLEI", "BOFAGB3SSWI", "BOFAGB4TCCD", "BOFAGB4TCDO", "BOFAGB4TIPA", "BOFAGB4TLFS", "BOFAGB22OF2", "BOFAGB22SCP", "BOFAGB22XXX", "BOFAGB22CLS", "BOFAGB22SEC", "BARBGB2LBIR", "BARBGB2LHAR", "BARBGB2LKEN", "BARBGB2LKIL", "BARBGB2LWEM", "BARBGB2LMAN", "BARBGB2LSOU", "BRBAGB2LXXX", "BCEYGB2LXXX", "BKCHGB2LXXX", "BCYPGB2LBBB", "BCYPGB2LXXX", "BCYPGB2LCBB", "BCYPGB2LHGB", "BCYPGB2LHHB", "BCYPGB2LPGB", "BCYPGB2LSSB", "BCYPGB2LMBB"]
|
29
29
|
iban_details:
|
30
30
|
# Data from http://www.tbg5-finance.org/?ibandocs.shtml/
|
31
31
|
ad:
|
@@ -0,0 +1,24 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
barcode:
|
4
|
+
ean_8: '#######'
|
5
|
+
ean_13: '############'
|
6
|
+
upc_a: '###########'
|
7
|
+
upc_e:
|
8
|
+
- '0######'
|
9
|
+
- '1######'
|
10
|
+
composite_symbol:
|
11
|
+
- '########'
|
12
|
+
- '????????'
|
13
|
+
- '####????'
|
14
|
+
- '????####'
|
15
|
+
- '##??##??'
|
16
|
+
- '??##??##'
|
17
|
+
isbn:
|
18
|
+
- '978#########'
|
19
|
+
- '9798########'
|
20
|
+
- '97910#######'
|
21
|
+
- '97911#######'
|
22
|
+
- '97912#######'
|
23
|
+
ismn: '9790########'
|
24
|
+
issn: '977#########'
|
@@ -0,0 +1,38 @@
|
|
1
|
+
en:
|
2
|
+
faker:
|
3
|
+
big_bang_theory:
|
4
|
+
characters: [
|
5
|
+
"Leonard Hofstadter",
|
6
|
+
"Sheldon Cooper",
|
7
|
+
"Penny",
|
8
|
+
"Howard Wolowitz",
|
9
|
+
"Raj Koothrappali",
|
10
|
+
"Bernadette Rostenkowski",
|
11
|
+
"Amy Farrah Fowler",
|
12
|
+
"Stuart Bloom",
|
13
|
+
"Debbie Wolowitz",
|
14
|
+
"Barry Kripke",
|
15
|
+
"Emily Sweeney",
|
16
|
+
"Wil Wheaton",
|
17
|
+
"Dr. V.M. Koothrappali",
|
18
|
+
"Dr. Beverly Hofstadter",
|
19
|
+
"Bert Kibbler",
|
20
|
+
"Mary Cooper",
|
21
|
+
"President Siebert",
|
22
|
+
"Priya Koothrappali",
|
23
|
+
"Zack Johnson",
|
24
|
+
"Mrs. Koothrappali",
|
25
|
+
"Leslie Winkle",
|
26
|
+
"Anu",
|
27
|
+
"Lucy",
|
28
|
+
"Denise",
|
29
|
+
"Mike Rostenkowski"]
|
30
|
+
quotes: [
|
31
|
+
"I'm not crazy. My mother had me tested.",
|
32
|
+
"Bazinga!",
|
33
|
+
"Scissors cuts paper, paper covers rock, rock crushes lizard, lizard poisons Spock, Spock smashes scissors, scissors decapitates lizard, lizard eats paper, paper disproves Spock, Spock vaporizes rock, and as it always has, rock crushes scissors.",
|
34
|
+
"That's no reason to cry. One cries because one is sad. For example, I cry because others are stupid, and that makes me sad.",
|
35
|
+
"Not knowing is part of the fun. Was that the motto of your community college?",
|
36
|
+
"I would have been here sooner but the bus kept stopping for other people to get on it.",
|
37
|
+
"Hard as this may be to believe, it’s possible that I’m not boyfriend material."
|
38
|
+
]
|
@@ -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
|