视频流
开发中
GET
/douyin/feed/
最后修改时间:2022-07-17 22:44:49
请求参数
Query 参数
token
string
可选
latest_time
string
可选
Body 参数multipart/form-data
object {0}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/douyin/feed/'
返回响应
🟢200成功
application/json
Body
status_code
integer
必需
status_msg
string
必需
video_list
array [object {8}]
可选
id
integer
必需
author
object
必需
play_url
string
必需
cover_url
string
必需
favorite_count
integer
可选
comment_count
integer
可选
is_favorite
boolean
可选
title
string
必需
next_time
integer
可选
示例
{
"status_code": 0,
"status_msg": "query video feed success",
"video_list": [
{
"id": 1,
"author": {
"id": 2,
"name": "Tom",
"follow_count": 1,
"follower_count": 0,
"is_follow": false
},
"play_url": "https://www.w3schools.com/html/movie.mp4",
"cover_url": "https://cdn.pixabay.com/photo/2016/03/27/18/10/bear-1283347_1280.jpg",
"favorite_count": 3,
"comment_count": 2,
"is_favorite": true,
"title": "bear"
},
{
"id": 2,
"author": {
"id": 2,
"name": "Tom",
"follow_count": 1,
"follower_count": 0,
"is_follow": false
},
"play_url": "https://www.w3schools.com/html/mov_bbb.mp4",
"cover_url": "https://picjumbo.com/wp-content/uploads/lonely-alcatraz-island-in-the-middle-of-san-francisco-bay-free-photo-2210x1474.jpg",
"favorite_count": 100,
"comment_count": 440,
"is_favorite": false,
"title": "w"
}
],
"next_time": 1654605984821
}
修改于 2022-07-17 22:44:49