TMDB API
themoviedb.org
TMDB - movie and TV search, trending, top-rated, cast, and ratings.
- Actions
- 16
- Category
- Entertainment
- Login
- Not required
- Output
- JSON
Call the TMDB API
Submit a task, then poll the job until it settles. This example runs act_tmdb_tv_discover_filtered_listing.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_tmdb_tv_discover_filtered_listing",
"params": {
"with_genres": "16",
"sort_by": "vote_average.desc",
"watch_region": "IN",
"page": "1"
}
}'16 actions on themoviedb.org
Read
Homepage Sections
act_tmdb_homepage_ssrread1 credit / callReturns homepage sections and content panels like trending and trailers.
Movie Details
tmdb_movie_detailsread1 credit / callReturns full movie details with title, rating, runtime, cast, and crew.
- movie_id
- string · required
Movie Details
act_tmdb_movie_detail_ssrread1 credit / callReturns a movie's title, overview, cast, ratings, and metadata.
- movie_id
- string · required
- slug
- string
Popularity Chart
act_tmdb_popularity_chartread1 credit / callReturns a series' historical popularity scores over time.
- tv_id
- string · required
- slug
- string
- translate
- string
Popular Movies
tmdb_popularread1 credit / callReturns currently popular movies with title, rating, and overview.
- page
- integer
Title Search
tmdb_searchread1 credit / callReturns movies and TV shows matching a keyword.
- query
- string · required
- page
- integer
Top Rated Movies
tmdb_top_ratedread1 credit / callReturns the top rated movies of all time with title, rating, and overview.
- page
- integer
Top Rated Movies Chart
act_tmdb_top_rated_movies_listingread1 credit / callReturns the top-rated movies chart with titles, release dates, and posters.
- chart_path
- string
Top Rated TV Chart
act_tmdb_top_rated_tv_listingread1 credit / callReturns the top-rated TV series chart with titles, air dates, and posters.
- chart_path
- string
Trending Panel
act_tmdb_trending_scroller_panelread1 credit / callReturns trending titles for a group with media types, dates, and links.
- group
- string · required
Trending Search Suggestions
act_tmdb_search_trending_suggestionsread1 credit / callReturns trending search autocomplete suggestions with titles and media types.
- search_query
- string
Trending Titles
tmdb_trendingread1 credit / callReturns trending movies and TV shows updated daily.
- page
- integer
TV Details
tmdb_tv_detailsread1 credit / callReturns full TV show details with title, rating, seasons, cast, and creator.
- series_id
- string · required
TV Reviews
act_tmdb_tv_reviews_panelread2 credits / callReturns user reviews for a TV series with author, rating, and text.
- tv_id
- string · required
- timezone
- string · required
- slug
- string
- translate
- string
TV Series Details
act_tmdb_tv_detail_ssrread1 credit / callReturns a TV series' title, overview, seasons, cast, and ratings.
- tv_id
- string · required
- slug
- string
Write
Write actions change state on themoviedb.org and run as the account you connect.
Discover TV Shows
act_tmdb_tv_discover_filtered_listingwrite2 credits / callReturns TV shows filtered by genre, sort order, and region.
- with_genres
- string · required
- sort_by
- string · required
- watch_region
- string · required
- page
- string · required
- certification_country
- string
- region
- string
TMDB API questions
- Is there an API for TMDB?
- TMDB does not offer a public data API for this, but Anakin Wire provides 16 maintained endpoints for themoviedb.org. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape TMDB data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when themoviedb.org changes its markup, Anakin updates the action.
- Do I need a TMDB account?
- No. Every TMDB action listed here runs anonymously — no account and no credentials required.
- What does the TMDB API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Entertainment APIs
8notes UK
8notes - sheet music by instrument, score previews, lessons, and theory.
911Tabs
911Tabs - guitar tab search, popular tabs, artist listings, and tablature pages.
Allocine France
Allocine - French movie and series search, ratings, reviews, showtimes, and cast.
AllPoetry
AllPoetry - poems by theme, full poem pages, and poet profiles.
AMC Theatres
AMC Theatres - theatres by ZIP, showtimes, movie details, and ticket prices.
Anime Planet
Anime-Planet - anime and manga search, recommendations, ratings, and rankings.