Get raritiesGet all possible raritiesHTTP Request#GET https://api.pokemontcg.io/v2/raritiesCopyURL Parameters#NoneBody Parameters#NoneQuery Parameters#NoneCode Samples#PythonRubyJavascriptcURLrarities = Rarity.all()Copyrarities = Pokemon::Rarity.allCopypokemon.rarity.all()Copycurl "https://api.pokemontcg.io/v2/rarities"CopySample Response#{ "data": [ "Amazing Rare", "Common", "LEGEND", "Promo", "Rare", "Rare ACE", "Rare BREAK", "Rare Holo", "Rare Holo EX", "Rare Holo GX", "Rare Holo LV.X", "Rare Holo Star", "Rare Holo V", "Rare Holo VMAX", "Rare Prime", "Rare Prism Star", "Rare Rainbow", "Rare Secret", "Rare Shining", "Rare Shiny", "Rare Shiny GX", "Rare Ultra", "Uncommon" ]}Copy