获取热门搜索信息/Get hot search data
[中文]#
用途:#
参数:#
返回:#
说明:#
[English]#
Purpose:#
Parameters:#
Return:#
Note:#
limit default is 10, maximum is 50
[示例/Example]#
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/bilibili/web/fetch_hot_search?limit=10' \
--header 'Authorization: Bearer <token>'
Modified at 2026-08-13 21:36:23