🖍️
Discord Archive
  • Discord Archive Docs
  • API v1
    • Users
      • Get User Object
      • Get User Avatar
  • API v2
    • Users
      • Get User Object
      • Get User Avatar
    • Bots
      • Get Bot Object
  • API V2 Objects
    • User
    • User Avatar Object
  • Archive
    • About
      • Avatars
      • Icons
      • Default Guild Icon
  • Our Discord server
  • Users
Powered by GitBook
On this page

Was this helpful?

  1. Archive
  2. About

Avatars

Archive and retrieve user avatar

GET https://img.discord.wf/avatars/:user_id/:user_avatar.png

This endpoint is designed for web pages and uses client-side redirection. This endpoint returns the archived avatar of a user. This can be used then user infos are not refreshed in real time and you need to display a user's avatar. Then replacing Discord's cdn by our service, we do a backup of the avatars to avoid dead avatar links and will always be available (except if the user asks deletion on our Discord server: https://discord.gg/wqzwseg)

Path Parameters

Name
Type
Description

user_avatar

string

Avatar ID of the user you want the avatar from.

user_id

integer

ID of the user you want the avatar from.

Query Parameters

Name
Type
Description

size

integer

Image size can be any power of two between 16 and 4096

PreviousAboutNextIcons

Last updated 4 years ago

Was this helpful?