tmdb-api

Access all TMDB v3 REST API endpoints for media metadata integration.

28|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/roziscoding/jack --skill tmdb-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tmdb-api
Source: https://github.com/roziscoding/jack/tree/main/.agents/skills/tmdb-api
Command: npx skills add https://github.com/roziscoding/jack --skill tmdb-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually sift through TMDB v3 API documentation or guess endpoint parameters when integrating movie, TV, and people metadata into your applications, cutting down integration time and preventing costly API errors.

Core Features & Use Cases

  • Full API Coverage: Access all TMDB v3 endpoints for movies, TV series, seasons, episodes, people, search, discovery, account management, and configuration reference data.
  • Authentication Support: Step-by-step guidance for implementing user sessions, guest sessions, and API key authentication for both read-only and write operations like ratings and watchlists.
  • Use Case: Build a media discovery feature for a personal streaming app that pulls trending titles, similar content recommendations, and regional watch provider availability without manual API trial and error.

Quick Start

Use the tmdb-api skill to fetch the top 5 trending TV series this week along with their cast, ratings, and US streaming availability.

Frequently Asked Questions about tmdb-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate TMDB v3 movie and TV metadata into my application?

Access all official TMDB v3 REST API endpoints for movies, TV series, and people to retrieve media metadata, handling authentication flows and pagination to prevent API errors.

What is the best way to handle TMDB authentication for read-only and write operations?

Handle TMDB authentication by implementing step-by-step guidance for user sessions, guest sessions, and API key authentication, enabling both read-only metadata retrieval and write operations like ratings and watchlists.

Can I fetch trending TV series and streaming availability using the TMDB API?

Yes, you can fetch trending TV series and US streaming availability using TMDB discovery endpoints, pulling trending titles, cast, ratings, and regional watch provider data without manual API trial and error.

How do I batch multiple TMDB API responses for movies and TV series?

Batch multiple TMDB API responses for movies and TV series by utilizing the append_to_response parameter, combining related metadata requests like cast and ratings into a single API call.

Does the TMDB v3 API support regional content filtering and rate limit compliance?

Yes, the TMDB v3 API supports regional content filtering for watch provider availability and includes requirements for rate limit compliance to ensure stable media discovery and library management operations.