Tribune Media · Example Payload

Tms Onconnect Get Lineups Example

MediaEntertainmentBroadcastingTelevisionMoviesSportsCelebrityFortune 1000

Tms Onconnect Get Lineups 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/lineups?country=US&postalCode=60601&api_key=YOUR_API_KEY"
  },
  "response": {
    "status": 200,
    "body": [
      {
        "lineupId": "USA-ILL35278-X",
        "name": "Comcast Cable - Chicago",
        "type": "cable",
        "location": "Chicago, IL",
        "device": "X",
        "postalCode": "60601",
        "country": "USA"
      },
      {
        "lineupId": "USA-ILL35278-D",
        "name": "DIRECTV - Chicago",
        "type": "satellite",
        "location": "Chicago, IL",
        "device": "D",
        "postalCode": "60601",
        "country": "USA"
      }
    ]
  }
}