Properties
| Name | Type | Description |
|---|---|---|
| id | object | |
| name | string | |
| icon | stringnull | |
| description | stringnull | |
| home_header | stringnull | |
| splash | stringnull | |
| discovery_splash | stringnull | |
| features | array | |
| banner | stringnull | |
| owner_id | object | |
| application_id | object | |
| region | string | |
| afk_channel_id | object | |
| afk_timeout | object | |
| system_channel_id | object | |
| system_channel_flags | integer | |
| widget_enabled | boolean | |
| widget_channel_id | object | |
| verification_level | object | |
| roles | array | |
| default_message_notifications | object | |
| mfa_level | object | |
| explicit_content_filter | object | |
| max_presences | integernull | |
| max_members | integernull | |
| max_stage_video_channel_users | integernull | |
| max_video_channel_users | integernull | |
| vanity_url_code | stringnull | |
| premium_tier | object | |
| premium_subscription_count | integer | |
| preferred_locale | object | |
| rules_channel_id | object | |
| safety_alerts_channel_id | object | |
| public_updates_channel_id | object | |
| premium_progress_bar_enabled | boolean | |
| nsfw | boolean | |
| nsfw_level | object | |
| emojis | array | |
| stickers | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GuildResponse",
"title": "GuildResponse",
"type": "object",
"properties": {
"id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"name": {
"type": "string"
},
"icon": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"home_header": {
"type": [
"string",
"null"
]
},
"splash": {
"type": [
"string",
"null"
]
},
"discovery_splash": {
"type": [
"string",
"null"
]
},
"features": {
"type": "array",
"items": {
"$ref": "#/components/schemas/GuildFeatures"
},
"uniqueItems": true
},
"banner": {
"type": [
"string",
"null"
]
},
"owner_id": {
"$ref": "#/components/schemas/SnowflakeType"
},
"application_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"region": {
"type": "string"
},
"afk_channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"afk_timeout": {
"$ref": "#/components/schemas/AfkTimeouts"
},
"system_channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"system_channel_flags": {
"type": "integer",
"format": "int32"
},
"widget_enabled": {
"type": "boolean"
},
"widget_channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"verification_level": {
"$ref": "#/components/schemas/VerificationLevels"
},
"roles": {
"type": "array",
"items": {
"$ref": "#/components/schemas/GuildRoleResponse"
}
},
"default_message_notifications": {
"$ref": "#/components/schemas/UserNotificationSettings"
},
"mfa_level": {
"$ref": "#/components/schemas/GuildMFALevel"
},
"explicit_content_filter": {
"$ref": "#/components/schemas/GuildExplicitContentFilterTypes"
},
"max_presences": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"max_members": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"max_stage_video_channel_users": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"max_video_channel_users": {
"type": [
"integer",
"null"
],
"format": "int32"
},
"vanity_url_code": {
"type": [
"string",
"null"
]
},
"premium_tier": {
"$ref": "#/components/schemas/PremiumGuildTiers"
},
"premium_subscription_count": {
"type": "integer",
"format": "int32"
},
"preferred_locale": {
"$ref": "#/components/schemas/AvailableLocalesEnum"
},
"rules_channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"safety_alerts_channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"public_updates_channel_id": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/SnowflakeType"
}
]
},
"premium_progress_bar_enabled": {
"type": "boolean"
},
"nsfw": {
"type": "boolean"
},
"nsfw_level": {
"$ref": "#/components/schemas/GuildNSFWContentLevel"
},
"emojis": {
"type": "array",
"items": {
"$ref": "#/components/schemas/EmojiResponse"
}
},
"stickers": {
"type": "array",
"items": {
"$ref": "#/components/schemas/GuildStickerResponse"
}
}
},
"required": [
"id",
"name",
"features",
"owner_id",
"region",
"afk_timeout",
"system_channel_flags",
"widget_enabled",
"verification_level",
"roles",
"default_message_notifications",
"mfa_level",
"explicit_content_filter",
"premium_tier",
"premium_subscription_count",
"preferred_locale",
"premium_progress_bar_enabled",
"nsfw",
"nsfw_level",
"emojis",
"stickers"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/discord-guildresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.