basic
Find and get NP data
Search and return the list of matched equip entities.
- name: in English if you are searching NA data and in Japanese if you are searching JP data.
- card: card type of the NP.
- hits: number of hits of the NP.
- strengthStatus: strength status of the NP.
- numFunctions: number of functions the NP has.
- minNpNpGain: NP gain of the NP is at least this value.
- maxNpNpGain: NP gain of the NP is at most this value.
- svalsContain: NP'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.
- reverse: Reverse lookup the servants that have this NP and return the reversed servant objects.
- lang: returns English servant names if querying JP data. Doesn't do anything if querying NA data.
get/basic/{region}/NP/search
Path parameters
region'JP' | 'NA' | 'CN' | 'KR' | 'TW' required
Region Enum
Query parameters
reverseboolean
namestring nullable
cardstring[] nullable
hitsinteger[] nullable
strengthStatusinteger[] nullable
numFunctionsinteger[] nullable
minNpNpGaininteger nullable
maxNpNpGaininteger nullable
svalsContainstring nullable
triggerSkillIdinteger[] nullable
lang'jp' | 'en'
Language Enum
Response
Basic NP Entities
Changes
No recorded changes to this endpoint across all 1 revision of this API.