Skip to Content

GenshinUser API Reference

NameTypeDescription
cacheClientCache<GenshinUserData>The cache for the GenshinUser API
achievementAchievementEndpoint of the GenshinUser achievement
fetch(uid: string, options?: UserFetchOptions): Promise<GenshinUserData>functionFetches the GenshinUser data for the given UID

Achievement

NameTypeDescription
cacheClientCache<AchievementData>The cache for the GenshinUser achievement API
fetch(uid: string, options?: BaseFetchOptions): Promise<AchievementData>functionFetches the GenshinUser achievement data for the given UID.

UserFetchOptions

Extend the BaseFetchOptions interface.

OptionTypeDescription
avatar_list_typenumber?The avatar list type. 1: Detailed Character Info, only return few characters, 2: All Characters with basic info.