Weibo Video Downloader API
Use EasyDown's Weibo video downloader API for supported public URLs. Return downloadable video, images, audio, and sanitized platform data.
Desktop, mobile status/detail, visitor, and t.cn links use the post workflow. Weibo video-show links with a 1034 object ID first use the public component endpoint and only enter the existing post fallbacks when component media is unavailable.
Use it to build a Weibo video downloader for supported public status and video links.
Use this endpoint when you need platform-specific fields in addition to stable downloadable media.
Endpoints
POST https://api.easydown.org/api/v1/platforms/weibo/parse
Supported URL formats
weibo.com/{user}/{id}m.weibo.cn/status/{id}m.weibo.cn/detail/{id}weibo.com/tv/show/{id}video.weibo.com/show?fid={id}t.cn/{code}
Accepted examples
https://m.weibo.cn/status/5052484659707960https://m.weibo.cn/detail/5320188317925845https://weibo.com/1735344023/KlxqqfkYahttps://weibo.com/tv/show/1034:5302868002144396
What the platform response contains
Video posts and component video pages keep every available playback quality and cover. Image posts return every original image discovered in the target gallery.
Published platform data fields
The API preserves additional public fields from the final target object after recursive sensitive-field filtering. The documented fields below remain stable for this platformDataVersion.
| Field | Type | Description |
|---|---|---|
data.media | object | Normalized images, videos, audios, title, thumbnail, and duration. |
data.platformDataVersion | string | Published data contract version for Weibo; currently 1. |
data.platformData.id | string | Weibo status identifier. |
data.platformData.mid | string | Weibo numeric message identifier when exposed. |
data.platformData.mblogid | string | Public short message identifier when exposed. |
data.platformData.text_raw | string | Public plain-text post content. |
data.platformData.user | object | Public author profile fields. |
data.platformData.pics | array | All public image items attached to the post. |
data.platformData.page_info | object | Video page title, cover, and media information. |
data.platformData.video_details_url | string | Public video detail URL when exposed. |
Real response example
- Sample URL
- https://m.weibo.cn/status/5052484659707960
- Endpoint
- /api/v1/platforms/weibo/parse
- Credits charged
- 1 credits
- Cache
- HIT
- Captured
- 2026-09-17T05:08:28.379Z
Common normalized format
The common endpoint returns this same media object directly in `data`.
{
"status": 200,
"data": {
"platform": "weibo",
"title": "狼的叫声是? Growl Cover TT ♡ http://t.cn/A6QTTXbS ",
"thumbnail": "https://wx2.sinaimg.cn/orj480/008tvml1gy1hrc6yjluw4j30g00ldjwn.jpg",
"duration": 16,
"images": [],
"videos": [
{
"url": "https://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&media_id=5052484495015972&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=v&lp=000030cEqk&ps=mZ6WB&uid=AiaWMjv&ab=,8012-g2,8013-g0,3601-g19&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"quality": "720p",
"mimeType": "video/mp4",
"width": 576,
"height": 1024,
"hasAudio": true,
"source": "direct",
"headers": {}
},
{
"url": "https://f.video.weibocdn.com/o0/J2v5lvF4lx08gaaYKGy401041200aV9L0E010.mp4?label=mp4_hd&template=540x960.24.0&media_id=5052484495015972&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=v&lp=000030cEqk&ps=mZ6WB&uid=AiaWMjv&ab=,8012-g2,8013-g0,3601-g19&Expires=1789618992&ssig=mtW%2BB%2Flhkk&KID=unistore,video",
"quality": "480p",
"mimeType": "video/mp4",
"width": 540,
"height": 960,
"hasAudio": true,
"source": "direct",
"headers": {}
},
{
"url": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"quality": "mp4",
"mimeType": "video/mp4",
"width": 0,
"height": 0,
"hasAudio": true,
"source": "direct",
"headers": {}
}
],
"audios": []
},
"msg": "success"
}Platform full-data format
The platform endpoint returns normalized media plus the sanitized platform data object.
{
"status": 200,
"data": {
"media": {
"platform": "weibo",
"title": "狼的叫声是? Growl Cover TT ♡ http://t.cn/A6QTTXbS ",
"thumbnail": "https://wx2.sinaimg.cn/orj480/008tvml1gy1hrc6yjluw4j30g00ldjwn.jpg",
"duration": 16,
"images": [],
"videos": [
{
"url": "https://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&media_id=5052484495015972&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=v&lp=000030cEqk&ps=mZ6WB&uid=AiaWMjv&ab=,8012-g2,8013-g0,3601-g19&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"quality": "720p",
"mimeType": "video/mp4",
"width": 576,
"height": 1024,
"hasAudio": true,
"source": "direct",
"headers": {}
},
{
"url": "https://f.video.weibocdn.com/o0/J2v5lvF4lx08gaaYKGy401041200aV9L0E010.mp4?label=mp4_hd&template=540x960.24.0&media_id=5052484495015972&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=v&lp=000030cEqk&ps=mZ6WB&uid=AiaWMjv&ab=,8012-g2,8013-g0,3601-g19&Expires=1789618992&ssig=mtW%2BB%2Flhkk&KID=unistore,video",
"quality": "480p",
"mimeType": "video/mp4",
"width": 540,
"height": 960,
"hasAudio": true,
"source": "direct",
"headers": {}
},
{
"url": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"quality": "mp4",
"mimeType": "video/mp4",
"width": 0,
"height": 0,
"hasAudio": true,
"source": "direct",
"headers": {}
}
],
"audios": []
},
"platformData": {
"visible": {
"type": 0,
"list_id": 0
},
"created_at": "Thu Jul 04 18:41:15 +0800 2024",
"id": 5052484659707960,
"idstr": "5052484659707960",
"mid": "5052484659707960",
"mblogid": "Om1mFEJu0",
"user": {
"id": 7765050439,
"idstr": "7765050439",
"pc_new": 0,
"screen_name": "WEWE·CYCLE",
"profile_image_url": "https://tvax2.sinaimg.cn/crop.0.0.512.512.50/008tvml1ly8hsj5q7fpi9j30e80e8q3d.jpg?KID=imgbed,tva&Expires=1789626192&ssig=cwI%2FE5ONjd",
"profile_url": "/u/7765050439",
"verified": false,
"verified_type": -1,
"domain": "",
"weihao": "",
"status_total_counter": {
"total_cnt_format": "9万",
"comment_cnt": "3,501",
"repost_cnt": "14,527",
"like_cnt": "72,347",
"total_cnt": "90,375"
},
"avatar_large": "https://tvax2.sinaimg.cn/crop.0.0.512.512.180/008tvml1ly8hsj5q7fpi9j30e80e8q3d.jpg?KID=imgbed,tva&Expires=1789626192&ssig=6QHDNZD0S5",
"avatar_hd": "https://tvax2.sinaimg.cn/crop.0.0.512.512.1024/008tvml1ly8hsj5q7fpi9j30e80e8q3d.jpg?KID=imgbed,tva&Expires=1789626192&ssig=PQjs97qEwz",
"follow_me": false,
"following": false,
"mbrank": 7,
"mbtype": 2,
"v_plus": 0,
"user_ability": 10747912,
"planet_video": false,
"icon_list": []
},
"can_edit": false,
"textLength": 53,
"annotations": [
[],
{
"client_mblogid": "iPhone-561E9716-8AA3-44FE-9CEC-3F4C967CDE1C"
},
{
"source_text": "Bliss🔝",
"phone_id": "7577"
},
{
"mapi_request": true
}
],
"source": "Bliss🔝iPhone 13",
"favorited": false,
"rid": "0_0_0_5225996298879815907_0_0_0",
"cardid": "star_663",
"pic_ids": [],
"pic_num": 0,
"is_paid": false,
"pic_bg_new": "https://d.sinaimg.cn/prd/100/18/2025/04/14/pic_publish_chaohua.png",
"mblog_vip_type": 0,
"number_display_strategy": {
"apply_scenario_flag": 51,
"display_text_min_number": 1000000,
"display_text": "100万+"
},
"title_source": {
"name": "Weeekly超话",
"url": "sinaweibo://pageinfo?pageid=10080825106def6bffbdeaa305122110019d11&extparam=Weeekly",
"image": "http://wx3.sinaimg.cn/thumbnail/b4b54be1ly8hjefia39avj20xc0qoahg.jpg"
},
"reposts_count": 2,
"comments_count": 0,
"attitudes_count": 3,
"attitudes_status": 0,
"isLongText": false,
"mlevel": 0,
"content_auth": 0,
"is_show_bulletin": 3,
"comment_manage_info": {
"comment_permission_type": -1,
"approval_comment_type": 0,
"comment_sort_type": 0,
"comment_anon_type": 0
},
"screen_name_suffix_new": [
{
"content": "WEWE·CYCLE",
"remark": "",
"color": "FF333333",
"dark_color": "FFD3D3D3",
"type": 1,
"icons": [
{
"url": "https://h5.sinaimg.cn/upload/1078/660/2018/04/27/feed_icon_panda_new2.png"
},
{
"url": "https://h5.sinaimg.cn/upload/1008/253/2021/09/08/fish.png"
},
{
"url": "https://h5.sinaimg.cn/upload/1000/808/2020/02/17/andriod_chaohua_header.png",
"type": "chaohua",
"scheme": "sinaweibo://pageinfo?pageid=10080825106def6bffbdeaa305122110019d11&extparam=Weeekly"
}
],
"icons_location": 1,
"truncation": {
"mode": 1
}
},
{
"content": "Weeekly超话",
"color": "FF507DAF",
"dark_color": "FF7691b9",
"type": 2,
"scheme": "sinaweibo://pageinfo?pageid=10080825106def6bffbdeaa305122110019d11&extparam=Weeekly&extension=%7B%22mblog_object_ref%22%3A%22topic%22%7D",
"truncation": {
"mode": 1,
"keep_end_size": 2
},
"actionlog": {
"act_code": 1404,
"oid": "1022:10080825106def6bffbdeaa305122110019d11",
"uicode": null,
"luicode": null,
"fid": null,
"ext": "mid:5052484659707960|source_type:3|uid:2061460644105|analysis_extra:|new_style:1"
}
}
],
"share_repost_type": 0,
"url_struct": [
{
"url_title": "WEWE·CYCLE的微博视频",
"url_type_pic": "https://h5.sinaimg.cn/upload/2015/09/25/3/timeline_card_small_video.png",
"ori_url": "sinaweibo://video/vvs?mid=5052484659707960&object_id=1034:5052484495015972&url_type=39&object_type=video&pos=1",
"page_id": "2304445052484495015972",
"short_url": "http://t.cn/A6QTTXbS",
"long_url": "https://video.weibo.com/show?fid=1034:5052484495015972",
"url_type": 39,
"result": false,
"actionlog": {
"act_type": 1,
"act_code": 300,
"oid": "1034:5052484495015972",
"uuid": 5052484509761679,
"cardid": "",
"lcardid": "",
"uicode": "",
"luicode": "",
"fid": "",
"lfid": "",
"ext": "mid:5052484659707960|rid:0_0_0_5225996298879815907_0_0_0|short_url:http://t.cn/A6QTTXbS|long_url:https://video.weibo.com/show?fid=1034:5052484495015972|comment_id:|miduid:7765050439|rootmid:5052484659707960|rootuid:7765050439|authorid:7765050439|uuid:5052484509761679|is_ad_weibo:0|oid:1034:5052484495015972|analysis_card:url_struct"
},
"storage_type": "oss",
"hide": 0,
"object_type": "",
"ttl": 3600,
"h5_target_url": "https://video.weibo.com/show?fid=1034:5052484495015972&from=1FFFF96039&weiboauthoruid=7765050439",
"need_save_obj": 0
},
{
"url_title": "Weeekly超话",
"url_type_pic": "https://h5.sinaimg.cn/upload/100/959/2020/05/09/timeline_card_small_super.png",
"ori_url": "sinaweibo://pageinfo?containerid=10080825106def6bffbdeaa305122110019d11&extparam=Weeekly&extension=%7B%22mblog_object_ref%22%3A%22content%22%7D",
"page_id": "10080825106def6bffbdeaa305122110019d11",
"short_url": "#Weeekly[超话]#",
"long_url": "",
"url_type": "",
"result": false,
"actionlog": {
"act_type": 1,
"act_code": 300,
"oid": "1022:10080825106def6bffbdeaa305122110019d11",
"uuid": 4503444030226632,
"cardid": "",
"lcardid": "",
"uicode": "",
"luicode": "",
"fid": "",
"lfid": "",
"ext": "mid:5052484659707960|rid:0_0_0_5225996298879815907_0_0_0|short_url:|long_url:|comment_id:|miduid:7765050439|rootmid:5052484659707960|rootuid:7765050439|authorid:|uuid:4503444030226632|is_ad_weibo:0|oid:1022:10080825106def6bffbdeaa305122110019d11|analysis_card:url_struct"
},
"storage_type": "",
"hide": 0,
"object_type": "",
"h5_target_url": "https://huati.weibo.com/k/Weeekly?from=1FFFF96039&weiboauthoruid=7765050439",
"need_save_obj": 0
}
],
"title": {
"text": "公开",
"base_color": 1,
"icon_url": "http://h5.sinaimg.cn/upload/2015/07/14/34/timeline_title_public.png"
},
"mblogtype": 0,
"showFeedRepost": false,
"showFeedComment": false,
"pictureViewerSign": false,
"showPictureViewer": false,
"rcList": [],
"common_struct": [
{
"url": "sinaweibo://tabbar?containerid=100803_-_super&no_cache=1&extparam=topic_to_10080825106def6bffbdeaa305122110019d11&forwardscheme=sinaweibo%253A%252F%252Fpageinfo%253Fcontainerid%253D10080825106def6bffbdeaa305122110019d11%2526extparam%253Dmid_5052484659707960",
"name": "【超话】Weeekly",
"desc": "1.7万帖子 1.1万Daileee",
"img": "http://wx3.sinaimg.cn/thumbnail/b4b54be1ly8hjefia39avj20xc0qoahg.jpg",
"type": 1,
"btn_show_type": "1",
"page_id": "10080825106def6bffbdeaa305122110019d11",
"actionlog": {
"act_code": "300",
"uid": "2061460644105",
"mid": 5052484659707960,
"oid": "1022:10080825106def6bffbdeaa305122110019d11",
"uicode": null,
"cardid": "",
"fid": null,
"luicode": null,
"lfid": null,
"ext": "common_struct:topic|containerid:100808|uid:2061460644105|mid:5052484659707960|analysis_card:common_struct|sceneComments:",
"source": "wbcc_product"
},
"buttons": [
{
"name": "关注",
"pic": "https://n.sinaimg.cn/photo/ab36dac5/20170616/follow_hollow.png",
"type": "follow",
"params": {
"uid": "1022:10080825106def6bffbdeaa305122110019d11",
"scheme": "${scheme}",
"type": "page"
},
"actionlog": {
"act_code": 577,
"uid": "2061460644105",
"mid": 5052484659707960,
"oid": "1022:10080825106def6bffbdeaa305122110019d11",
"uicode": null,
"cardid": "",
"fid": null,
"luicode": null,
"lfid": null,
"ext": "common_struct:topic|containerid:100808|uid:2061460644105|mid:5052484659707960|analysis_card:common_struct|sceneComments:|sceneComments:|clickbtn:1",
"source": "wbcc_product"
}
}
],
"hidden": 1
}
],
"analysis_extra": "",
"readtimetype": "mblog",
"mixed_count": 0,
"is_show_mixed": false,
"mblog_feed_back_menus_format": [],
"isAd": false,
"isSinglePayAudio": false,
"md_render_mark": null,
"text": "狼的叫声是?<br /><br />Growl Cover <br />TT ♡ <a target=\"_blank\" href=\"https://video.weibo.com/show?fid=1034:5052484495015972\"><img class=\"icon-link\" title=\"http://t.cn/A6QTTXbS\" src=\"https://h5.sinaimg.cn/upload/2015/09/25/3/timeline_card_small_video_default.png\"/>WEWE·CYCLE的微博视频</a> ",
"text_raw": "狼的叫声是?\n\nGrowl Cover \nTT ♡ http://t.cn/A6QTTXbS ",
"region_name": "发布于 新加坡",
"page_info": {
"type": "11",
"page_id": "2304445052484495015972",
"object_type": "video",
"object_id": "1034:5052484495015972",
"content1": "WEWE·CYCLE的微博视频",
"content2": "狼的叫声是?\n\nGrowl Cover \nTT ♡",
"act_status": 1,
"media_info": {
"name": "WEWE·CYCLE的微博视频",
"stream_url": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"stream_url_hd": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"format": "mp4",
"h5_url": "https://video.weibo.com/show?fid=1034:5052484495015972",
"mp4_sd_url": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"mp4_hd_url": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"h265_mp4_hd": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"h265_mp4_ld": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"inch_4_mp4_hd": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"inch_5_mp4_hd": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"inch_5_5_mp4_hd": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"mp4_720p_mp4": "http://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&ori=0&ps=1CwnkDw1GXwCQx&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"hevc_mp4_720p": "",
"prefetch_type": 1,
"prefetch_size": 262144,
"act_status": 1,
"protocol": "general,dash",
"media_id": "5052484495015972",
"origin_total_bitrate": 2596972,
"video_orientation": "vertical",
"duration": 16,
"forward_strategy": -1,
"search_scheme": "sinaweibo://svssearch?containerid=232080",
"is_short_video": 0,
"vote_is_show": 0,
"belong_collection": 1,
"titles_display_time": "3",
"show_progress_bar": 1,
"show_mute_button": true,
"ext_info": {
"video_orientation": "vertical"
},
"next_title": "狼的叫声是?\n\nGrowl Cover \nTT ♡",
"kol_title": "240704 Growl",
"play_completion_actions": [
{
"type": "1",
"icon": "https://h5.sinaimg.cn/upload/100/1413/2021/12/22/feed_video_icon_replay.png",
"text": "重播",
"link": "",
"btn_code": 1000,
"show_position": 1,
"actionlog": {
"oid": "2304445052484495015972",
"act_code": 1221,
"act_type": 0,
"source": "video"
}
},
{
"type": 6,
"icon": "https://tvax2.sinaimg.cn/crop.0.0.512.512.180/008tvml1ly8hsj5q7fpi9j30e80e8q3d.jpg?KID=imgbed,tva&Expires=1789626192&ssig=6QHDNZD0S5",
"text": "",
"display_mode": 2,
"display_starttime": 5,
"display_endtime": 99999,
"countdown_time": 5,
"show_position": 48,
"scheme": "",
"link": "",
"btn_code": 1009,
"actionlog": {
"oid": "2304445052484495015972",
"act_code": 91,
"act_type": 0,
"source": "video",
"ext": "mid:5052484659707960|oid:1034:5052484495015972|muid:7765050439|authorid:7765050439"
},
"ext": {
"uid": "7765050439",
"user_name": "WEWE·CYCLE",
"followers_count": 1824,
"verified_type": -1,
"level": 3
},
"display_type": 0
}
],
"video_publish_time": 1720089640,
"play_loop_type": 0,
"titles": [
{
"default": true,
"title": "240704 Growl"
}
],
"video_title": "240704 Growl",
"author_mid": "5052484659707960",
"author_name": "WEWE·CYCLE",
"extra_info": {
"sceneid": "feed"
},
"video_download_strategy": {
"abandon_download": 0
},
"jump_to": 6,
"media_type": "video",
"big_pic_info": {
"pic_big": {
"height": 769,
"url": "https://wx2.sinaimg.cn/orj1080/008tvml1gy1hrc6yjluw4j30g00ldjwn.jpg",
"width": 576
},
"pic_small": {
"height": 240,
"url": "https://wx2.sinaimg.cn/or180/008tvml1gy1hrc6yjluw4j30g00ldjwn.jpg",
"width": 180
},
"pic_middle": {
"height": 480,
"url": "https://wx2.sinaimg.cn/or360/008tvml1gy1hrc6yjluw4j30g00ldjwn.jpg",
"width": 360
}
},
"online_users": "502次观看",
"online_users_number": 502,
"ttl": 3600,
"storage_type": "oss",
"is_keep_current_mblog": 0,
"has_recommend_video": 1,
"author_info": {
"id": 7765050439,
"idstr": "7765050439",
"pc_new": 0,
"screen_name": "WEWE·CYCLE",
"profile_image_url": "https://tvax2.sinaimg.cn/crop.0.0.512.512.50/008tvml1ly8hsj5q7fpi9j30e80e8q3d.jpg?KID=imgbed,tva&Expires=1789626192&ssig=cwI%2FE5ONjd",
"profile_url": "/u/7765050439",
"verified": false,
"verified_type": -1,
"domain": "",
"weihao": "",
"status_total_counter": {
"total_cnt_format": "9万",
"comment_cnt": "3,501",
"repost_cnt": "14,527",
"like_cnt": "72,347",
"total_cnt": "90,375"
},
"avatar_large": "https://tvax2.sinaimg.cn/crop.0.0.512.512.180/008tvml1ly8hsj5q7fpi9j30e80e8q3d.jpg?KID=imgbed,tva&Expires=1789626192&ssig=6QHDNZD0S5",
"avatar_hd": "https://tvax2.sinaimg.cn/crop.0.0.512.512.1024/008tvml1ly8hsj5q7fpi9j30e80e8q3d.jpg?KID=imgbed,tva&Expires=1789626192&ssig=PQjs97qEwz",
"follow_me": false,
"following": false,
"mbrank": 7,
"mbtype": 2,
"v_plus": 0,
"user_ability": 10747912,
"planet_video": false,
"description": "위클리 잊지 말아",
"location": "海外",
"gender": "f",
"followers_count": 1825,
"followers_count_str": "1825",
"friends_count": 10,
"statuses_count": 8569,
"url": "",
"svip": 0,
"vvip": 0,
"cover_image_phone": "https://ww1.sinaimg.cn/crop.0.0.640.640.640/9d44112bjw1f1xl1c10tuj20hs0hs0tw.jpg"
},
"playback_list": [
{
"meta": {
"label": "mp4_720p",
"quality_index": 720,
"quality_desc": "高清",
"quality_label": "720p",
"quality_class": "HD",
"type": 1,
"quality_group": 720,
"is_hidden": false
},
"play_info": {
"type": 1,
"mime": "video/mp4",
"protocol": "general",
"label": "mp4_720p",
"url": "https://f.video.weibocdn.com/o0/BVuIXweGlx08gaaYyY2401041200cDfF0E010.mp4?label=mp4_720p&template=576x1024.24.0&media_id=5052484495015972&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=v&lp=000030cEqk&ps=mZ6WB&uid=AiaWMjv&ab=,8012-g2,8013-g0,3601-g19&Expires=1789618992&ssig=iAHNLhGy5z&KID=unistore,video",
"bitrate": 1450824,
"prefetch_range": "0-352939",
"video_codecs": "avc1.64001f",
"fps": 24,
"width": 576,
"height": 1024,
"size": 3010823,
"duration": 16.601,
"sar": "1.0",
"audio_codecs": "mp4a.40.5",
"audio_sample_rate": 44100,
"quality_label": "720p",
"quality_class": "HD",
"quality_desc": "高清",
"audio_channels": 2,
"audio_sample_fmt": "fltp",
"audio_bits_per_sample": 0,
"watermark": "none",
"extension": {
"transcode_info": {
"pcdn_rule_id": 0,
"pcdn_jank": 0,
"origin_video_dr": "SDR",
"ab_strategies": ",8012-g2,8013-g0,3601-g19"
}
},
"video_decoder": "hard",
"prefetch_enabled": true,
"tcp_receive_buffer": 262144,
"dolby_atmos": false,
"color_transfer": "bt709",
"stereo_video": 0,
"first_pkt_end_pos": 37334
}
},
{
"meta": {
"label": "mp4_hd",
"quality_index": 480,
"quality_desc": "标清",
"quality_label": "480p",
"quality_class": "SD",
"type": 1,
"quality_group": 480,
"is_hidden": false
},
"play_info": {
"type": 1,
"mime": "video/mp4",
"protocol": "general",
"label": "mp4_hd",
"url": "https://f.video.weibocdn.com/o0/J2v5lvF4lx08gaaYKGy401041200aV9L0E010.mp4?label=mp4_hd&template=540x960.24.0&media_id=5052484495015972&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=v&lp=000030cEqk&ps=mZ6WB&uid=AiaWMjv&ab=,8012-g2,8013-g0,3601-g19&Expires=1789618992&ssig=mtW%2BB%2Flhkk&KID=unistore,video",
"bitrate": 1254303,
"prefetch_range": "0-293348",
"video_codecs": "avc1.64001f",
"fps": 24,
"width": 540,
"height": 960,
"size": 2602993,
"duration": 16.601,
"sar": "1.0",
"audio_codecs": "mp4a.40.5",
"audio_sample_rate": 44100,
"quality_label": "480p",
"quality_class": "SD",
"quality_desc": "标清",
"audio_channels": 2,
"audio_sample_fmt": "fltp",
"audio_bits_per_sample": 0,
"watermark": "none",
"extension": {
"transcode_info": {
"pcdn_rule_id": 0,
"pcdn_jank": 0,
"origin_video_dr": "SDR",
"ab_strategies": ",8012-g2,8013-g0,3601-g19"
}
},
"video_decoder": "hard",
"prefetch_enabled": true,
"tcp_receive_buffer": 262144,
"dolby_atmos": false,
"color_transfer": "bt709",
"stereo_video": 0,
"first_pkt_end_pos": 35085
}
},
{
"meta": {
"label": "scrubber_hd",
"type": 3
},
"play_info": {
"type": 3,
"mime": "image/jpeg",
"protocol": "general",
"label": "scrubber_hd",
"url": "https://wx3.sinaimg.cn/large/008tvml1ly1hrc6y0yu8bj30f07eowih.jpg?media_id=5052484495015972&tp=8x8A3El:YTkl0eM8&us=0&ori=1&bf=4&ot=v&lp=000030cEqk&ps=mZ6WB&uid=AiaWMjv&ab=,8012-g2,8013-g0,3601-g19&Expires=1789618992&ssig=7GsfBZAXjd&KID=unistore,video",
"prefetch_range": "0-512000",
"width": 180,
"height": 320,
"extension": {
"transcode_info": {
"pcdn_rule_id": 0,
"pcdn_jank": 0,
"origin_video_dr": "SDR",
"ab_strategies": ",8012-g2,8013-g0,3601-g19"
}
},
"video_decoder": "hard",
"prefetch_enabled": true,
"tcp_receive_buffer": 262144,
"col": 3,
"row": 30,
"interval": 1,
"offset": 0.5,
"urls": [
"http://wx4.sinaimg.cn/large/008tvml1ly1hrc6y0yu8bj30f07eowih.jpg"
]
}
}
]
},
"page_pic": "https://wx2.sinaimg.cn/orj480/008tvml1gy1hrc6yjluw4j30g00ldjwn.jpg",
"page_title": "WEWE·CYCLE的微博视频",
"page_url": "sinaweibo://infopage?containerid=2304445052484495015972&containerid=2304445052484495015972&url_type=39&object_type=video&pos=2",
"pic_info": {
"pic_big": {
"height": "960",
"url": "https://wx2.sinaimg.cn/orj480/008tvml1gy1hrc6yjluw4j30g00ldjwn.jpg",
"width": "540"
},
"pic_small": {
"height": "960",
"url": "https://wx2.sinaimg.cn/orj480/008tvml1gy1hrc6yjluw4j30g00ldjwn.jpg",
"width": "540"
},
"pic_middle": {
"url": "https://wx2.sinaimg.cn/orj480/008tvml1gy1hrc6yjluw4j30g00ldjwn.jpg",
"height": "960",
"width": "540"
}
},
"oid": "7765050439",
"type_icon": "",
"author_id": "7765050439",
"authorid": "7765050439",
"warn": "",
"actionlog": {
"act_type": 1,
"act_code": 799,
"lcardid": "",
"fid": "",
"mid": "5052484659707960",
"oid": "1034:5052484495015972",
"uuid": 5052484509761679,
"source": "video",
"ext": "uid:2061460644105|mid:5052484659707960|objectid:1034%3A5052484495015972|from:1|object_duration:16.601|miduid:7765050439|rootuid:7765050439|rootmid:5052484659707960|authorid:7765050439|video_orientation:vertical|third_vid:|is_album:1|is_contribution:0|video_tags:|isfan:0|ua:Mozilla/5.0 (Windows NT 10.0%3B Win64%3B x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0 WeiboPro/1.0.0|sceneid:feed|uuid:5052484509761679|detail:native|contribution:0|short_video:0|st_video:1|author_mid:5052484659707960|cluster_type_status:|is_ad_weibo:0|t_id:4778518287155319|t_name:TikTok%F0%9F%8E%B5|type:2|analysis_card:page_info"
},
"short_url": "http://t.cn/A6QTTXbS"
},
"ok": 1
},
"platformDataVersion": "1"
},
"msg": "success"
}Download and proxy guidance
The EasyDown website routes every Weibo media download through its proxy. REST clients should likewise use a backend proxy with a Weibo Referer, browser User-Agent, and forwarded Range header, then re-parse expired source URLs.
Limits and behavior
Profiles, personal video tabs, search pages, topics, super topics, articles, live pages, collections, private posts, and deleted posts are unsupported.
Only public content is supported. Private, deleted, age-restricted, region-restricted, live, or otherwise unavailable content can fail without a credit charge.
A successful Weibo parse costs 1 credit. Failed, unsupported, authentication, permission, no-media, and upstream failure responses charge 0 credits. X-Credits-Charged returns the actual credits charged for the successful response.
Troubleshooting
- Normalize t.cn links before caching a post identifier.
- Choose a playback entry by quality metadata rather than relying on array order.
- Re-parse image or video URLs after the source signature expires.
Common questions
Does a failed request consume credits?
No. Credits are charged only after the API returns downloadable media.
Why can a valid public link still fail?
The post can be deleted, private, region-restricted, live, missing media, or temporarily unavailable upstream.
Related guides
- All platform APIs
- Common normalized API
- All supported URL formats
- Error codes
- Downloading media
- Authentication
- Credits and billing
Interactive API reference
The curl, JavaScript, and Python examples and schemas below are rendered from the production OpenAPI 3.1 contract.
The Try it panel sends requests directly to api.easydown.org. Its token is held in React memory only and disappears on reload.
Try it
Authorization
bearerAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/platforms/weibo/parse" \ -H "Content-Type: application/json" \ -d '{}'{ "status": 200, "data": { "media": { "platform": "tiktok", "title": "string", "thumbnail": "string", "duration": 0, "images": [ { "url": "http://example.com", "width": 0, "height": 0 } ], "videos": [ { "url": "http://example.com", "quality": "string", "mimeType": "string", "width": 0, "height": 0, "hasAudio": true, "source": "direct", "headers": { "property1": "string", "property2": "string" } } ], "audios": [ { "url": "http://example.com", "quality": "string", "mimeType": "string", "bitrate": 0, "source": "direct", "headers": { "property1": "string", "property2": "string" } } ] }, "platformData": { "id": "string", "mid": "string", "mblogid": "string", "text_raw": "string", "user": {}, "pics": [ null ], "page_info": {}, "video_details_url": "string" }, "platformDataVersion": "1" }, "msg": "success"}