EnkaNetwork/API-docs

Unable to get player's avatarId

Mega-Z opened this issue · 3 comments

i've tried this api :https://enka.network/api/uid/210441179.
but there's no "avatarId" in "profilePicture" field, only "id",
is there any way to get player's avatar image in Genshin?

id = not migrated after 4.1
avatarId = migrated after 4.1 and may have costumeId field

you can use ProfilePictureExcelConfigData.json to get profile icons by the "id".

thanks!