Skip to Content

Characters API Reference

NameTypeDescription
cacheClientCache<CharacterData[]>The cache for the characters API
fetch(uid: string, options?: CharctersListFetchOptions): Promise<CharacterData[]>functionFetches the character data for the given UID
fetchAvatarInfo(characterId: number, options?: BaseFetchOptions): Promise<CharacterInfoData>functionFetches the avatar info for the given character ID
fetchAvatarDetails(uid: string, characterId: number, options?: BaseFetchOptions): Promise<CharacterDetailsData>functionFetches the avatar details for the given UID and character ID

Note: fetchAvatarInfo and fetchAvatarDetails are not cached.

CharctersListFetchOptions

Extend the BaseFetchOptions interface.

OptionTypeDescription
sort_typenumber?The sort type of the characters. 1: Level Descending, 5: Level Ascending, 2: Rarity Descending, 3: Rarity Ascending, 6: Fetter Descending, 7: Fetter Ascending
elementsstring[]?The elements filters of the characters. Pyro, Hydro, Electro, Dendro, Anemo, Geo, Cryo
weapon_typesnumber[]?The weapon types filters of the characters. 1: Sword, 11: Claymore, 13: Polearm, 12: Bow, 10: Catalyst