Magidoc

Pokemon
Object

A Pokémon's entry

Fields

#

key

Non-null

The key of the Pokémon as stored in the API

abilities

Non-null

The abilities for a Pokémon

backSprite

Non-null

The back sprite for a Pokémon. For most Pokémon this will be the animated gif, with some exceptions that were older-gen exclusive

baseForme

Base form if this entry describes an alternate form

baseSpecies

Base species if this entry describes a special form

baseStats

Non-null

Base stats for a Pokémon

baseStatsTotal

Non-null

The total of all base stats for a Pokémon

bulbapediaPage

Non-null

Bulbapedia page for a Pokémon

catchRate

The catch rate data for a Pokémon

classification

The classification of a Pokémon as listed in the Pokedex

respelling

The respelling of the name of the Pokémon

ipa

The International Phonetic Alphabet (IPA) representation of the name of the Pokémon

color

Non-null

The colour of a Pokémon as listed in the Pokedex

cosmeticFormes

[ String !]

Any other cosmetic forms for a Pokémon, distinguished from other formes as cosmetic formes only change the look of the Pokémon, while other formes might also change an ability, move set or other data.

cry

An URL to an mp3 file of the Pokémon's cry.

eggGroups

[ String !]

The egg groups a Pokémon is in

evolutionLevel

The evolution level, or special method, for a Pokémon

evolutions

The evolutions for a Pokémon, if any

evYields

Non-null

EV yields for a Pokémon

flavorTexts

[ Flavor !]!
Non-null

The flavor texts for a Pokémon

forme

The form identifier of a Pokémon

formeLetter

The single letter identifier of the form

gender

Non-null

The gender data for a Pokémon

height

Non-null

The height of a Pokémon in meters

isEggObtainable

Non-null

Whether the egg of a Pokémon is obtainable

levellingRate

The levelling rate of a Pokémon

maximumHatchTime

The maximum number of steps required for the egg of a Pokémon to hatch

minimumHatchTime

The minimum number of steps required for the egg of a Pokémon to hatch

num

Non-null

The dex number for a Pokémon

learnsets

The learnset for this pokemon

otherFormes

[ String !]

Any other forms for a Pokémon

preevolutions

The preevolutions for a Pokémon, if any

serebiiPage

Non-null

Serebii page for a Pokémon

shinyBackSprite

Non-null

The shiny back sprite for a Pokémon. For most Pokémon this will be the animated gif, with some exceptions that were older-gen exclusive

shinySprite

Non-null

The shiny sprite for a Pokémon. For most Pokémon this will be the animated gif, with some exceptions that were older-gen exclusive

smogonPage

Non-null

Smogon page for a Pokémon

smogonTier

Non-null

The smogon tier a Pokémon falls under

species

Non-null

The species name for a Pokémon

sprite

Non-null

The sprite for a Pokémon. For most Pokémon this will be the animated gif, with some exceptions that were older-gen exclusive

types

Non-null

The types for a Pokémon

weight

Non-null

The weight of a Pokémon in kilograms

mythical

Non-null

Whether this Pokémon is a mythical Pokémon. The list is based on what is provided by Bulbapedia.

legendary

Non-null

Whether this Pokémon is a legendary Pokémon. The list is based on what is provided by Bulbapedia.

Usages

#

References

#

  • Field getPokemonByDexNumber from Query
  • Field getFuzzyPokemon from Query