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
Last updated
Was this helpful?