basic
Find and get servant data
Search and return the list of matched servant entities.
- name: servant name. Searching JP data using English name works too.
- illustrator: Illustrator name. Exact match required.
- cv: Voice actor name. Exact match required.
- excludeCollectionNo: int. Won't return records with the specified collectionNo.
- type: servant type. See the NiceSvtType enum for the options.
- flag: svt flag. See the NiceSvtFlag enum for the options.
- rarity: rarity of the svt object.
- className: an item in the className enum. See the className detail in the Nice Servant response.
- gender: female, male or unknown.
- attribute: human, sky, earth, star or beast.
- trait: an integer or an item in the trait enum. See the traits detail in the Nice Servant response.
- notTrait: an integer or an item in the trait enum. The result entities won't have any of the traits in the list.
- voiceCondValue: servant collectionNo or servant ID. Will find the servants that have voice lines directed to the given servants.
- profileContains: string. Will search the servant's profile comments for the string.
At least one of name, type, rarity, className, gender, attribute trait or voiceCondSvt is required for the query.
- lang: returns English names if querying JP data. Doesn't do anything if querying NA data.
get/basic/{region}/svt/search
Path parameters
region'JP' | 'NA' | 'CN' | 'KR' | 'TW' required
Region Enum
Query parameters
lang'jp' | 'en'
Language Enum
namestring nullable
illustratorstring nullable
cvstring nullable
excludeCollectionNointeger[]
typeNiceSvtType[]
flagNiceSvtFlag[]
rarityinteger[]
classNameSvtClass[]
genderNiceGender[]
attributeAttribute[]
voiceCondSvtinteger[]
profileContainsstring nullable
Response
Basic Servant Entities
Changes
No recorded changes to this endpoint across all 1 revision of this API.