Magidoc

getFuzzyAbility
Query

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

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

You can provide take to limit the amount of abilities to return (default: 1), set the offset of where to start with offset , and reverse the entire array with reverse .

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

ability

Non-null

The ability to fuzzily search

Response

#

Returns [ Ability !]!.

Example

#