Twitch · Schema

Twitch Subscription

Represents a channel subscription on Twitch, including the subscriber, broadcaster, tier level, and gift information.

EntertainmentGamingLive VideoStreamingVideo

Properties

Name Type Description
broadcaster_id string ID of the broadcaster being subscribed to
broadcaster_login string Login name of the broadcaster
broadcaster_name string Display name of the broadcaster
gifter_id string ID of the user who gifted the subscription (empty if not a gift)
gifter_login string Login name of the gifter
gifter_name string Display name of the gifter
is_gift boolean Whether the subscription is a gift
plan_name string Name of the subscription plan
tier string Subscription tier (1000=Tier 1, 2000=Tier 2, 3000=Tier 3)
user_id string ID of the subscribed user
user_name string Display name of the subscribed user
user_login string Login name of the subscribed user
View JSON Schema on GitHub

JSON Schema

twitch-subscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://dev.twitch.tv/schemas/twitch/subscription.json",
  "title": "Twitch Subscription",
  "description": "Represents a channel subscription on Twitch, including the subscriber, broadcaster, tier level, and gift information.",
  "type": "object",
  "properties": {
    "broadcaster_id": {
      "type": "string",
      "description": "ID of the broadcaster being subscribed to"
    },
    "broadcaster_login": {
      "type": "string",
      "description": "Login name of the broadcaster"
    },
    "broadcaster_name": {
      "type": "string",
      "description": "Display name of the broadcaster"
    },
    "gifter_id": {
      "type": "string",
      "description": "ID of the user who gifted the subscription (empty if not a gift)"
    },
    "gifter_login": {
      "type": "string",
      "description": "Login name of the gifter"
    },
    "gifter_name": {
      "type": "string",
      "description": "Display name of the gifter"
    },
    "is_gift": {
      "type": "boolean",
      "description": "Whether the subscription is a gift"
    },
    "plan_name": {
      "type": "string",
      "description": "Name of the subscription plan"
    },
    "tier": {
      "type": "string",
      "enum": ["1000", "2000", "3000"],
      "description": "Subscription tier (1000=Tier 1, 2000=Tier 2, 3000=Tier 3)"
    },
    "user_id": {
      "type": "string",
      "description": "ID of the subscribed user"
    },
    "user_name": {
      "type": "string",
      "description": "Display name of the subscribed user"
    },
    "user_login": {
      "type": "string",
      "description": "Login name of the subscribed user"
    }
  },
  "required": ["broadcaster_id", "broadcaster_login", "broadcaster_name", "is_gift", "tier", "user_id", "user_name", "user_login"]
}

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/twitch-subscription"
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.