← Back to catalog
tmdb.movie_details
mock data$0.005 / callTMDB Movie Details
Get full movie details — cast, crew, trailers, ratings, streaming providers, runtime, budget, revenue (TMDB)
Input schema
idrequired
integerTMDB movie ID (e.g. 550 for Fight Club, 27205 for Inception)
language
stringISO 639-1 language code (e.g. "en-US"). Default: en-US
Call via REST
curl -X POST https://unifyapi.pro/api/call/tmdb.movie_details \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"id":0,"language":"<language>"}'