Twitch User
Represents a Twitch user account, including profile information, broadcaster type, and account metadata.
EntertainmentGamingLive VideoStreamingVideo
Properties
| Name |
Type |
Description |
| id |
string |
Unique identifier for the user |
| login |
string |
User's login name (lowercase) |
| display_name |
string |
User's display name |
| type |
string |
User's site-wide role |
| broadcaster_type |
string |
User's broadcaster type |
| description |
string |
User's profile description |
| profile_image_url |
string |
URL of the user's profile image |
| offline_image_url |
string |
URL of the user's offline image |
| email |
string |
User's email address (requires user:read:email scope) |
| created_at |
string |
UTC timestamp when the account was created |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://dev.twitch.tv/schemas/twitch/user.json",
"title": "Twitch User",
"description": "Represents a Twitch user account, including profile information, broadcaster type, and account metadata.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the user"
},
"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 site-wide role"
},
"broadcaster_type": {
"type": "string",
"enum": ["affiliate", "partner", ""],
"description": "User's broadcaster type"
},
"description": {
"type": "string",
"description": "User's profile 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"
},
"email": {
"type": "string",
"format": "email",
"description": "User's email address (requires user:read:email scope)"
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "UTC timestamp when the account was created"
}
},
"required": ["id", "login", "display_name", "type", "broadcaster_type", "description", "profile_image_url", "offline_image_url", "created_at"]
}
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-user"
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 email required.
A second provider on the same verified email joins the account you already have.