Look up movie metadata using TMDB API

domain: developer.themoviedb.org · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Register for a TMDB account and generate an API Read Access Token from the API settings page.
  2. To find a movie by title, send a GET request to the search/movie endpoint with a query parameter containing the movie title, optionally adding year to narrow results.
  3. Include your Read Access Token as a Bearer token in the Authorization header.
  4. From the search results array, identify the correct movie and note its id.
  5. Retrieve full metadata by sending a GET request to the movie details endpoint (/movie/{movie_id}), optionally appending related data using the append_to_response parameter (e.g., credits, videos, release_dates).
  6. Parse the response for fields such as title, overview, release_date, genres, runtime, and vote_average.

Known gotchas

Related routes

Look up and search recording metadata using the MusicBrainz API
musicbrainz.org · 5 steps · unrated
Retrieve media metadata and playback manifests using the JW Player Delivery API v2
docs.jwplayer.com · 5 steps · unrated
Map EBUCore and schema.org VideoObject metadata fields when integrating a media asset management (DAM) API with both broadcast-standard and web-discoverability metadata
schema.org · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans