The Movie Database · Example Payload

Tmdb Api Movie Credits Response Example

CatalogDiscoveryEntertainmentImageMediaMetadataMoviesPeopleRecommendationsReviewsSearchStreamingTrendingTVVideoWatch Providers

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

Top-level fields

idcastcrew

Example Payload

Raw ↑
{
  "id": 550,
  "cast": [
    {
      "adult": false,
      "gender": 2,
      "id": 819,
      "known_for_department": "Acting",
      "name": "Edward Norton",
      "original_name": "Edward Norton",
      "popularity": 26.99,
      "profile_path": "/8nytsqL59SFJTVYVrN72k6qkGgJ.jpg",
      "cast_id": 4,
      "character": "The Narrator",
      "credit_id": "52fe4250c3a36847f80149f3",
      "order": 0
    }
  ],
  "crew": [
    {
      "adult": false,
      "gender": 2,
      "id": 376,
      "known_for_department": "Production",
      "name": "Arnon Milchan",
      "original_name": "Arnon Milchan",
      "popularity": 2.931,
      "profile_path": "/b2hBExX4NnczNAnLuTBF4kmNhZm.jpg",
      "credit_id": "55731b8192514111610027d7",
      "department": "Production",
      "job": "Executive Producer"
    }
  ]
}

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-credits-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.