---
title: "GET /api/discoverable-guilds/"
method: GET
path: "/api/discoverable-guilds/"
tags: ["api"]
---

# GET /api/discoverable-guilds/

`GET /api/discoverable-guilds/`

## Response `200`

- DiscoverableGuildsResponse
  - `total` integer, required
  - `guilds` DiscoverableGuild[], required
    - `id` string, required — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
    - `name` string, required
    - `icon` string, nullable, required
    - `description` string, nullable, required
    - `banner` string, nullable, required
    - `splash` string, nullable, required
    - `discovery_splash` string, nullable, required
    - `features` string[], required
    - `vanity_url_code` string, nullable, required
    - `preferred_locale` string, required
    - `premium_subscription_count` integer, required
    - `approximate_member_count` integer, required
    - `approximate_presence_count` integer, required
    - `emojis` EmojiResponse[]
      - `id` string, nullable, required
      - `name` string, nullable, required
      - `roles` string[]
      - `user` PartialUser
        - `id` string, required — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
        - `username` string, required
        - `discriminator` string, required
        - `global_name` string, nullable
        - `avatar` string, nullable, required
        - `avatar_decoration_data` AvatarDecorationData
          - `asset` string, required
          - `sku_id` string, required — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
          - `expires_at` string, nullable, required
        - `collectibles` Collectibles
          - `nameplate` NameplateData, required
            - `asset` string, required
            - `sku_id` string, required — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
            - `label` string, required
            - `palette` string, required
            - `expires_at` integer, nullable, required
        - `display_name_styles` DisplayNameStyle
          - `font_id` integer, required
          - `effect_id` integer, required
          - `colors` integer[], required
        - `primary_guild` PrimaryGuild
          - `identity_enabled` boolean, nullable, required
          - `identity_guild_id` string, nullable, required
          - `tag` string, nullable, required
          - `badge` string, nullable, required
        - `bot` boolean
        - `system` boolean
        - `banner` string, nullable
        - `accent_color` integer, nullable
        - `public_flags` integer
      - `require_colons` boolean
      - `managed` boolean
      - `animated` boolean
      - `available` boolean
    - `emoji_count` integer
    - `stickers` StickerResponse[]
      - `id` string, required — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
      - `pack_id` string — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
      - `name` string, required
      - `description` string, nullable, required
      - `tags` string, required
      - `type` 1 | 2, required
      - `format_type` 1 | 2 | 3 | 4, required
      - `available` boolean
      - `guild_id` string — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
      - `user` PartialUser
        - `id` string, required — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
        - `username` string, required
        - `discriminator` string, required
        - `global_name` string, nullable
        - `avatar` string, nullable, required
        - `avatar_decoration_data` AvatarDecorationData
          - `asset` string, required
          - `sku_id` string, required — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
          - `expires_at` string, nullable, required
        - `collectibles` Collectibles
          - `nameplate` NameplateData, required
            - `asset` string, required
            - `sku_id` string, required — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
            - `label` string, required
            - `palette` string, required
            - `expires_at` integer, nullable, required
        - `display_name_styles` DisplayNameStyle
          - `font_id` integer, required
          - `effect_id` integer, required
          - `colors` integer[], required
        - `primary_guild` PrimaryGuild
          - `identity_enabled` boolean, nullable, required
          - `identity_guild_id` string, nullable, required
          - `tag` string, nullable, required
          - `badge` string, nullable, required
        - `bot` boolean
        - `system` boolean
        - `banner` string, nullable
        - `accent_color` integer, nullable
        - `public_flags` integer
      - `sort_value` integer
    - `sticker_count` integer
    - `auto_removed` boolean, required
    - `primary_category_id` integer, required
    - `primary_category` DiscoveryCategory
      - `id` integer, required
      - `name` string, required
      - `is_primary` boolean, required
    - `keywords` string[], required
    - `is_published` boolean, required
    - `reasons_to_join` DiscoveryReason[]
      - `reason` string, required
      - `emoji_id` string — A Twitter-like snowflake, except the epoch is 2015-01-01T00:00:00.000Z ``` If we have a snowflake '266241948824764416' we can represent it as binary: 64 22 17 12 0 000000111011000111100001101001000101000000 00001 00000 000000000000 number of ms since Discord epoch worker pid increment ```
      - `emoji_name` string
    - `social_links` string[]
    - `about` string, nullable
    - `category_ids` string[]
    - `categories` DiscoveryCategory[]
      - `id` integer, required
      - `name` string, required
      - `is_primary` boolean, required
    - `created_at` string
    - `nsfw_properties` DiscoveryNsfwProperties
      - `channels` string[]
      - `channel_banned_keywords` object
      - `name` string
      - `name_banned_keywords` string[]
      - `description` string
      - `description_banned_keywords` string[]
  - `offset` integer, required
  - `limit` integer, required

---

[API](https://skmtc.net/spacebarchat/apis/spacebar-server.md) · [All operations](https://skmtc.net/spacebarchat/apis/spacebar-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacebarchat/spacebar-server/versions/5b4adb561b25/schema)
