跳转到主要内容
GET
/
v1
/
tiktok
/
influencer
/
livestreams
/
analytics
cURL
curl --request GET \
  --url 'https://api.keyapi.ai/v1/tiktok/influencer/livestreams/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "cover_url": "https://echosell-images.tos-ap-southeast-1.volces.com/live-cover/36/7321509771910417194.jpeg",
      "create_time": 1704672004,
      "duration": 18009,
      "finish_time": 1704690013,
      "nick_name": "POP MART US SHOP",
      "region": "US",
      "room_id": "7321509771910417194",
      "title": "NEW FREEBIES!!!",
      "total_comments_cnt": 0,
      "total_digg_cnt": 0,
      "total_followers_cnt": 6,
      "total_joins_cnt": 7506,
      "total_product_cnt": 97,
      "total_sale_cnt": 121,
      "total_sale_gmv_amt": 2627.73,
      "total_views_cnt": 9335,
      "user_id": "7288986759428588590"
    }
  ],
  "requestId": "ec8e5830-2766-4199-a054-f5e5b8708b91"
}
🪙1 credit每次请求

Copy for AI

🤖 让 AI 帮你写调用代码

点击按钮复制一段结构化提示词,可直接交给 ChatGPT、Claude 或其他 AI 助手生成接口调用代码。

授权

Authorization
string
header
必填

接口鉴权凭证。请在请求 Header 中传入 Authorization: Bearer <YOUR_API_KEY>。 可在 Dashboard 获取你的 API Key。

查询参数

user_id
string
必填

达人用户 ID,数字字符串。

page_num
integer
必填

页码,从 1 开始,最大支持 100000。

page_size
integer
必填

每页返回数量,最大值为 10。

响应

请求成功

code
integer
必填
message
string
必填
data
object[]
必填
requestId
string
必填