UnifyAPI
← Back to catalog

tmdb.movie_details

mock data$0.005 / call

TMDB Movie Details

Get full movie details — cast, crew, trailers, ratings, streaming providers, runtime, budget, revenue (TMDB)

Games & Entertainmentprovider: Tmdb#tmdb#games

Input schema

idrequired

TMDB movie ID (e.g. 550 for Fight Club, 27205 for Inception)

integer
language

ISO 639-1 language code (e.g. "en-US"). Default: en-US

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.