basic
Get servant data
Get servant info from ID
If the given ID is a servants's collectionNo, the corresponding servant 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 servant
- JP servant
- JP servant with English names
get/basic/{region}/servant/{servant_id}
Path parameters
region'JP' | 'NA' | 'CN' | 'KR' | 'TW' required
Region Enum
servant_idinteger required
Query parameters
lang'jp' | 'en'
Language Enum
Response
Basic Servant Entity
Changes
No recorded changes to this endpoint across all 1 revision of this API.