Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
{
"code": 200,
"data": {
"data": [
{
"word": "热搜关键词/Hot search keyword",
"word_scheme": "关键词链接/Keyword link",
"flag": "标识类型/Flag type",
"flag_desc": "标识描述/Flag description",
"star_word": "是否明星话题/Is celebrity topic",
"ad_info": "广告信息/Ad information",
"num": "热度值/Popularity value",
"rank": "排名/Rank"
}
]
}
}
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_hot_search_index' \
--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": "2025-09-16 03:14:36",
"time_stamp": 1758017676,
"time_zone": "America/Los_Angeles",
"docs": "string",
"router": "",
"params": {},
"data": null
}