1. 杂项
vtbCat
  • 直播相关
    • README
    • 观众
      • 查询用户粉丝牌列表
      • 查询用户事件
      • 用户空间
    • 主播
      • 主播空间
      • 主播动态
      • 主播历史签名
      • 直播场次
    • 直播详情
      • 直播事件
      • 场次信息
      • 同接趋势
    • 搜索
      • 搜索主播/观众
  • 杂项
    • 动态
      GET
    • 用户基本信息
      GET
  1. 杂项

动态

Developing
GET
/dynamics
全站用户动态,不定时更新

Request

Query Params

Responses

🟢200成功
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vtb.cat/dynamics?mid=1125641408'
Response Response Example
{
    "data": [
        {
            "UID": 0,
            "Images": "string",
            "Forward": 0,
            "CommentType": 0,
            "RawResponse": "string",
            "IDStr": "string",
            "Type": "string",
            "BV": "string",
            "Comments": 0,
            "CreateAt": "string",
            "CommentID": 0,
            "ForwardFrom": 0,
            "Forwarded": true,
            "Top": true,
            "UName": "string",
            "Face": "string",
            "Title": "string",
            "Text": "string",
            "ID": 0,
            "Like": 0
        }
    ],
    "ttl": 0
}
Modified at 2026-04-01 10:25:00
Previous
搜索主播/观众
Next
用户基本信息
Built with