Skip to main content
GET

Overview

This endpoint returns trending viral videos from TikTok and YouTube. Videos are ranked by viral score and filtered to show only the latest trending content.

Query Parameters

string
Filter by platform:
  • tiktok: TikTok videos only
  • youtube: YouTube videos only
  • Omit to get videos from all platforms
string
Filter by niche ID (e.g., “fitness”, “cooking”, “gaming”). Use the List Niches endpoint to get available niches.
number
default:"20"
Number of videos to return (1-50)
number
default:"0"
Pagination offset

Response

boolean
Indicates if the request was successful
object

Notes

Trending videos are updated regularly. The isLatestViral flag ensures you only see the most current trending content.
Combine platform and niche filters to find relevant trending content for your specific audience.

Authorizations

x-api-key
string
header
required

Query Parameters

platform
enum<string>
Available options:
tiktok,
youtube
niche
string
limit
integer
default:20
offset
integer
default:0

Response

200

Success