v1

latestOpenAPI 3.0.12026-07-17310206.9 KB

Fetches information about a specific Discord guild (server).

This function retrieves detailed information about a specified Discord guild using its unique identifier. It returns comprehensive data about the guild, including its name, icon, members, and channels. The function is asynchronous and returns a Promise that resolves to a guild object.

post/fetchGuildInfo

Request body

Response

Successful response with guild information

idstring required

The unique identifier of the guild

namestring required

The name of the guild

iconstring

The icon hash of the guild

membersobject[]

Array of guild members

channelsobject[]

Array of guild channels