General Information

DeleterApi/private/guilds/:id

Get Guild's General Information

GET https://api.deleter.xyz/stable/private/guilds/:id

This endpoint allows you to get guild's general information: emojis, channels, roles, name, icon and region.

Headers

Name
Type
Description

Authorization

string

Bearer FfuydfggjFGuyrg 247734710682255361

{
  available: true,
  id: '645936887537860636',
  name: 'Inserter',
  iconURL: 'https://cdn.discord.com',
  region: 'russia',
  lang: 'ru', // lang of bot's interface
  channels: [
    {
      id: '744279396617027605',
      name: 'apidocs',
      manageable: true,
      type: 'text',
      position: 1,
      deletable: true
    },
    {
      id: '718054545900437534',
      name: 'кто зайдёт тот deleter',
      manageable: true,
      type: 'voice',
      position: 0,
      deletable: true
    }
  ],
  emojis: [
    {
      id: '676099392822050816',
      name: '64k_extraHD',
      animated: false,
      available: true,
      managed: false
    },
    {
      id: '676099395326050324',
      name: 'nothing',
      animated: false,
      available: true,
      managed: false
    }
  ],
  roles: [
    {
      id: '645936887537860636',
      name: '@everyone',
      hexColor: '#000000',
      color: 0,
      managed: false,
      editable: true,
      position: 0
    },
    {
      id: '645945916435726358',
      name: 'Dev',
      hexColor: '#d297f8',
      color: 13801464,
      managed: false,
      editable: false,
      position: 28
    }
  ]
}

Last updated