Explore Article 随机获取文章列表

GET/POST /v1/web/article/explore

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "en", //必填
  "classify": 0, //选填,默认为0,0表示所有,可以单个使用(支持按位或操作查询)
  "category": "xxx", //选填,默认为空
  "sub": "xxx", //选填,默认为空
  "site_id": 1002, //选填,默认为0, 表示所有
  "status": 0, //选填,默认为0,0表示所有,其它数值可以单个、按位或使用
  "limit": 10  //选填,每次拉取条数,为空时,默认为10,最大100
}
  1. 随机返回limit条
  2. 前5条带有视频的文章
  • 《=
{
  "success": "OK",
  "data": {
    "lang": "ar",
    "list": [{
      "id": 1954,
      "title": "The Enigmatic Broad-Billed Motmot: Exploring its Mystery and Elegance",
      "alias": "هازجة صائد الذباب الغامضة واسعة المنقار: استكشاف سره وأناقته",
      "on_screen": "هازجة صائد الذباب الغامضة واسعة المنقار: استكشاف سره وأناقته",
      "slug": "the-enigmatic-broad-billed-motmot-exploring-its-mystery-and-elegance",
      "cover": "https://wallpaper.lockscreen.cc/i/u/20230914/202309141315075835.png",
      "category": "Animals",
      "sub": "Birds",
      "summary":"xxx",
      "author": {
        "id": 1015,
        "name": "Fatfa Hussein Muhammad",
        "alias": "تسنيم علياء",
        "avatar": "https://oa.sve.cc/i/en/avatar/20240408/202404081236123712.webp"
      },
      "publish_at": 1699852537,
      "video": {
        "id": 1039,
        "title": "The fiber content in brown bread is four times higher than in white bread.",
        "alias": "محتوى الألياف في الخبز الأسمر أعلى أربع مرات من الخبز الأبيض.",
        "slug": "the-fiber-content-in-brown-bread-is-four-times-higher-than-in-white-bread",
        "cover_url": "https://oa.sve.cc/i/ar/video/20240516/202405161559424831.webp",
        "video_url": "https://oa.sve.cc/i/ar/video/20240516/202405161604057816.mp4"
      }
    }]
  }
}