Explore Youtube 探索Youtube列表

GET/POST /v1/web/youtube/explore

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "en", //必填
  "status": 0, //选填,默认为0,0表示所有,其它数值可以单个、按位或使用
  "latest": 0, //选填,默认为 0, 0 表示所有 (获取latest之后更新的内容)
  "fixed": 7 //选填,默认为 7,首次请求时固定最新的多少条(其余随机)
}
  • 《=
{
  "success": "OK",
  "data": {
    "lang": "ar",
    "lastest": 1718364250,
    "ids": [1069,1068,1063]
  }
}