/v1/category
A themed Baidu trending board
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/baiduhot-api/v1/category" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/baiduhot-api/v1/category", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/baiduhot-api/v1/category");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/baiduhot-api/v1/category",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"note": "One of Baidu's themed trending boards (movie, teleplay, novel, game, car, finance), ranked by heat the same way as the realtime board — each entry with its rank, word, heat_score, hot_change, hot_tag and description. Words and descriptions are Chinese as Baidu publishes them. Live, cached ~5m.",
"board": "movie",
"count": 10,
"source": "Baidu public top-board endpoint (top.baidu.com/api/board), keyless",
"trending": [
{
"rank": 1,
"word": "寒战1994",
"is_top": false,
"hot_tag": null,
"hot_score": 96438,
"hot_change": null,
"search_url": "https://www.baidu.com/s?wd=%E5%AF%92%E6%88%981994+%E7%94%B5%E5%BD%B1&sa=fyb_movie_all_all&rsv_dl=fyb_movie_all_all",
"description": "1994年,香港回归前夕,政治部即将解散。一宗富商绑架案,让热血正义的李文彬(刘俊谦 饰)与冷血野心家蔡元祺(吴彦祖 饰),在警界掀起一场暗潮涌动的权力较量。"
},
{
"rank": 2,
"word": "10间敢死队",
"is_top": false,
"hot_tag": null,
"hot_score": 89672,
"hot_change": null,
"search_url": "https://www.baidu.com/s?wd=10%E9%97%B4%E6%95%A2%E6%AD%BB%E9%98%9F+%E7%94%B5%E5%BD%B1&sa=fyb_movie_all_all&rsv_dl=fyb_movie_all_all",
"description": "当一个一心求死的人,遇上一群拼命想活的人,他在这份滚烫的生命力里豁然醒悟—勇敢活!放肆笑!"
},
{
"rank": 3,
"word": "消失的人",
"is_top": false,
"hot_tag": null,
"hot_score": 86849,
"hot_change": null,
"search_url": "https://www.baidu.com/s?wd=%E6%B6%88%E5%A4%B1%E7%9A%84%E4%BA%BA+%E7%94%B5%E5%BD%B1&sa=fyb_movie_all_all&rsv_dl=fyb_movie_all_all",
"description": "同一个小区里,儿童失踪、深夜入侵、尸体藏匿,三起看似无关的谜案,竟指向一个真相!。"
},
{
"rank": 4,
"word": "迈克尔·杰克逊:巨星之路",
"is_top": false,
"hot_tag": null,
"hot_score": 73899,
"hot_change": null,
"search_url": "https://www.baidu.com/s?wd=%E8%BF%88%E5%85%8B%E5%B0%94%C2%B7%E6%9D%B0%E5%85%8B%E9%80%8A%EF%BC%9A%E5%B7%A8%E6%98%9F%E4%B9%8B%E8%B7%AF+%E7%94%B5%E5%BD%B1&sa=fyb_movie_all_all&rsv_dl=fyb_movie_all_all",
"description": "本片通过一段从未展现过的深度视角,真实记录传奇巨星迈克尔•杰克逊的复杂人生。"
},
{
"rank": 5,
"word": "纵横四海",
"is_top": false,
"hot_tag": null,
"hot_score": 71990,
"hot_change": null,
"search_url": "https://www.baidu.com/s?wd=%E7%BA%B5%E6%A8%AA%E5%9B%9B%E6%B5%B7+%E7%94%B5%E5%BD%B1&sa=fyb_movie_all_all&rsv_dl=fyb_movie_all_all",
"description": "周润发x张国荣×钟楚红“黄金三角”绝版同框,看盗画三人组侠骨浪漫,四海纵横!35年等一回!"
},
{
"rank": 6,
"word": "三心两意",
…