获取直播间送礼用户排行榜/Get live room gift user ranking
[中文]#
用途:#
参数:#
rank_type: 排行类型,默认为30不用修改 。
返回:#
[English]#
Purpose:#
Get live room gift user ranking
Parameters:#
rank_type: Leaderboard type, default is 30, no need to modify.
Return:#
[示例/Example]#
room_id = "7356585666190461731"
rank_type = 30Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location 'https://api.tikomni.com/api/u1/v1/douyin/web/fetch_live_gift_ranking?room_id=7356585666190461731&rank_type=undefined' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-11 22:47:42