Tribune Media · Example Payload

Tms Onconnect Search Programs Example

MediaEntertainmentBroadcastingTelevisionMoviesSportsCelebrityFortune 1000

Tms Onconnect Search Programs Example is an example object payload from Tribune Media, 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://data.tmsapi.com/v1.1/programs/search?q=Game+of+Thrones&entityType=show&limit=5&api_key=YOUR_API_KEY"
  },
  "response": {
    "status": 200,
    "body": [
      {
        "tmsId": "EP010856555",
        "rootId": "SH014480194",
        "seriesId": "SH014480194",
        "title": "Game of Thrones",
        "description": "Nine noble families fight for control of the mythical land of Westeros while an ancient enemy rises.",
        "shortDescription": "Epic fantasy series based on George R.R. Martin novels.",
        "entityType": "Show",
        "subType": "Miniseries",
        "genres": ["Drama", "Fantasy", "Adventure"],
        "releaseYear": 2011,
        "ratings": [
          { "body": "TV Parental Guidelines", "code": "TV-MA" }
        ],
        "preferredImage": {
          "uri": "https://mediacloud.tmsapi.com/img/programs/gameofthrones.jpg",
          "width": 360,
          "height": 270,
          "primary": true,
          "category": "Banner-L3",
          "text": true
        }
      }
    ]
  }
}