Twitch · Schema

Twitch Clip

Represents a clip created from a Twitch live stream or VOD, including metadata about the broadcaster, creator, and source video.

EntertainmentGamingLive VideoStreamingVideo

Properties

Name Type Description
id string Unique identifier for the clip
url string URL to view the clip on Twitch
embed_url string URL to embed the clip
broadcaster_id string ID of the broadcaster whose channel the clip was created on
broadcaster_name string Display name of the broadcaster
creator_id string ID of the user who created the clip
creator_name string Display name of the clip creator
video_id string ID of the video the clip was created from
game_id string ID of the game/category during clip creation
language string Language of the stream when the clip was created
title string Title of the clip
view_count integer Number of times the clip has been viewed
created_at string UTC timestamp when the clip was created
thumbnail_url string URL of the clip's thumbnail image
duration number Duration of the clip in seconds
vod_offset integernull Offset in the VOD where the clip starts (null if VOD is unavailable)
View JSON Schema on GitHub

JSON Schema

twitch-clip-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://dev.twitch.tv/schemas/twitch/clip.json",
  "title": "Twitch Clip",
  "description": "Represents a clip created from a Twitch live stream or VOD, including metadata about the broadcaster, creator, and source video.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the clip"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL to view the clip on Twitch"
    },
    "embed_url": {
      "type": "string",
      "format": "uri",
      "description": "URL to embed the clip"
    },
    "broadcaster_id": {
      "type": "string",
      "description": "ID of the broadcaster whose channel the clip was created on"
    },
    "broadcaster_name": {
      "type": "string",
      "description": "Display name of the broadcaster"
    },
    "creator_id": {
      "type": "string",
      "description": "ID of the user who created the clip"
    },
    "creator_name": {
      "type": "string",
      "description": "Display name of the clip creator"
    },
    "video_id": {
      "type": "string",
      "description": "ID of the video the clip was created from"
    },
    "game_id": {
      "type": "string",
      "description": "ID of the game/category during clip creation"
    },
    "language": {
      "type": "string",
      "description": "Language of the stream when the clip was created"
    },
    "title": {
      "type": "string",
      "description": "Title of the clip"
    },
    "view_count": {
      "type": "integer",
      "minimum": 0,
      "description": "Number of times the clip has been viewed"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "UTC timestamp when the clip was created"
    },
    "thumbnail_url": {
      "type": "string",
      "format": "uri",
      "description": "URL of the clip's thumbnail image"
    },
    "duration": {
      "type": "number",
      "description": "Duration of the clip in seconds"
    },
    "vod_offset": {
      "type": ["integer", "null"],
      "description": "Offset in the VOD where the clip starts (null if VOD is unavailable)"
    }
  },
  "required": ["id", "url", "embed_url", "broadcaster_id", "broadcaster_name", "creator_id", "creator_name", "title", "view_count", "created_at", "thumbnail_url", "duration"]
}

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-clip"
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.