UnifyAPI
← Back to catalog

tmdb.movie_trending

mock data$0.002 / call

TMDB Trending

Get trending movies, TV shows, or people — daily or weekly (TMDB)

Games & Entertainmentprovider: Tmdb#tmdb#games

Input schema

page

Page number (1-500, default 1)

integer
type

Content type: "movie", "tv", "person", or "all" (default "movie")

string
window

Time window: "day" or "week" (default "week")

string
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_trending \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"page":0,"type":"<type>","window":"<window>","language":"<language>"}'

Try it

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