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

Default Guild Icon

Get Default Guild Icon

GET https://img.discord.wf/defaultguild

This endpoint is designed for web pages and uses client-side redirection. This endpoint returns the default icon of a guild. (it imitates Discord's style) This can be used then a guild doesn't have an icon, and it used as a default alternative. We don't save the name of the guilds, only the abbreviations of the guild's name

Query Parameters

Name
Type
Description

servername

string

The name of the guild as plain text. One of servername or base64 is required, but servername is prioritary.

base64

string

The name of this guild as Base64. One of base64 or servername is required, but servername is prioritary.

size

integer

The size of this Default Icon. Allowed: 64, 128, 256, 512 Default: 128

PreviousIcons

Last updated 4 years ago

Was this helpful?