guild_get_widget
Retrieve the public guild widget JSON for a Discord server. Use this to embed server info and presence on your website without authentication.
Instructions
Purpose: Get the public guild widget JSON. No bot auth required - Discord serves this anonymously.
When to use:
Render a public-facing widget on a website. The widget must be enabled (see
guild_get_widget_settings).
Returns: {id, name, instant_invite, channels, members, presence_count} (raw passthrough).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild to query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||