Magidoc

Ability
Object

A single Pokémon ability entry

Fields

#

key

Non-null

The key of the ability as stored in the API

bulbapediaPage

Non-null

Bulbapedia page for an ability

desc

The long description for an ability

isFieldAbility

Whether this ability has effects outside of battle, and if so what the effect is

isNonstandard

Whether an ability is non-standard, and if it is why

name

Non-null

The name for an ability

pokemonThatHaveThisAbility

Non-null

The Pokémon that have this ability. Note that when querying this field and nesting deep into Pokemon.abilities, that the nested list will not have any values to prevent infinite looping data.

serebiiPage

Non-null

Serebii page for an ability

shortDesc

Non-null

The short description for an ability

smogonPage

Non-null

Smogon page for an ability

Usages

#

References

#

  • Field getFuzzyAbility from Query