Magidoc

Move
Object

A single Pokémon move entry

Fields

#

key

Non-null

The key of the move as stored in the API

accuracy

Non-null

The accuracy for a move

basePower

Non-null

The base power for a move

bulbapediaPage

Non-null

Bulbapedia page for a move

category

Non-null

The category for a move

contestType

The contest type for a move

desc

The long description for a move

isFieldMove

Whether this move can be used outside of battle, and if it can what the effect of the field move is

isGMax

Whether this move is a G-MAX move, and if it is which Gigantamaxed Pokémon can use it

isNonstandard

Whether a move is non-standard, and if it is why

isZ

Whether this move is a Z-Move, and if it is the Z-Crystal required to trigger it

maxMovePower

The power this move will have when used with its Max Move equivalent

name

Non-null

The name for a move

pp

Non-null

The power points for a move

priority

Non-null

The priority for a move

serebiiPage

Non-null

Serebii page for a move

shortDesc

Non-null

The short description for a move

smogonPage

Non-null

Smogon page for a move

target

Non-null

The target for a move

type

Non-null

The type for a move

zMovePower

Non-null

The power this move will have when used with its Z-move equivalent

Usages

#

References

#

  • Field getFuzzyMove from Query