获取视频播放列表下视频信息

更新时间:2021-11-9

接口描述
该接口用于获取视频播放列表下视频信息。
请求地址
https://spark.bokecc.com/api/playlist/get
请求方式
GET
请求参数

以下请求参数需要进行THQS权限认证, 权限认证方式请参考THQS认证方式

名称 类型 必填 描述
userid String 用户ID。
id String 播放列表ID。
page Integer 分页参数,页码,默认为1。取值范围:大于0的整数。
num_per_page Integer 分页参数,每页显示数量,默认为100。取值范围:1~之间的任意整数。
请求示例
https://spark.bokecc.com/api/playlist/get?id=xxx&page=1&time=1671184429122&userid=CC443A6686737xxx&hash=70E76A092B91E3B87765B8AD7C806B2E&num_per_page=100

返回数据

名称 类型 描述
total String 分页参数,总数。
page String 分页参数,页码。
num_per_page String 分页参数,每页显示数量。
vdieos Array 视频信息。

vdieos说明

名称 类型 描述
id String 视频ID。
duration String 视频时长,单位:秒。
title String 视频标题。
tags String 视频标签。
desp String 视频描述。
uploadtime String 上传时间,格式为:yyyy-MM-dd HH:mm:ss。

返回示例

  {
      "result": "OK",
      "data": {
          "total": 53,
          "videos": [
              {
                  "title": "视频1",
                  "duration": 389,
                  "id": "F7B3691122208BC80498CE11222F53F5",
                  "tags": " ",
                  "desp": "batch import",
                  "uploadtime": "2021-11-03 18:07:33"
              },
              {
                  "title": "视频2",
                  "duration": 15,
                  "id": "F6A012210CF1993A0498123AAF1F53F5",
                  "tags": " ",
                  "desp": "batch import",
                  "uploadtime": "2021-10-28 17:06:31"
              },
              {
                  "title": "视频3",
                  "duration": 15,
                  "id": "F61111420CF1993A3335109F9F77F2A8",
                  "tags": " ",
                  "desp": "batch import",
                  "uploadtime": "2021-10-28 17:06:31"
              }
          ],
          "page": 10,
          "num_per_page": 6
      }
  }

results matching ""

    No results matching ""