Twitch · JSON Structure

Twitch Stream Structure

Structural definition of a Twitch live stream object

Type: object Properties: 14
EntertainmentGamingLive VideoStreamingVideo

Twitch Stream Structure is a JSON Structure definition published by Twitch, describing 14 properties. It conforms to the https://json-schema.org/draft/2020-12/schema meta-schema.

Properties

id user_id user_login user_name game_id game_name type title viewer_count started_at language thumbnail_url tags is_mature

Meta-schema: https://json-schema.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Twitch Stream Structure",
  "description": "Structural definition of a Twitch live stream object",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Stream ID"
    },
    "user_id": {
      "type": "string",
      "description": "ID of the broadcaster"
    },
    "user_login": {
      "type": "string",
      "description": "Broadcaster's login name (lowercase)"
    },
    "user_name": {
      "type": "string",
      "description": "Broadcaster's display name"
    },
    "game_id": {
      "type": "string",
      "description": "ID of the game/category being streamed"
    },
    "game_name": {
      "type": "string",
      "description": "Name of the game/category being streamed"
    },
    "type": {
      "type": "string",
      "enum": ["live", ""],
      "description": "Stream type; 'live' if active"
    },
    "title": {
      "type": "string",
      "description": "Stream title"
    },
    "viewer_count": {
      "type": "integer",
      "description": "Number of current viewers"
    },
    "started_at": {
      "type": "string",
      "format": "date-time",
      "description": "UTC timestamp when stream started"
    },
    "language": {
      "type": "string",
      "description": "BCP 47 language tag of the stream"
    },
    "thumbnail_url": {
      "type": "string",
      "format": "uri",
      "description": "Template URL for stream thumbnail ({width}x{height})"
    },
    "tags": {
      "type": "array",
      "items": {"type": "string"},
      "description": "Stream tags"
    },
    "is_mature": {
      "type": "boolean",
      "description": "Whether the stream is marked as mature content"
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/twitch-stream-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.