Twitch · JSON Structure

Twitch User Structure

Structural definition of a Twitch user

Type: object Properties: 11
EntertainmentGamingLive VideoStreamingVideo

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

Properties

id login display_name type broadcaster_type description profile_image_url offline_image_url view_count email created_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Twitch User Structure",
  "description": "Structural definition of a Twitch user",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "User's ID"
    },
    "login": {
      "type": "string",
      "description": "User's login name (lowercase)"
    },
    "display_name": {
      "type": "string",
      "description": "User's display name"
    },
    "type": {
      "type": "string",
      "enum": ["admin", "global_mod", "staff", ""],
      "description": "User's type"
    },
    "broadcaster_type": {
      "type": "string",
      "enum": ["affiliate", "partner", ""],
      "description": "Broadcaster type"
    },
    "description": {
      "type": "string",
      "description": "User's channel description"
    },
    "profile_image_url": {
      "type": "string",
      "format": "uri",
      "description": "URL of the user's profile image"
    },
    "offline_image_url": {
      "type": "string",
      "format": "uri",
      "description": "URL of the user's offline image"
    },
    "view_count": {
      "type": "integer",
      "description": "Total number of views of the user's channel"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "User's email (requires user:read:email scope)"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Date and time the user's account was created"
    }
  }
}

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-user-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.