[中文]#
用途:#
参数:#
cookie: 用户自行提供的Cookie,推荐使用自己的抖音Cookie,否则在翻页时可能会出现数据重复的问题
返回:#
[English]#
Purpose:#
Parameters:#
count: Number per page, default is 16
refresh_index: Paging index, default is 1
cookie: User provided Cookie, it is recommended to use your own Douyin Cookie, otherwise there may be a problem of data duplication when paging
Return:#
Request
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_game_aweme?count=16&refresh_index=undefined&cookie=undefined' \
--header 'Authorization: Bearer <token>'
Modified at 2026-06-11 22:47:42