Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
/fetch_live_recommend 接口,获取其 related_live_tag 参数的可选值logid 值x-tt-logid),翻页加载更多时需把它再次作为 logid 参数传入related_live_tag 的可选值并不固定,会随地区/时间变化,建议每次使用前实时获取。logid 留空,从返回结果中取出本次的 logid。logid 再作为入参 logid 传入即可(内部会自动转换为 TikTok 的 req_id)。/fetch_live_recommend to discover the available values of its related_live_tag parameterlogid value returned by the previous responsex-tt-logid response header); pass it back as logid to load morerelated_live_tag are not fixed and may change by region/time, so it is recommended to fetch them in real time before use.logid empty, and read the returned logid from the result.logid back as the logid parameter (internally converted to TikTok's req_id).Authorization: Bearer ********************curl --location 'https://api.tikhub.io/api/v1/tiktok/web/fetch_live_recommend_tabs?logid=' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "string",
"time_stamp": 0,
"time_zone": "America/Los_Angeles",
"docs": "string",
"cache_message": "string",
"cache_message_zh": "string",
"cache_url": "string",
"router": "",
"params": {},
"data": null
}