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
Changes
No recorded changes to this endpoint across all 1 revision of this API.