Skip to main content
GET
/
users
/
@me
/
guilds
cURL
curl --request GET \
  --url https://discord.com/api/v10/users/@me/guilds \
  --header 'Authorization: <api-key>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "icon": "<string>",
    "banner": "<string>",
    "owner": true,
    "permissions": "<string>",
    "features": [
      "<string>"
    ],
    "approximate_member_count": 123,
    "approximate_presence_count": 123
  }
]

Authorizations

Authorization
string
header
required

Discord bot token

Query Parameters

before
string<snowflake>
after
string<snowflake>
limit
integer
Required range: 1 <= x <= 200
with_counts
boolean

Response

object[] | null

200 response for list_my_guilds

id
string<snowflake>
required
name
string
required
icon
string | null
required
banner
string | null
required
owner
boolean
required
permissions
string
required
features
string[]
required

guild has access to set an animated guild banner image

Allowed value: "ANIMATED_BANNER"
approximate_member_count
integer<int32> | null
approximate_presence_count
integer<int32> | null