Guilds
Guild GET-Requests
Get informations.
GET https://disweb.glitch.me/vX/guild/:GUILDID
Get information about a discord server / guild.
Path Parameters
Name
Type
Description
guildid*
snowflake
The guild ID from the discord guild.
{
"guildname": "Wumpusland",
"guildID": "898212491409121280",
"guildicon_url": "https://cdn.discordapp.com/icons/898212491409121280/ad0a24763d1fee5cde37784471e1dbd8.webp?size=4096",
"guildroles_count": "36",
"guildusers_count": "1,542",
"guildemojis_count": "14",
"guildownerID": "866047167760039938",
"guildcreation_date": "Thu Oct 14 2021 16:15:45 GMT+0200 (Mitteleuropäische Sommerzeit)",
"creation_timestamp": 1614198724393
}{
"Not found!"
}IMPORTANT: You need the Disweb Discord Bot for guild GET-requests
Last updated