Doul
  1. 视频服务
Doul
  • 用户服务
    • 查询用户
      GET
    • 用户登陆
      POST
    • 用户注册
      POST
    • 关注操作
      POST
    • 关注列表
      GET
    • 粉丝列表
      GET
    • 注销登录
      GET
  • 视频服务
    • 视频流接口
      GET
    • 投稿接口
      POST
    • 发布列表
      GET
    • 赞操作
      POST
    • 喜欢列表
      GET
  • 评论服务
    • 新增评论
      POST
    • 获取评论
      GET
  1. 视频服务

视频流接口

测试中
GET
/douyin/feed

请求参数

Query 参数
latest_time
string 
必需
token
string 
必需

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '127.0.0.1:8094/douyin/feed?latest_time&token'

返回响应

🟢200成功
application/json
Body
status_code
integer 
必需
status_msg
string 
必需
next_time
integer 
必需
video_list
array [object {8}] 
必需
author
object 
必需
comment_count
integer 
必需
cover_url
string 
必需
favorite_count
integer 
必需
id
integer 
必需
is_favorite
boolean 
必需
play_url
string 
必需
title
string 
必需
示例
{
    "status_code": 0,
    "status_msg": "",
    "next_time": 42,
    "video_list": [
        {
            "author": {
                "follow_count": 0,
                "follower_count": 0,
                "id": 0,
                "is_follow": false,
                "name": ""
            },
            "comment_count": 0,
            "cover_url": "",
            "favorite_count": 0,
            "id": 0,
            "is_favorite": false,
            "play_url": "",
            "title": ""
        },
        {
            "author": {
                "follow_count": 0,
                "follower_count": 4,
                "id": 21,
                "is_follow": false,
                "name": "kb"
            },
            "comment_count": 1,
            "cover_url": "https://kauizhaotan.oss-cn-shanghai.aliyuncs.com/douyin/video/31_VID_20220608_010025.mp4?x-oss-process=video/snapshot,t_100,m_fast",
            "favorite_count": 4,
            "id": 31,
            "is_favorite": false,
            "play_url": "https://kauizhaotan.oss-accelerate.aliyuncs.com/douyin/video/31_VID_20220608_010025.mp4",
            "title": "希望与信念片段"
        },
        {
            "author": {
                "follow_count": 0,
                "follower_count": 4,
                "id": 19,
                "is_follow": false,
                "name": "kb"
            },
            "comment_count": 1,
            "cover_url": "https://kauizhaotan.oss-cn-shanghai.aliyuncs.com/douyin/video/31_190312143927981075.mp4?x-oss-process=video/snapshot,t_7000,m_fast",
            "favorite_count": 1,
            "id": 31,
            "is_favorite": false,
            "play_url": "https://kauizhaotan.oss-accelerate.aliyuncs.com/douyin/video/31_190312143927981075.mp4",
            "title": "地久天长"
        },
        {
            "author": {
                "follow_count": 0,
                "follower_count": 4,
                "id": 18,
                "is_follow": false,
                "name": "kb"
            },
            "comment_count": 1,
            "cover_url": "https://kauizhaotan.oss-cn-shanghai.aliyuncs.com/douyin/video/31_190309153658147087.mp4?x-oss-process=video/snapshot,t_100,m_fast",
            "favorite_count": 11,
            "id": 31,
            "is_favorite": false,
            "play_url": "https://kauizhaotan.oss-accelerate.aliyuncs.com/douyin/video/31_190309153658147087.mp4",
            "title": "喝茶"
        },
        {
            "author": {
                "follow_count": 0,
                "follower_count": 4,
                "id": 17,
                "is_follow": false,
                "name": "kb"
            },
            "comment_count": 1,
            "cover_url": "https://kauizhaotan.oss-cn-shanghai.aliyuncs.com/douyin/video/31_190318231014076505.mp4?x-oss-process=video/snapshot,t_100,m_fast",
            "favorite_count": 5,
            "id": 31,
            "is_favorite": false,
            "play_url": "https://kauizhaotan.oss-accelerate.aliyuncs.com/douyin/video/31_190318231014076505.mp4",
            "title": "功夫"
        },
        {
            "author": {
                "follow_count": 0,
                "follower_count": 4,
                "id": 15,
                "is_follow": false,
                "name": "kb"
            },
            "comment_count": 1,
            "cover_url": "https://kauizhaotan.oss-cn-shanghai.aliyuncs.com/douyin/video/31_190319104618910544.mp4?x-oss-process=video/snapshot,t_5000,m_fast",
            "favorite_count": 4,
            "id": 31,
            "is_favorite": false,
            "play_url": "https://kauizhaotan.oss-accelerate.aliyuncs.com/douyin/video/31_190319104618910544.mp4",
            "title": "希望与信念"
        },
        {
            "author": {
                "follow_count": 0,
                "follower_count": 1,
                "id": 13,
                "is_follow": false,
                "name": "tan"
            },
            "comment_count": 0,
            "cover_url": "https://kauizhaotan.oss-cn-shanghai.aliyuncs.com/douyin/video/5_VID_20210524_190810.mp4?x-oss-process=video/snapshot,t_5000,m_fast",
            "favorite_count": 9,
            "id": 5,
            "is_favorite": false,
            "play_url": "https://kauizhaotan.oss-accelerate.aliyuncs.com/douyin/video/5_VID_20210524_190810.mp4",
            "title": "南邮操场"
        },
        {
            "author": {
                "follow_count": 0,
                "follower_count": 1,
                "id": 12,
                "is_follow": false,
                "name": "tan"
            },
            "comment_count": 0,
            "cover_url": "https://kauizhaotan.oss-cn-shanghai.aliyuncs.com/douyin/video/5_Screenrecorder-2021-03-28-14-50-43-90.mp4?x-oss-process=video/snapshot,t_5000,m_fast",
            "favorite_count": 7,
            "id": 5,
            "is_favorite": false,
            "play_url": "https://kauizhaotan.oss-accelerate.aliyuncs.com/douyin/video/5_Screenrecorder-2021-03-28-14-50-43-90.mp4",
            "title": "测试视频"
        },
        {
            "author": {
                "follow_count": 0,
                "follower_count": 1,
                "id": 11,
                "is_follow": false,
                "name": "tan"
            },
            "comment_count": 3,
            "cover_url": "https://kauizhaotan.oss-cn-shanghai.aliyuncs.com/douyin/video/5_Screenrecorder-2021-03-28-14-50-48-130.mp4?x-oss-process=video/snapshot,t_5000,m_fast",
            "favorite_count": 8,
            "id": 5,
            "is_favorite": false,
            "play_url": "https://kauizhaotan.oss-accelerate.aliyuncs.com/douyin/video/5_Screenrecorder-2021-03-28-14-50-48-130.mp4",
            "title": "测试"
        }
    ]
}
修改于 2023-02-05 10:18:50
上一页
注销登录
下一页
投稿接口
Built with