raw

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.
  • expand: Add buff objects to mstFunc.expandedVals from the buff ID in mstFunc.vals.
get/raw/{region}/function/search

Path parameters

region'JP' | 'NA' | 'CN' | 'KR' | 'TW' required

Region Enum

Query parameters

reverseboolean
reverseDepth'function' | 'skillNp' | 'servant'

Reverse Data Depth

expandboolean
popupTextstring nullable
typeNiceFuncType[]
targetTypeNiceFuncTargetType[]
targetTeamFuncApplyTarget[]

Response

Function entity

Changes

No recorded changes to this endpoint across all 1 revision of this API.