Warner Bros. Discovery · JSON Structure

Warner Bros Discovery Content Structure

Documentation of the WBD media content delivery data structure.

Type: object Properties: 0
EntertainmentMediaStreamingContentTelevisionFilm

Warner Bros Discovery Content Structure is a JSON Structure definition published by Warner Bros. Discovery.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "WBD Content Delivery Structure",
  "description": "Documentation of the WBD media content delivery data structure.",
  "type": "object",
  "fields": [
    { "name": "id", "type": "string", "description": "Unique delivery identifier" },
    { "name": "status", "type": "enum", "values": ["pending", "processing", "completed", "failed", "rejected"], "description": "Delivery status" },
    { "name": "title", "type": "string", "description": "Content title", "required": true },
    { "name": "contentType", "type": "enum", "values": ["feature", "series", "episode", "short", "documentary", "promotional"], "description": "Content type", "required": true },
    { "name": "manifestPath", "type": "string", "description": "Path to MMC manifest" },
    { "name": "createdAt", "type": "string", "description": "ISO 8601 creation timestamp" },
    { "name": "updatedAt", "type": "string", "description": "ISO 8601 last update timestamp" },
    {
      "name": "assets",
      "type": "array",
      "description": "Media assets in the delivery",
      "itemType": "object",
      "fields": [
        { "name": "id", "type": "string" },
        { "name": "type", "type": "enum", "values": ["video", "audio", "subtitle", "image", "document"] },
        { "name": "filename", "type": "string" },
        { "name": "size", "type": "integer", "description": "File size in bytes" },
        { "name": "checksum", "type": "string", "description": "MD5 checksum" },
        { "name": "languageCode", "type": "string", "description": "BCP-47 language code" }
      ]
    }
  ]
}

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/warner-bros-discovery-content-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.