basic

Find and get CE 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.
  • illustrator: Illustrator name. Exact match required.
  • excludeCollectionNo: int, defaults to 0. Won't return records with the specified collectionNo.
  • type: servant type, defaults to [servantEquip]. See the NiceSvtType for the options.
  • flag: svt flag. See the NiceSvtFlag enum for the options.
  • rarity: rarity of the CE.

At least one of name, type, flag or rarity is required for the query.

  • lang: returns English names if querying JP data. Doesn't do anything if querying NA data.
get/basic/{region}/equip/search

Path parameters

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

Region Enum

Query parameters

lang'jp' | 'en'

Language Enum

namestring nullable
illustratorstring nullable
excludeCollectionNointeger[]
typeNiceSvtType[]
flagNiceSvtFlag[]
rarityinteger[]

Response

Basic Equip Entities

idinteger required
collectionNointeger required
namestring required
originalNamestring required
type'normal' | 'heroine' | 'combineMaterial' | 'enemy' | 'enemyCollection' | 'servantEquip' | 'statusUp' | 'svtEquipMaterial' | 'enemyCollectionDetail' | 'all' | 'commandCode' | 'svtMaterialTd' required

Servant Type Enum

flag'onlyUseForNpc' | 'svtEquipFriendShip' | 'ignoreCombineLimitSpecial' | 'svtEquipExp' | 'svtEquipChocolate' | 'svtEquipManaExchange' | 'svtEquipCampaign' | 'svtEquipEvent' | 'svtEquipEventReward' | 'svtEquipRarityLevelNumMission' | 'normal' | 'goetia' | 'matDropRateUpCe' | 'unknown' required

Servant Flag Enum

flagsNiceSvtFlagOriginal[] required
rarityinteger required
atkMaxinteger required
hpMaxinteger required
facestring uri required
bondEquipOwnerinteger nullable
valentineEquipOwnerinteger nullable

Changes

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