Guilds
The V1 API has been deprecated, please use the V2
Gets a guild
GET https://api.overwatch.wtf/v1/guilds/:id
Path Parameters
Name
Type
Description
id*
Snowflake
Id
Headers
Name
Type
Description
Authorization*
Token
API Key
{
"id": "81384788765712384",
"name": "Discord API",
"splash": null,
"banner": "eb9ca6e176964bd43ee5b098dbbf3a78",
"description": null,
"icon": "a363a84e969bcbe1353eb2fdfb2e50e6",
"features": [
"PREVIEW_ENABLED",
"ROLE_ICONS",
"VIP_REGIONS",
"THREADS_ENABLED",
"SEVEN_DAY_THREAD_ARCHIVE",
"MEMBER_PROFILES",
"VANITY_URL",
"MEMBER_VERIFICATION_GATE_ENABLED",
"PRIVATE_THREADS",
"THREE_DAY_THREAD_ARCHIVE",
"WELCOME_SCREEN_ENABLED",
"ANIMATED_BANNER",
"COMMUNITY",
"ANIMATED_ICON",
"NEW_THREAD_PERMISSIONS",
"INVITE_SPLASH",
"CHANNEL_BANNER",
"BANNER",
"NEWS"
],
"verification_level": 3,
"vanity_url_code": "discord-api",
"welcome_screen": {
"description": "An unofficial server for all things related to the Discord API",
"welcome_channels": [
{
"channel_id": "381887113391505410",
"description": "Ask for help with the official API",
"emoji_id": null,
"emoji_name": "❓"
},
{
"channel_id": "381898062269775883",
"description": "Familiarise yourself with the rules",
"emoji_id": null,
"emoji_name": "🔨"
}
]
},
"nsfw": false,
"nsfw_level": 0,
"region": "us-east",
"premium_tier": 2,
"premium_subscription_count": 13,
"preferred_locale": "en-US",
"max_video_channel_users": 25,
"application_id": null,
"max_members": 250000,
"mfa_level": 1,
"system_channel_id": "381870553235193857",
"explicit_content_filter": 2,
"system_channel_flags": 1,
"discovery_splash": null,
"stage_instances": [],
"guild_scheduled_events": [],
"default_message_notifications": 1,
"afk_timeout": 3600,
"large": true,
"public_updates_channel_id": "650136538264502282",
"afk_channel_id": null,
"rules_channel_id": "381898062269775883",
"owner_id": "80088516616269824",
"widget_channel_id": null,
"guild_id": "81384788765712384",
"widget_enabled": true,
"max_presences": null,
"hub_type": null,
"embedded_activities": [],
"premium_progress_bar_enabled": false,
"approximate_member_count": 70085,
"approximate_presence_count": 30285,
"last_updated": "1638124191",
"last_bump": "1621221920",
"invite_count": 9
}Last updated
Was this helpful?