SPX Graphics · JSON Structure

Spx Rundown Item Structure

Structure documentation for an SPX-GC rundown item object

Type: Properties: 0
BroadcastGraphicsLive ProductionMediaStreamingVideo ProductionFortune 1000

SPX Rundown Item is a JSON Structure definition published by SPX Graphics.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "SPX Rundown Item",
  "description": "Structure documentation for an SPX-GC rundown item object",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": false,
      "description": "Unique identifier for the rundown item"
    },
    {
      "name": "name",
      "type": "string",
      "required": false,
      "description": "Display name shown in the SPX-GC UI rundown list"
    },
    {
      "name": "template",
      "type": "string",
      "required": true,
      "description": "Path to the HTML template file relative to TEMPLATES folder"
    },
    {
      "name": "status",
      "type": "string",
      "required": false,
      "description": "Current playback state: idle, playing, or stopped",
      "enum": ["idle", "playing", "stopped"]
    },
    {
      "name": "fields",
      "type": "array",
      "required": false,
      "description": "Array of field name/value pairs populating the template",
      "items": {
        "type": "object",
        "fields": [
          {
            "name": "field",
            "type": "string",
            "required": true,
            "description": "Template variable name (e.g., f0, title, subtitle)"
          },
          {
            "name": "value",
            "type": "string",
            "required": true,
            "description": "Value to render in the template variable"
          }
        ]
      }
    },
    {
      "name": "out",
      "type": "string",
      "required": false,
      "description": "Render output target (CasparCG, OBS, vMix, etc.)"
    },
    {
      "name": "playDelay",
      "type": "integer",
      "required": false,
      "description": "Delay in milliseconds before automatic playback"
    },
    {
      "name": "notes",
      "type": "string",
      "required": false,
      "description": "Operator notes for production reference"
    }
  ]
}

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/spx-rundown-item-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.