The Movie Database · Example Payload

Tmdb Api Movie Images Response Example

CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

Tmdb Api Movie Images Response Example is an example object payload from The Movie Database, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

backdropsidlogosposters

Example Payload

Raw ↑
{
  "backdrops": [
    {
      "aspect_ratio": 1.778,
      "height": 800,
      "iso_639_1": {},
      "file_path": "/hZkgoQYus5vegHoetLkCJzb17zJ.jpg",
      "vote_average": 5.622,
      "vote_count": 20,
      "width": 1422
    }
  ],
  "id": 550,
  "logos": [
    {
      "aspect_ratio": 5.203,
      "height": 79,
      "iso_639_1": "he",
      "file_path": "/c1KLulrIhUqY5fT42nmC5aERGCp.png",
      "vote_average": 5.312,
      "vote_count": 1,
      "width": 411
    }
  ],
  "posters": [
    {
      "aspect_ratio": 0.667,
      "height": 900,
      "iso_639_1": "pt",
      "file_path": "/r3pPehX4ik8NLYPpbDRAh0YRtMb.jpg",
      "vote_average": 5.258,
      "vote_count": 6,
      "width": 600
    }
  ]
}

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/tmdb-api-movie-images-response-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.