Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

News 获取新闻列表

GET/POST /v1/web/arvow/news

  • =》
{
  "app_id": "xxx", //必填
  "lang": "en", //必填
  "tag": "News", //可选,默认为空,表示所有文章
  "limit": 10, //可选,每次拉取条数,默认为10,最大100
  "offset": 0 //可选,默认为0
}

注意:

tag 可以为:News, Article, Car, Technoloy, Game, Health, Business, Animal, Football

  • 《=
{
  "success": "OK",
  "data": {
    "lang": "ar",
    "total": 690,
    "list": [
      {
        "id": 676,
        "title": "رولز رويس سيلفر سيراف: من الرائد المعيب إلى الكلاسيكي الصاعد",
        "title_en": "Rolls-Royce Silver Siraph: from flawed flagship to rising classic",
        "wallpaper": "https://cdn.sve.cc/i/arvow/cover/27f321e3224046dca73084e4cd17f9c7-w=360.jpeg",
        "tags": ["Cars", "news"],
        "updated_at": 1750057622,
        "cover": "https://cdn.sve.cc/i/arvow/cover/27f321e3224046dca73084e4cd17f9c7-w=360.jpeg"
      }
    ]
  }
}