nice

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.
  • reverseData: if set to basic, will return basic entities.
  • lang: returns English servant names if querying JP data. Doesn't do anything if querying NA data.
get/nice/{region}/NP/search

Path parameters

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

Region Enum

Query parameters

reverseboolean
reverseData'basic' | 'nice'

Reverse Data Detail Level

namestring nullable
cardstring[] nullable
hitsinteger[] nullable
strengthStatusinteger[] nullable
numFunctionsinteger[] nullable
minNpNpGaininteger nullable
maxNpNpGaininteger nullable
svalsContainstring nullable
triggerSkillIdinteger[] nullable
lang'jp' | 'en'

Language Enum

Response

Nice NP Entities

idinteger required
numinteger required
npNuminteger required
cardstring required
namestring required
originalNamestring required
rubystring required
iconstring uri nullable
rankstring required
typestring required
effectFlagsNiceTdEffectFlag[] required
detailstring nullable
unmodifiedDetailstring nullable
npDistributioninteger[] required
svtIdinteger required
strengthStatusinteger required
priorityinteger required
condQuestIdinteger required
condQuestPhaseinteger required

Changes

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