Get guild information
Retrieves detailed information about a Discord guild/server
AuthorizationBearer <token>
Enter your Discord OAuth2 access token
In: header
Path Parameters
guildstring
Discord guild ID
Match
^\d{17,19}$Response Body
curl -X GET "https://api.skyhelper.xyz/guilds/string"{
"id": "string",
"name": "string",
"icon": "string",
"prefix": "string",
"announcement_channel": "string",
"beta": true,
"language": "en-US",
"enabledFeatures": [
"reminders"
]
}Empty
Last updated on