basic
Find and get skill data
Search and return the list of matched skill entities.
- name: in English if you are searching NA data and in Japanese if you are searching JP data.
- type: passive or active.
- num: skill number on the servant: 1, 2 or 3. [1]
- priority: visual display order. It is usually a better number for strengthening status. [1]
- strengthStatus: strengthening status. [1]
- lvl1coolDown: Cooldown at level 1.
- numFunctions: Number of functions in the skill.
- svalsContain: Skill's svals should contain this pattern.
- triggerSkillId: Trigger Skill IDs that are called by this skill.
At least one of the parameter is required for the query.
[1] Notice that multiple servants can have the same skill, the search will look into all servants with the skill and check if any servant satisfy the conditions.
- reverse: Reverse lookup the servants that have this skill and return the reverse skill objects.
- lang: returns English servant names if querying JP data. Doesn't do anything if querying NA data.
get/basic/{region}/skill/search
Path parameters
region'JP' | 'NA' | 'CN' | 'KR' | 'TW' required
Region Enum
Query parameters
reverseboolean
namestring nullable
typeNiceSkillType[] nullable
numinteger[] nullable
priorityinteger[] nullable
strengthStatusinteger[] nullable
lvl1coolDowninteger[] nullable
numFunctionsinteger[] nullable
svalsContainstring nullable
triggerSkillIdinteger[] nullable
lang'jp' | 'en'
Language Enum
Response
Basic Skill Entities
Changes
No recorded changes to this endpoint across all 1 revision of this API.