Tribune Media · Example Payload

Tms Onconnect Get Movie Showings Example

MediaEntertainmentBroadcastingTelevisionMoviesSportsCelebrityFortune 1000

Tms Onconnect Get Movie Showings 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/movies/showings?startDate=2026-05-03&numDays=1&zip=60601&radius=5&units=mile&api_key=YOUR_API_KEY"
  },
  "response": {
    "status": 200,
    "body": [
      {
        "movie": {
          "tmsId": "MV000001",
          "rootId": "MV000001",
          "title": "Mission: Impossible - Dead Reckoning Part Two",
          "description": "Ethan Hunt and his IMF team continue their most dangerous mission.",
          "releaseYear": 2026,
          "genres": ["Action", "Adventure", "Thriller"],
          "runTime": "PT2H30M",
          "ratings": [
            { "body": "MPAA", "code": "PG-13" }
          ],
          "preferredImage": {
            "uri": "https://mediacloud.tmsapi.com/img/movies/mission-impossible.jpg",
            "width": 400,
            "height": 600,
            "primary": true,
            "category": "Poster Art"
          }
        },
        "theatres": [
          {
            "theatreId": "TH001",
            "name": "AMC River East 21",
            "address": "322 E Illinois St",
            "city": "Chicago",
            "state": "IL",
            "postalCode": "60611",
            "distance": 0.8
          }
        ],
        "showtimes": [
          {
            "startTime": "2026-05-03T14:00:00Z",
            "endTime": "2026-05-03T16:30:00Z",
            "movieId": "MV000001",
            "theatreId": "TH001",
            "format": "Standard"
          },
          {
            "startTime": "2026-05-03T17:00:00Z",
            "endTime": "2026-05-03T19:30:00Z",
            "movieId": "MV000001",
            "theatreId": "TH001",
            "format": "IMAX"
          }
        ]
      }
    ]
  }
}

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/tms-onconnect-get-movie-showings-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.