Skip to main content

Contests

Contest types are categories judges used to weigh a Pokémon's condition in Pokémon contests. Check out Bulbapedia for greater detail.

ContestType

PropertyTypeRequiredDescription
idnumberYesThe identifier for this resource.
namestringYesThe name for this resource.
berry_flavorNamedAPIResourceYesThe berry flavor that correlates with this contest type.
namesArray<ContestName>YesThe name of this contest type listed in different languages.

ContestName

PropertyTypeRequiredDescription
namestringYesThe name for this contest.
colorstringYesThe color associated with this contest's name.
languageNamedAPIResourceYesThe language that this name is in.

ContestEffect

Contest effects refer to the effects of moves when used in contests.

PropertyTypeRequiredDescription
idnumberYesThe identifier for this resource.
appealnumberYesThe base number of hearts the user of this move gets.
jamnumberYesThe base number of hearts the user's opponent loses.
effect_entriesArray<Effect>YesThe result of this contest effect listed in different languages.
flavor_text_entriesArray<FlavorText>YesThe flavor text of this contest effect listed in different languages.

SuperContestEffect

Super contest effects refer to the effects of moves when used in super contests.

PropertyTypeRequiredDescription
idnumberYesThe identifier for this resource.
appealnumberYesThe level of appeal this super contest effect has.
flavor_text_entriesArray<FlavorText>YesThe flavor text of this super contest effect listed in different languages.
movesArray<NamedAPIResource>YesA list of moves that have the effect when used in super contests.