GET /v1/weibo/app/fetch_hot_search
Get hot search
stable · 2 credits per success
Get Weibo hot search ranking, supports multiple categories.;category: Hot search category;- mineband: My hot search;- realtimehot: Realtime hot search (default);- social: Social hot search;- fun: Entertainment hot search;- technologynav: Technology hot search;- lifenav: Life hot search;- region: Local hot search (use region_name to specify city);- sportnav: Sports hot search;- gamenav: ACG hot se…
Request parameters
| Name | Type | In | Required | Description | Example |
|---|---|---|---|---|---|
| page | integer | query | no | 页码 | 1 |
| count | integer | query | no | 每页数量 | 20 |
| category | string | query | no | 热搜分类: mineband=我的, realtimehot=热搜, social=社会, fun=文娱, technologynav=科技, lifenav=生活, region=同城, sportnav=体育, gamenav=ACG | realtimehot |
| region_name | string | query | no | 同城热搜城市名称,仅 category=region 时有效,支持: 北京 | 北京 |
Response fields
Field dictionary coming soon — the executable panel shows the live shape.
Errors
| code | HTTP | Meaning | Billed |
|---|---|---|---|
| 40001 | 400 | Invalid parameters | no |
| 40102 | 401 | Invalid or revoked API Key | no |
| 40201 | 402 | Insufficient credits | no |
| 40402 | 404 | Resource not found | no |
| 42201 | 422 | Quality gate failed | no |
| 42901 | 429 | Rate limit exceeded | no |
| 50401 | 504 | Upstream timeout | no |
| 50201 | 502 | Upstream error | no |
Billing
Success costs 2 credits. Any failure — including a 200 from upstream that fails the quality gate — costs 0.