MoreAPI
首页官方网站源码购买推荐服务器MoreAPI_PRO接口文档
首页官方网站源码购买推荐服务器MoreAPI_PRO接口文档
  1. 微博API
  • MoreAPI开放接口说明
  • 更新记录
  • 用户
    • 用户注册
      POST
    • 激活账号
      POST
    • 用户登录
      POST
    • 重置密码
      POST
  • 抖音API
    • 获取视频详情
      POST
    • 获取视频详情 V3
      POST
    • 获取视频详情 V2
      POST
    • 获取用户信息
      POST
    • 获取用户信息 _V2
      POST
    • 获取直播间信息与视频流直链
      POST
    • 获取视频一级评论
      POST
    • 获取视频子评论
      POST
    • 综合搜索
      POST
    • 获取开放直播间用户列表
      POST
    • 搜索话题
      POST
    • 获取话题视频
      POST
    • 获取视频弹幕
      POST
    • 搜索用户
      POST
    • 搜索用户V2
      POST
    • 搜索用户V3
      POST
    • 搜索直播用户
      POST
    • 获取视频短连接
      POST
    • 检查是否可投放DOU+
      POST
    • 生成视频抖音码
      POST
    • 获取用户主页发布
      POST
    • 获取西瓜视频详情
      POST
    • 获取直播间商品列表
      POST
    • 搜索视频
      POST
    • 搜索视频V2
      POST
    • 获取用户最新作品
      POST
    • 获取用户最新作品V2
      POST
    • 获取用户合集
      POST
    • 获取合集视频列表
      POST
    • 搜索用户指定作品
      POST
    • 用户喜欢的作品
      POST
  • TikTok
    • 获取视频详情
    • 获取用户详情
    • 获取视频一级评论
    • 获取视频二级评论
  • 快手API
    • 获取视频详情
    • 获取视频详情V2
    • 获取用户发布
    • 获取视频评论
    • 搜索视频
    • 获取话题相关
    • 获取用户基本信息
    • 获取视频短链
    • 获取视频评论V2
  • 小红书API
    • 创作者相关接口
      • 发布图文笔记
      • 发布视频笔记
      • 获取@用户列表
      • 获取话题列表
      • 笔记评论
      • 删除笔记评论
      • 评论用户
      • 关注用户
      • 取消关注用户
      • 收藏笔记
      • 取消收藏笔记
      • 点赞笔记
      • 点赞评论
      • 取消点赞评论
      • 取消点赞笔记
    • 获取笔记详情
    • 获取用户信息
    • 获取用户笔记
    • 获取笔记评论
    • 获取笔记子评论
    • 搜索笔记
    • 搜索用户
    • 搜索话题
    • 获取主页推荐
    • 获取话题相关笔记
    • 搜索联想关键词
  • 微博API
    • 获取用户信息
      POST
    • 获取用户发布
      POST
    • 获取微博详情
      POST
    • 获取微博评论
      POST
    • 获取微博子评论
      POST
    • 获取话题详情
      POST
    • 获取话题数据
      POST
    • 获取短视频信息
      POST
    • 搜索
      POST
    • 获取用户视频列表
      POST
  • 哔哩哔哩API
    • 获取视频信息
    • 视频下载
    • 视频下载V2
    • 获取用户所有动态
    • 搜索数据
    • 获取视频评论
  • 榜单API
    • 抖音热点分类
    • 抖音实时上升热点榜
    • 抖音城市列表
    • 抖音同城热点榜单
    • 抖音实时挑战榜
    • 抖音热点总榜
    • 抖音榜单相关视频
    • 抖音用户粉丝画像
    • 抖音用户粉丝兴趣
    • 抖音视频点赞观众画像
    • 抖音视频榜单
  • youtube
    • 获取视频信息
    • 获取视频评论
    • 搜索数据
    • 获取频道播放列表
    • 获取播放列表视频
  • cookie池
    • 新增小红书cookie
    • 获取小红书cookie 
    • 删除小红书指定cookie
    • 删除小红书指定cookie
  • Lemon8
    • 获取作品详情
    • 获取用户信息
    • 获取用户发布列表
  1. 微博API

获取用户视频列表

POST
https://pro.moreapi.wouldmissyou.com/api/weibo/user_video
最后修改时间:2024-06-05 05:52:28

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Body 参数application/json
uid
string 
必需
share_text
string 
必需
cursor
string 
必需
示例
{
    "uid":"3764009732",
    "share_text":"",
    "cursor":"0"
}

示例代码

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://pro.moreapi.wouldmissyou.com/api/weibo/user_video' \
--header 'Content-Type: application/json' \
--data-raw '{
    "uid":"3764009732",
    "share_text":"",
    "cursor":"0"
}'

返回响应

🟢200成功
application/json
Body
code
integer 
必需
msg
string 
必需
data
object 
必需
data
object 
必需
ok
integer 
必需
示例
{
    "code": 0,
    "msg": "string",
    "data": {
        "data": {
            "list": [
                {
                    "visible": {
                        "type": 0,
                        "list_id": 0
                    },
                    "created_at": "string",
                    "id": 0,
                    "idstr": "string",
                    "mid": "string",
                    "mblogid": "string",
                    "user": {
                        "id": 0,
                        "idstr": "string",
                        "pc_new": 0,
                        "screen_name": "string",
                        "profile_image_url": "string",
                        "profile_url": "string",
                        "verified": true,
                        "verified_type": 0,
                        "domain": "string",
                        "weihao": "string",
                        "verified_type_ext": 0,
                        "status_total_counter": {
                            "total_cnt_format": "string",
                            "comment_cnt": "string",
                            "repost_cnt": "string",
                            "like_cnt": "string",
                            "total_cnt": "string"
                        },
                        "avatar_large": "string",
                        "avatar_hd": "string",
                        "follow_me": true,
                        "following": true,
                        "mbrank": 0,
                        "mbtype": 0,
                        "v_plus": 0,
                        "planet_video": true,
                        "icon_list": [
                            {
                                "type": "string",
                                "data": {
                                    "mbrank": 0,
                                    "mbtype": 0,
                                    "svip": 0,
                                    "vvip": 0
                                }
                            }
                        ]
                    },
                    "can_edit": true,
                    "text_raw": "string",
                    "textLength": 0,
                    "annotations": [
                        null
                    ],
                    "source": "string",
                    "favorited": true,
                    "rid": "string",
                    "cardid": "string",
                    "pic_ids": [
                        "string"
                    ],
                    "pic_num": 0,
                    "is_paid": true,
                    "pic_bg_new": "string",
                    "mblog_vip_type": 0,
                    "number_display_strategy": {
                        "apply_scenario_flag": 0,
                        "display_text_min_number": 0,
                        "display_text": "string"
                    },
                    "reposts_count": 0,
                    "comments_count": 0,
                    "attitudes_count": 0,
                    "attitudes_status": 0,
                    "continue_tag": {
                        "title": "string",
                        "pic": "string",
                        "scheme": "string"
                    },
                    "isLongText": true,
                    "mlevel": 0,
                    "content_auth": 0,
                    "is_show_bulletin": 0,
                    "comment_manage_info": {
                        "comment_permission_type": 0,
                        "approval_comment_type": 0,
                        "comment_sort_type": 0
                    },
                    "share_repost_type": 0,
                    "topic_struct": [
                        {
                            "title": "string",
                            "topic_url": "string",
                            "topic_title": "string",
                            "actionlog": {
                                "act_type": 0,
                                "act_code": 0,
                                "oid": "string",
                                "uuid": 0,
                                "cardid": "string",
                                "lcardid": "string",
                                "uicode": "string",
                                "luicode": "string",
                                "fid": "string",
                                "lfid": "string",
                                "ext": "string"
                            }
                        }
                    ],
                    "mblogtype": 0,
                    "showFeedRepost": true,
                    "showFeedComment": true,
                    "pictureViewerSign": true,
                    "showPictureViewer": true,
                    "rcList": [
                        null
                    ],
                    "mix_media_info": {
                        "items": [
                            {
                                "type": "string",
                                "id": "string",
                                "data": {
                                    "thumbnail": {
                                        "url": "string",
                                        "width": 0,
                                        "height": 0,
                                        "cut_type": 0,
                                        "type": null
                                    },
                                    "bmiddle": {
                                        "url": "string",
                                        "width": 0,
                                        "height": 0,
                                        "cut_type": 0,
                                        "type": null
                                    },
                                    "large": {
                                        "url": "string",
                                        "width": 0,
                                        "height": 0,
                                        "cut_type": 0,
                                        "type": null
                                    },
                                    "original": {
                                        "url": "string",
                                        "width": 0,
                                        "height": 0,
                                        "cut_type": 0,
                                        "type": null
                                    },
                                    "largest": {
                                        "url": "string",
                                        "width": 0,
                                        "height": 0,
                                        "cut_type": 0,
                                        "type": null
                                    },
                                    "mw2000": {
                                        "url": "string",
                                        "width": 0,
                                        "height": 0,
                                        "cut_type": 0,
                                        "type": null
                                    },
                                    "largecover": {
                                        "url": "string",
                                        "width": 0,
                                        "height": 0,
                                        "cut_type": 0,
                                        "type": null
                                    },
                                    "object_id": "string",
                                    "pic_id": "string",
                                    "photo_tag": 0,
                                    "type": "string",
                                    "pic_status": 0,
                                    "page_id": "string",
                                    "object_type": "string",
                                    "content1": "string",
                                    "content2": "string",
                                    "act_status": 0,
                                    "media_info": {
                                        "name": "string",
                                        "stream_url": "string",
                                        "stream_url_hd": "string",
                                        "format": "string",
                                        "h5_url": "string",
                                        "mp4_sd_url": "string",
                                        "mp4_hd_url": "string",
                                        "h265_mp4_hd": "string",
                                        "h265_mp4_ld": "string",
                                        "inch_4_mp4_hd": "string",
                                        "inch_5_mp4_hd": "string",
                                        "inch_5_5_mp4_hd": "string",
                                        "mp4_720p_mp4": "string",
                                        "hevc_mp4_720p": "string",
                                        "prefetch_type": 0,
                                        "prefetch_size": 0,
                                        "act_status": 0,
                                        "protocol": "string",
                                        "media_id": "string",
                                        "origin_total_bitrate": 0,
                                        "video_orientation": "string",
                                        "duration": 0,
                                        "forward_strategy": 0,
                                        "search_scheme": "string",
                                        "is_short_video": 0,
                                        "vote_is_show": 0,
                                        "belong_collection": 0,
                                        "titles_display_time": "string",
                                        "show_progress_bar": 0,
                                        "show_mute_button": true,
                                        "ext_info": {
                                            "video_orientation": "string"
                                        },
                                        "next_title": "string",
                                        "kol_title": "string",
                                        "play_completion_actions": [
                                            {
                                                "type": "string",
                                                "icon": "string",
                                                "text": "string",
                                                "link": "string",
                                                "btn_code": 0,
                                                "show_position": 0,
                                                "actionlog": {
                                                    "oid": "string",
                                                    "act_code": 0,
                                                    "act_type": 0,
                                                    "source": "string",
                                                    "ext": "string"
                                                },
                                                "display_mode": 0,
                                                "display_starttime": 0,
                                                "display_endtime": 0,
                                                "countdown_time": 0,
                                                "scheme": "string",
                                                "ext": {
                                                    "uid": "string",
                                                    "user_name": "string",
                                                    "followers_count": 0,
                                                    "verified": true,
                                                    "verified_type": 0,
                                                    "verified_reason": "string",
                                                    "level": 0
                                                },
                                                "display_type": 0
                                            }
                                        ],
                                        "video_publish_time": 0,
                                        "play_loop_type": 0,
                                        "author_mid": "string",
                                        "author_name": "string",
                                        "extra_info": {
                                            "sceneid": "string"
                                        },
                                        "video_download_strategy": {
                                            "abandon_download": 0
                                        },
                                        "jump_to": 0,
                                        "big_pic_info": {
                                            "pic_big": {
                                                "height": 0,
                                                "url": "string",
                                                "width": 0
                                            },
                                            "pic_small": {
                                                "height": 0,
                                                "url": "string",
                                                "width": 0
                                            },
                                            "pic_middle": {
                                                "height": 0,
                                                "url": "string",
                                                "width": 0
                                            }
                                        },
                                        "online_users": "string",
                                        "online_users_number": 0,
                                        "ttl": 0,
                                        "storage_type": "string"
                                    },
                                    "page_pic": "string",
                                    "page_title": "string",
                                    "page_url": "string",
                                    "pic_info": {
                                        "pic_big": {
                                            "height": "string",
                                            "url": "string",
                                            "width": "string"
                                        },
                                        "pic_small": {
                                            "height": "string",
                                            "url": "string",
                                            "width": "string"
                                        },
                                        "pic_middle": {
                                            "url": "string",
                                            "height": "string",
                                            "width": "string"
                                        }
                                    },
                                    "oid": "string",
                                    "type_icon": "string",
                                    "author_id": "string",
                                    "authorid": "string",
                                    "warn": "string",
                                    "short_url": "string",
                                    "focus_point": {
                                        "left": 0,
                                        "top": 0,
                                        "width": 0,
                                        "height": 0
                                    }
                                },
                                "scheme": "string",
                                "actionlog": [
                                    null
                                ]
                            }
                        ]
                    },
                    "analysis_extra": "string",
                    "readtimetype": "string",
                    "text": "string",
                    "region_name": "string",
                    "customIcons": [
                        null
                    ],
                    "snap_video_state": "string",
                    "pic_focus_point": [
                        {
                            "focus_point": {
                                "left": 0,
                                "top": 0,
                                "width": 0,
                                "height": 0
                            },
                            "pic_id": "string"
                        }
                    ],
                    "edit_count": 0,
                    "url_struct": [
                        {
                            "url_title": "string",
                            "url_type_pic": "string",
                            "ori_url": "string",
                            "page_id": "string",
                            "short_url": "string",
                            "long_url": "string",
                            "url_type": 0,
                            "result": true,
                            "actionlog": {
                                "act_type": 0,
                                "act_code": 0,
                                "oid": "string",
                                "uuid": 0,
                                "cardid": "string",
                                "lcardid": "string",
                                "uicode": "string",
                                "luicode": "string",
                                "fid": "string",
                                "lfid": "string",
                                "ext": "string"
                            },
                            "storage_type": "string",
                            "hide": 0,
                            "object_type": "string",
                            "ttl": 0,
                            "h5_target_url": "string",
                            "need_save_obj": 0
                        }
                    ],
                    "page_info": {
                        "type": "string",
                        "page_id": "string",
                        "object_type": "string",
                        "object_id": "string",
                        "content1": "string",
                        "content2": "string",
                        "act_status": 0,
                        "media_info": {
                            "name": "string",
                            "stream_url": "string",
                            "stream_url_hd": "string",
                            "format": "string",
                            "h5_url": "string",
                            "mp4_sd_url": "string",
                            "mp4_hd_url": "string",
                            "h265_mp4_hd": "string",
                            "h265_mp4_ld": "string",
                            "inch_4_mp4_hd": "string",
                            "inch_5_mp4_hd": "string",
                            "inch_5_5_mp4_hd": "string",
                            "mp4_720p_mp4": "string",
                            "hevc_mp4_720p": "string",
                            "prefetch_type": 0,
                            "prefetch_size": 0,
                            "act_status": 0,
                            "protocol": "string",
                            "media_id": "string",
                            "origin_total_bitrate": 0,
                            "video_orientation": "string",
                            "duration": 0,
                            "forward_strategy": 0,
                            "search_scheme": "string",
                            "is_short_video": 0,
                            "vote_is_show": 0,
                            "belong_collection": 0,
                            "titles_display_time": "string",
                            "show_progress_bar": 0,
                            "show_mute_button": true,
                            "ext_info": {
                                "video_orientation": "string"
                            },
                            "next_title": "string",
                            "kol_title": "string",
                            "play_completion_actions": [
                                {
                                    "type": "string",
                                    "icon": "string",
                                    "text": "string",
                                    "link": "string",
                                    "btn_code": 0,
                                    "show_position": 0,
                                    "actionlog": {
                                        "oid": "string",
                                        "act_code": 0,
                                        "act_type": 0,
                                        "source": "string",
                                        "ext": "string"
                                    },
                                    "display_mode": 0,
                                    "display_starttime": 0,
                                    "display_endtime": 0,
                                    "countdown_time": 0,
                                    "scheme": "string",
                                    "ext": {
                                        "uid": "string",
                                        "user_name": "string",
                                        "followers_count": 0,
                                        "verified": true,
                                        "verified_type": 0,
                                        "verified_reason": "string",
                                        "level": 0
                                    },
                                    "display_type": 0
                                }
                            ],
                            "video_publish_time": 0,
                            "play_loop_type": 0,
                            "author_mid": "string",
                            "author_name": "string",
                            "extra_info": {
                                "sceneid": "string"
                            },
                            "video_download_strategy": {
                                "abandon_download": 0
                            },
                            "jump_to": 0,
                            "big_pic_info": {
                                "pic_big": {
                                    "height": 0,
                                    "url": "string",
                                    "width": 0
                                },
                                "pic_small": {
                                    "height": 0,
                                    "url": "string",
                                    "width": 0
                                },
                                "pic_middle": {
                                    "height": 0,
                                    "url": "string",
                                    "width": 0
                                }
                            },
                            "online_users": "string",
                            "online_users_number": 0,
                            "ttl": 0,
                            "storage_type": "string",
                            "playback_list": [
                                {
                                    "meta": {
                                        "label": "string",
                                        "quality_index": 0,
                                        "quality_desc": "string",
                                        "quality_label": "string",
                                        "quality_class": "string",
                                        "type": 0,
                                        "quality_group": 0,
                                        "is_hidden": true
                                    },
                                    "play_info": {
                                        "type": 0,
                                        "mime": "string",
                                        "protocol": "string",
                                        "label": "string",
                                        "url": "string",
                                        "bitrate": 0,
                                        "prefetch_range": "string",
                                        "video_codecs": "string",
                                        "fps": 0,
                                        "width": 0,
                                        "height": 0,
                                        "size": 0,
                                        "duration": 0,
                                        "sar": "string",
                                        "audio_codecs": "string",
                                        "audio_sample_rate": 0,
                                        "quality_label": "string",
                                        "quality_class": "string",
                                        "quality_desc": "string",
                                        "audio_channels": 0,
                                        "audio_sample_fmt": "string",
                                        "audio_bits_per_sample": 0,
                                        "watermark": "string",
                                        "extension": {
                                            "transcode_info": {
                                                "pcdn_rule_id": 0,
                                                "pcdn_jank": 0,
                                                "origin_video_dr": "string",
                                                "ab_strategies": "string"
                                            }
                                        },
                                        "video_decoder": "string",
                                        "prefetch_enabled": true,
                                        "tcp_receive_buffer": 0,
                                        "dolby_atmos": true,
                                        "color_transfer": "string",
                                        "stereo_video": 0,
                                        "first_pkt_end_pos": 0,
                                        "col": 0,
                                        "row": 0,
                                        "interval": 0,
                                        "offset": 0,
                                        "urls": [
                                            "string"
                                        ]
                                    }
                                }
                            ]
                        },
                        "page_pic": "string",
                        "page_title": "string",
                        "page_url": "string",
                        "pic_info": {
                            "pic_big": {
                                "height": "string",
                                "url": "string",
                                "width": "string"
                            },
                            "pic_small": {
                                "height": "string",
                                "url": "string",
                                "width": "string"
                            },
                            "pic_middle": {
                                "url": "string",
                                "height": "string",
                                "width": "string"
                            }
                        },
                        "oid": "string",
                        "type_icon": "string",
                        "author_id": "string",
                        "authorid": "string",
                        "warn": "string",
                        "actionlog": {
                            "act_type": 0,
                            "act_code": 0,
                            "lcardid": "string",
                            "fid": "string",
                            "mid": "string",
                            "oid": "string",
                            "uuid": 0,
                            "source": "string",
                            "ext": "string"
                        },
                        "short_url": "string"
                    },
                    "tag_struct": [
                        {
                            "tag_name": "string",
                            "oid": "string",
                            "tag_type": 0,
                            "tag_hidden": 0,
                            "tag_scheme": "string",
                            "url_type_pic": "string",
                            "actionlog": {
                                "act_code": 0,
                                "oid": "string",
                                "uicode": "string",
                                "luicode": null,
                                "fid": null,
                                "ext": "string"
                            },
                            "bd_object_type": "string",
                            "w_h_ratio": 0,
                            "desc": "string",
                            "style": {
                                "bg_color": "string",
                                "bg_dark_color": "string",
                                "tag_name_color": "string",
                                "tag_name_dark_color": "string",
                                "desc_color": "string",
                                "desc_dark_color": "string"
                            }
                        }
                    ]
                }
            ],
            "next_cursor": "string"
        },
        "ok": 0
    }
}

维护不易!赏口饭吃~

如果您觉得服务对您有用,请随意赞赏~支持开发者持续维护并更新项目~开发者将赠送解析次数

请喝咖啡~
修改于 2024-06-05 05:52:28
上一页
搜索
下一页
获取视频信息
Built with