🖍️
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

Icons

Archive and retrieve guild icon

GET https://img.discord.wf/icons/:guild_id/:guild_icon.png

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

Path Parameters

Name
Type
Description

guild_icon

string

Icon ID of the server you want the icon from.

guild_id

integer

ID of the server you want the avatar from.

Query Parameters

Name
Type
Description

size

integer

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

PreviousAvatarsNextDefault Guild Icon

Last updated 4 years ago

Was this helpful?