Discord · Schema

ThreadResponse

ChatCommunicationsGamingMessagingSocialVideoVoice

Properties

Name Type Description
id object
type integer
last_message_id object
flags integer
last_pin_timestamp stringnull
guild_id object
name string
parent_id object
rate_limit_per_user integernull
bitrate integernull
user_limit integernull
rtc_region stringnull
video_quality_mode object
permissions stringnull
owner_id object
thread_metadata object
message_count integer
member_count integer
total_message_sent integer
applied_tags arraynull
member object
View JSON Schema on GitHub

JSON Schema

discord-threadresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ThreadResponse",
  "title": "ThreadResponse",
  "type": "object",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/SnowflakeType"
    },
    "type": {
      "type": "integer",
      "enum": [
        10,
        11,
        12
      ],
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelTypes"
        }
      ],
      "format": "int32"
    },
    "last_message_id": {
      "oneOf": [
        {
          "type": "null"
        },
        {
          "$ref": "#/components/schemas/SnowflakeType"
        }
      ]
    },
    "flags": {
      "type": "integer",
      "format": "int32"
    },
    "last_pin_timestamp": {
      "type": [
        "string",
        "null"
      ],
      "format": "date-time"
    },
    "guild_id": {
      "$ref": "#/components/schemas/SnowflakeType"
    },
    "name": {
      "type": "string"
    },
    "parent_id": {
      "oneOf": [
        {
          "type": "null"
        },
        {
          "$ref": "#/components/schemas/SnowflakeType"
        }
      ]
    },
    "rate_limit_per_user": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int32"
    },
    "bitrate": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int32"
    },
    "user_limit": {
      "type": [
        "integer",
        "null"
      ],
      "format": "int32"
    },
    "rtc_region": {
      "type": [
        "string",
        "null"
      ]
    },
    "video_quality_mode": {
      "oneOf": [
        {
          "type": "null"
        },
        {
          "$ref": "#/components/schemas/VideoQualityModes"
        }
      ]
    },
    "permissions": {
      "type": [
        "string",
        "null"
      ]
    },
    "owner_id": {
      "$ref": "#/components/schemas/SnowflakeType"
    },
    "thread_metadata": {
      "oneOf": [
        {
          "type": "null"
        },
        {
          "$ref": "#/components/schemas/ThreadMetadataResponse"
        }
      ]
    },
    "message_count": {
      "type": "integer",
      "format": "int32"
    },
    "member_count": {
      "type": "integer",
      "format": "int32"
    },
    "total_message_sent": {
      "type": "integer",
      "format": "int32"
    },
    "applied_tags": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "$ref": "#/components/schemas/SnowflakeType"
      }
    },
    "member": {
      "oneOf": [
        {
          "type": "null"
        },
        {
          "$ref": "#/components/schemas/ThreadMemberResponse"
        }
      ]
    }
  },
  "required": [
    "id",
    "type",
    "flags",
    "guild_id",
    "name",
    "owner_id",
    "message_count",
    "member_count",
    "total_message_sent"
  ]
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/discord-threadresponse"
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.