Detail Article 获取文章详情

POST /v1/web/article/detail

  • =》
{ 
  "app_id": "xxx", //必填
  "lang": "en", //必填
  "id": 1430 //必填
}
  • 《=
{
  "success": "OK",
  "data": {
    "id": 1430,
    "category": "Entertainment",
    "sub": "Music",
    "title": "\"Permission to Dance\": BTS' Uplifting and Feel-Good Anthem for Fans Worldwide",
    "alias": "\"Permission to Dance\": BTS' Uplifting and Feel-Good Anthem for Fans Worldwide",
    "on_screen": "xxx",
    "slug": "permission-to-dance-bts-uplifting-and-feel-good-anthem-for-fans-worldwide",
    "cover": "https://editorial.sve.cc/i/u/20230701/202307011557364962.png",
    "via": "photo:youtube",
    "tags": "pop star,BTS,Permission to Dance",
    "tags_alias": "aaa,bbb",
    "keywords":"aaa,bbb",
    "summary": "",
    "author": {
      "id": 1015,
      "name": "Fatfa Hussein Muhammad",
      "alias": "تسنيم علياء",
      "avatar": "https://oa.sve.cc/i/en/avatar/20240408/202404081236123712.webp"
    },
    "publish_at": 1698566353,
    "lang": "ar",
    "paragraphs": [{
      "title": "xxx",
      "alias": "",
      "image": "https://editorial.sve.cc/i/u/20230701/202307011559434817.png",
      "via": "photo:youtube",
      "url": "https://www.youtube.com/watch?v=CuklIb9d3fI",
      "content": "In a world constantly grappling with uncertainties and challenges, music has the remarkable ability to unite hearts and provide solace. It is within this context that BTS, the sensational South Korean boy band, released their uplifting and feel-good anthem, \"Permission to Dance.\" This song transcends language barriers, bringing joy and inspiration to their diverse fan base spread across the globe. With the power of their music, BTS continues to prove why they are a force to be reckoned with, radiating positivity and spreading love wherever they go."
    }],
    "video": {
      "id": 1071,
      "title": "Rio de Janeiro: a city of magic and charisma",
      "alias": "ريو دي جانيرو: مدينة السحر والكاريزما",
      "slug": "rio-de-janeiro-a-city-of-magic-and-charisma",
      "cover_url": "https://oa.sve.cc/i/ar/video/20240620/202406201837172305.webp",
      "video_url": "https://oa.sve.cc/i/ar/video/20240620/202406201838022521.mp4",
      "remark": "ريو دي جانيرو: مدينة السحر والكاريزما",
      "updated_at": 1718879898
    },
    "youtube": {
      "id": 1063,
      "url": "https://youtu.be/RQfX5QtpjeM",
      "updated_at": 1722066494
    }
  }
}
  • 注意

如果Article没有与video或youtube关联,video或youtube节点将不会出现!