Skip to main content
GET
Get trending videos

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as a Bearer token. Example: Authorization: Bearer <your-api-key>

Query Parameters

count
integer
default:30

Number of videos to fetch (maximum: 30)

Required range: 1 <= x <= 30
Example:

30

region
enum<string>
default:US

Where the request is routed from (2-letter ISO country code). This doesn't mean you'll only see content from this region — TikTok serves whatever content isn't restricted in that region.

Available options:
US,
FR,
DE,
IT,
ES,
GB,
AR,
AU,
BR,
CA,
CO,
EG,
ID,
IL,
JP,
KR,
MY,
MX,
PH,
SA,
SG,
ZA,
TW,
TH,
TR,
AE,
VN
Pattern: ^[A-Za-z]{2}$
Example:

"US"

Response

Returns the trending videos

data
object
required