Warner Bros. Discovery · Example Payload

Warner Bros Discovery Listdeliveries Example

EntertainmentMediaStreamingContentTelevisionFilm

Warner Bros Discovery Listdeliveries Example is an example object payload from Warner Bros. Discovery, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.warnermediasupplychain.com/v1/deliveries",
    "headers": {
      "Authorization": "Bearer YOUR_ACCESS_TOKEN",
      "Accept": "application/json"
    },
    "params": {
      "status": "processing",
      "limit": "10"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": [
        {
          "id": "del-abc123",
          "status": "processing",
          "title": "Example Feature Film",
          "contentType": "feature",
          "manifestPath": "/deliveries/2026/q2/example-feature-mmc.xml",
          "createdAt": "2026-05-01T10:30:00Z",
          "updatedAt": "2026-05-01T11:45:00Z",
          "assets": [
            {
              "id": "asset-001",
              "type": "video",
              "filename": "example-feature-4k-hdr.mxf",
              "size": 48318382080,
              "checksum": "d41d8cd98f00b204e9800998ecf8427e",
              "uploadedAt": "2026-05-01T10:00:00Z"
            },
            {
              "id": "asset-002",
              "type": "audio",
              "filename": "example-feature-en-51.wav",
              "size": 1073741824,
              "languageCode": "en",
              "uploadedAt": "2026-05-01T10:05:00Z"
            },
            {
              "id": "asset-003",
              "type": "subtitle",
              "filename": "example-feature-en-sdr.srt",
              "size": 45678,
              "languageCode": "en",
              "uploadedAt": "2026-05-01T10:10:00Z"
            }
          ]
        }
      ],
      "total": 1,
      "limit": 10,
      "offset": 0
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/warner-bros-discovery-listDeliveries-example"
All examples
curl "https://apis.io/api/v1/examples?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.