basic

Get CE data

Get CE info from ID

If the given ID is a CE's collectionNo, the corresponding CE data is returned. Otherwise, it will look up the actual ID field.

  • lang: returns English names if querying JP data. Doesn't do anything if querying NA data.

Preprocessed data:

  • NA CE
  • JP CE
get/basic/{region}/equip/{equip_id}

Path parameters

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

Region Enum

equip_idinteger required

Query parameters

lang'jp' | 'en'

Language Enum

Response

Basic CE Entity

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.