UnifyAPI
← Back to catalog

tmdb.movie_where_to_watch

mock data$0.003 / call

TMDB Where to Watch

Find streaming, rental, and purchase options for a movie or TV show by country (TMDB)

Games & Entertainmentprovider: Tmdb#tmdb#games

Input schema

idrequired

TMDB movie or TV show ID

integer
type

Content type: "movie" or "tv" (default "movie")

string

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

Try it

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