Magidoc

getFuzzyMove
Query

Gets details on a Pokémon move, using a fuzzy search on name

This can be used to find multiple results based on the query

By default only 1 result is returned. You can provide the arguments take , "offset", and "reverse" to modify this behaviour.

Arguments

#

offset

Sets the offset where to start

take = 1

Return only this many results, starting from the offset

reverse

Reverses the dataset before paginating

move

Non-null

The move to fuzzily search

Response

#

Returns [ Move !]!.

Example

#