Playground

Retrieve TikTok trending posts API playground

Returns the current TikTok trending feed.

GETapiKey8 credits/requesttiktok.trendingResponseDoc

Selected endpoint

GET /tiktok/trending

Returns the current TikTok trending feed.

Group
TikTok
Authentication
apiKey
Credit cost
8 credits/request
Path parameters
0
Query parameters
0
Body parameters
0
GETapiKey8 credits/requesttrendingResponseDoc

Retrieve TikTok trending posts

Returns the current TikTok trending feed.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "extra": {
      "fatal_item_ids": [],
      "logid": "202503190154113B12E72238478F0CB808",
      "now": 1742349252000
    },
    "log_pb": {
      "impr_id": "202503190154113B12E72238478F0CB808"
    },
    "itemList": [
      {
        "id": "7616993099398614302"
      }
    ],
    "hasMore": true,
    "statusCode": 0,
    "statusMsg": "",
    "status_code": 0,
    "status_msg": ""
  }
}