聚合解析

GET

全网短视频聚合解析

https://api.mymzf.com/api/video
https://api.mymzf.com/api/video?url=https://v.douyin.com/i8Upbh6w

请求参数

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://api.mymzf.com/api/video?url=${string}'

返回示例

{
  "code": 200,
  "msg": "成功",
  "data": {
    "author": {
      "name": "Angwik",
      "avatar": "https://p3.douyinpic.com/aweme/100x100/aweme-avatar/tos-cn-avt-0015_73fa42b4720e1c7fe512584c99984d3b.jpeg?from=327834062",
      "id": "xiaobailive520",
      "signature": "凡事过往,皆为序章!"
    },
    "music": {
      "title": "@Angwik创作的原声一Angwik",
      "author": "Angwik",
      "duration": 8,
      "url": ""
    },
    "count": {
      "like": 9,
      "comment": 4,
      "share": 0,
      "collect": 0
    },
    "desc": "愿你一生前程似锦!#日常手写",
    "cover": "https://p26-sign.douyinpic.com/tos-cn-i-0813c001/ca5bb043166b4b4993b39f899146a4aa~tplv-dy-resize-walign-adapt-aq:540:q75.webp?lk3s=138a59ce&x-expires=1778439600&x-signature=PYK9lFQMZbX3rRYeAbuVRUU3my4%3D&from=327834062&s=PackSourceEnum_DOUYIN_REFLOW&se=false&sc=cover&biz_tag=aweme_video&l=20260427035507C112B350FD96E34ACDCE",
    "tag": "#日常手写 ",
    "url": "https://www.douyin.com/aweme/v1/play/?video_id=v0300fg10000ch09943c77ufr9admmrg&ratio=1040p",
    "video": "https://www.douyin.com/aweme/v1/play/?video_id=v0300fg10000ch09943c77ufr9admmrg&ratio=1040p"
  }
}