← Back to catalog
tmdb.movie_where_to_watch
mock data$0.003 / callTMDB Where to Watch
Find streaming, rental, and purchase options for a movie or TV show by country (TMDB)
Input schema
idrequired
integerTMDB movie or TV show ID
type
stringContent type: "movie" or "tv" (default "movie")
Call via REST
curl -X POST https://unifyapi.pro/api/call/tmdb.movie_where_to_watch \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"id":0,"type":"<type>"}'