Skip to main content
POST
/
v1
/
tmdb_trending
tmdb_trending
curl --request POST \
  --url https://api.fetchbean.com/v1/tmdb_trending \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "media_type": "<string>",
  "time_window": "<string>",
  "page": 500
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
media_type
string
time_window
string
page
integer
Required range: 1 <= x <= 1000

Response

Success

The response is of type object.