basic
Find and get function data
Search and return the list of matched buffs.
- popupText: string.
- type: an item of NiceFuncType.
- targetType: an item of NiceFuncTargetType.
- targetTeam: player, enemy or playerAndEnemy.
- vals: an integer or a trait enum. Note that trait enums will be converted to integers before searching so the search might return vals with buffs that have the same ids.
- tvals: an integer or a trait enum.
- questTvals: integer.
- funcIndividuality: an integer or a trait enum.
At least one of the parameter is required for the query.
- reverse: Reverse lookup the skills that have this function and return the reversed skill objects.
- reverseDepth: Controls the depth of the reverse lookup: func -> skill/np -> servant.
- lang: returns English servant names if querying JP data. Doesn't do anything if querying NA data.
get/basic/{region}/function/search
Path parameters
region'JP' | 'NA' | 'CN' | 'KR' | 'TW' required
Region Enum
Query parameters
reverseboolean
reverseDepth'function' | 'skillNp' | 'servant'
Reverse Data Depth
popupTextstring nullable
typeNiceFuncType[]
targetTypeNiceFuncTargetType[]
targetTeamFuncApplyTarget[]
lang'jp' | 'en'
Language Enum
Response
Function entity
Changes
No recorded changes to this endpoint across all 1 revision of this API.