羽棠小屋 API
  1. 视频video
羽棠小屋 API
  • 视频video
    • 获取抖音视频的真实链接
      GET
    • 抖音解析
      POST
    • B站用户详细信息
      GET
    • B站链接解析
      GET
    • B站链接解析重要字段
      GET
  1. 视频video

抖音解析

POST
https://yutangxiaowu.cn:4001/douyin/parse

请求参数

Body 参数application/json必填

示例
{
    "url": "https://v.douyin.com/cGLJwtOClZo/"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://yutangxiaowu.cn:4001/douyin/parse' \
--header 'Content-Type: application/json' \
--data-raw '{
    "url": "https://v.douyin.com/cGLJwtOClZo/"
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "title": "string",
    "create_time": 0,
    "video_data": {
        "collect_count": 0,
        "comment_count": 0,
        "like_count": 0,
        "recommend_count": 0,
        "share_count": 0
    },
    "author": {
        "name": "string",
        "avatar": [
            "http://example.com"
        ],
        "douyin_number": "string"
    },
    "music": {
        "name": "string",
        "author": "string",
        "image": [
            "http://example.com"
        ],
        "file_url": [
            "http://example.com"
        ]
    },
    "image": [
        "http://example.com"
    ],
    "video": [
        {
            "FPS": 0,
            "definition": "string",
            "file_size": 0,
            "height": 0,
            "width": 0,
            "file_url": [
                "http://example.com"
            ]
        }
    ]
}
修改于 2026-02-24 10:20:24
上一页
获取抖音视频的真实链接
下一页
B站用户详细信息
Built with