StreamYard · JSON Structure

Streamyard Broadcast Structure

A StreamYard live stream or recording session that can simultaneously reach multiple platforms.

Type: Properties: 0
BroadcastingLive StreamingMultistreamingRecordingsVideo

Broadcast is a JSON Structure definition published by StreamYard.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Broadcast",
  "description": "A StreamYard live stream or recording session that can simultaneously reach multiple platforms.",
  "fields": [
    {"name": "id", "type": "string", "required": true, "description": "Unique broadcast identifier"},
    {"name": "title", "type": "string", "required": true, "description": "Broadcast title"},
    {"name": "description", "type": "string", "required": false, "nullable": true, "description": "Broadcast description"},
    {"name": "status", "type": "string", "required": true, "enum": ["created", "live", "completed", "cancelled"], "description": "Current status"},
    {"name": "type", "type": "string", "required": false, "enum": ["live", "recording"], "description": "Live stream or recording session"},
    {"name": "scheduledAt", "type": "string", "format": "date-time", "required": false, "nullable": true, "description": "Scheduled start time"},
    {"name": "startedAt", "type": "string", "format": "date-time", "required": false, "nullable": true, "description": "Actual start time"},
    {"name": "endedAt", "type": "string", "format": "date-time", "required": false, "nullable": true, "description": "End time"},
    {"name": "studioUrl", "type": "string", "required": false, "description": "Studio join URL"},
    {"name": "guestUrl", "type": "string", "required": false, "nullable": true, "description": "Guest invite URL"},
    {"name": "createdAt", "type": "string", "format": "date-time", "required": false, "description": "Creation timestamp"}
  ],
  "relationships": [
    {"name": "destinations", "type": "array", "target": "BroadcastDestination", "description": "Platforms being streamed to"},
    {"name": "recordings", "type": "array", "target": "Recording", "description": "Recordings from this broadcast"}
  ]
}

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/streamyard-broadcast-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 email required.

A second provider on the same verified email joins the account you already have.