Magidoc

getFuzzyLearnset
Query

Gets the learnset for a given Pokémon and move.

A fuzzy search is performed to find a matching Pokémon and move

Multiple moves are possible by putting them in an array: [move1, move2] .

You can also apply a generation filter (only results for the given generation will be returned) with the generation argument

Arguments

#

generation

The generation filter to apply

moves

[ String !]!
Non-null

The moves to match against the Pokémon

pokemon

Non-null

The Pokémon for which to get the learnset

Response

#

Returns Learnset !.

Example

#