🇨🇳简体中文
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. 示例数据模型
🇨🇳简体中文
  • 🇨🇳简体中文
  • 🇺🇸 English
  • 简介
  • 身份验证
  • 用户数据
    • 通过ID获取用户信息
    • 获取用户视频列表
    • 获取用户粉丝列表
    • 获取用户关注列表
    • 获取用户地区
    • 获取用户故事
    • 获取用户点赞的视频列表
    • 获取用户播放列表
    • 通过 ID 获取播放列表信息
    • 验证是否为TTS商家账户
    • 提取用户 user_id
    • 提取用户 sec_uid
    • 验证达人是否开通橱窗
  • 视频数据
    • 通过 ID 获取视频信息
    • 分类下的热门视频列表
    • 热门视频列表
    • 通过话题标签 ID 获取视频列表
    • 通过音乐 ID 获取视频列表
    • 通过播放 ID 获取视频列表
    • 按 ID 查询评论信息
    • 通过视频ID获取评论列表
    • 获取评论的回复列表
    • 通过 ID 获取话题标签信息
    • 通过 ID 获取音乐信息
    • 通过用户 ID 获取用户音乐列表
    • 获取与产品相关的视频列表
    • 获取与小店相关的视频列表
  • 直播数据
    • 通过 ID 获取直播间信息
    • 获取直播间榜单列表
    • 通过ID获取直播间榜单信息
    • 检查直播间是否开播
  • 产品数据
    • 通过 ID 获取产品信息
    • 获取小店的分类
    • 获取产品一级类别元数据
    • 获取产品二级类别元数据
    • 获取产品三级类别元数据
    • 通过 ID 获取小店数据
    • 获取小店内的产品列表数据
    • 通过分享链接获取小店 ID
    • 通过分享链接获取产品 ID
    • 通过类别 ID 获取web首页产品数据
    • 获取视频相关的产品列表
    • 获取用户相关产品列表
  • 搜索
    • 搜索用户
    • 搜索视频
    • 搜索标签
    • 搜索音乐
    • 搜索直播
    • 搜索产品
  • 错误码
    • 错误请求 (400)
    • 未经授权 (401)
    • 账户密钥会话过期 (428)
    • 接口限流 (429)
    • 服务器错误 (500)
  • 密钥
    • 获取有关您的 API 密钥的信息
  • Schemas
    • 示例数据模型
      • UserInfo
      • UserFollowers
      • UserFollowing
      • UserRegion
      • UserVideoList
      • VideoInfo
      • VideoComments
      • VideoCommentsReplies
      • CommentInfo
      • ProductInfo
      • SellerCategories
      • TrendingVideoList
      • TrendingFeed
      • UserStories
      • UserLikedFeed
      • SearchUser
      • SearchVideo
      • SearchHashTag
      • SearchMusic
      • SearchLive
      • SearchProduct
      • UserPlayList
      • PlayListInfo
      • VideoListByPlayId
      • HashtagInfo
      • VideoListByHashtagId
      • VideoListByMusicId
      • MusicInfo
      • UserMusicList
      • LiveInfo
      • LiveRankingList
      • LiveRankingInfo
      • CheckLiveOn
      • ExtractId
      • CategoryMetaData
      • SellerInfo
      • SellerProductList
      • ShareLink
      • HomeCategoryProductList
      • ProductIds
      • VideoIds
  1. 示例数据模型

UserMusicList

{
    "code": 0,
    "msg": "string",
    "data": {
        "cursor": 0,
        "extra": {
            "fatal_item_ids": [
                "string"
            ],
            "logid": "string",
            "now": 0
        },
        "groups": [
            {
                "id": "string",
                "music": {
                    "album": "string",
                    "allow_offline_music_to_detail_page": true,
                    "artists": [
                        {
                            "avatar": {
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "url_prefix": null
                            },
                            "enter_type": 0,
                            "follow_status": 0,
                            "follower_status": 0,
                            "handle": "string",
                            "is_block": true,
                            "is_blocked": true,
                            "is_private_account": true,
                            "is_verified": true,
                            "is_visible": true,
                            "nick_name": "string",
                            "sec_uid": "string",
                            "status": 0,
                            "uid": "string"
                        }
                    ],
                    "audition_duration": 0,
                    "author": "string",
                    "author_deleted": true,
                    "author_position": null,
                    "avatar_medium": {
                        "height": 0,
                        "uri": "string",
                        "url_list": [
                            "string"
                        ],
                        "url_prefix": null,
                        "width": 0
                    },
                    "avatar_thumb": {
                        "height": 0,
                        "uri": "string",
                        "url_list": [
                            "string"
                        ],
                        "url_prefix": null,
                        "width": 0
                    },
                    "binded_challenge_id": 0,
                    "can_be_stitched": true,
                    "can_not_reuse": true,
                    "collect_stat": 0,
                    "commercial_right_type": 0,
                    "cover_large": {
                        "height": 0,
                        "uri": "string",
                        "url_list": [
                            "string"
                        ],
                        "url_prefix": null,
                        "width": 0
                    },
                    "cover_medium": {
                        "height": 0,
                        "uri": "string",
                        "url_list": [
                            "string"
                        ],
                        "url_prefix": null,
                        "width": 0
                    },
                    "cover_thumb": {
                        "height": 0,
                        "uri": "string",
                        "url_list": [
                            "string"
                        ],
                        "url_prefix": null,
                        "width": 0
                    },
                    "create_time": 0,
                    "dmv_auto_show": true,
                    "duration": 0,
                    "duration_high_precision": {
                        "audition_duration_precision": 0,
                        "duration_precision": 0,
                        "shoot_duration_precision": 0,
                        "video_duration_precision": 0
                    },
                    "external_song_info": [
                        "string"
                    ],
                    "extra": "string",
                    "has_commerce_right": true,
                    "id": 0,
                    "id_str": "string",
                    "is_audio_url_with_cookie": true,
                    "is_author_artist": true,
                    "is_commerce_music": true,
                    "is_matched_metadata": true,
                    "is_original": true,
                    "is_original_sound": true,
                    "is_pgc": true,
                    "is_play_music": true,
                    "is_shooting_allow": true,
                    "language": "string",
                    "log_extra": "string",
                    "lyric_short_position": null,
                    "matched_song": {
                        "author": "string",
                        "chorus_info": {
                            "duration_ms": 0,
                            "start_ms": 0
                        },
                        "cover_medium": {
                            "height": 0,
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "url_prefix": null,
                            "width": 0
                        },
                        "full_duration": 0,
                        "h5_url": "string",
                        "id": "string",
                        "performers": null,
                        "title": "string"
                    },
                    "meme_song_info": {},
                    "mid": "string",
                    "multi_bit_rate_play_info": null,
                    "music_release_info": {
                        "group_release_date": 0,
                        "is_new_release_song": true
                    },
                    "mute_share": true,
                    "offline_desc": "string",
                    "owner_handle": "string",
                    "owner_nickname": "string",
                    "play_url": {
                        "height": 0,
                        "uri": "string",
                        "url_list": [
                            "string"
                        ],
                        "url_prefix": null,
                        "width": 0
                    },
                    "position": null,
                    "prevent_download": true,
                    "preview_end_time": 0,
                    "preview_start_time": 0,
                    "recommend_status": 0,
                    "search_highlight": null,
                    "shoot_duration": 0,
                    "source_platform": 0,
                    "status": 0,
                    "strong_beat_url": {
                        "height": 0,
                        "uri": "string",
                        "url_list": [
                            "string"
                        ],
                        "url_prefix": null,
                        "width": 0
                    },
                    "style_value": [
                        0
                    ],
                    "tag_list": null,
                    "theme_value": [
                        0
                    ],
                    "title": "string",
                    "tt_to_dsp_song_infos": [
                        {
                            "button_type": 0,
                            "platform": 0,
                            "song_id": "string",
                            "token": {
                                "apple_music_token": {
                                    "developer_token": "string"
                                }
                            }
                        }
                    ],
                    "uncert_artists": null,
                    "user_count": 0,
                    "video_duration": 0
                },
                "similar_music_list": [
                    {
                        "album": "string",
                        "allow_offline_music_to_detail_page": true,
                        "artists": [
                            {
                                "avatar": {
                                    "uri": "string",
                                    "url_list": [
                                        "string"
                                    ],
                                    "url_prefix": null
                                },
                                "enter_type": 0,
                                "follow_status": 0,
                                "follower_status": 0,
                                "handle": "string",
                                "is_block": true,
                                "is_blocked": true,
                                "is_private_account": true,
                                "is_verified": true,
                                "is_visible": true,
                                "nick_name": "string",
                                "sec_uid": "string",
                                "status": 0,
                                "uid": "string"
                            }
                        ],
                        "audition_duration": 0,
                        "author": "string",
                        "author_deleted": true,
                        "author_position": null,
                        "avatar_medium": {
                            "height": 0,
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "url_prefix": null,
                            "width": 0
                        },
                        "avatar_thumb": {
                            "height": 0,
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "url_prefix": null,
                            "width": 0
                        },
                        "binded_challenge_id": 0,
                        "can_be_stitched": true,
                        "can_not_reuse": true,
                        "collect_stat": 0,
                        "commercial_right_type": 0,
                        "cover_large": {
                            "height": 0,
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "url_prefix": null,
                            "width": 0
                        },
                        "cover_medium": {
                            "height": 0,
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "url_prefix": null,
                            "width": 0
                        },
                        "cover_thumb": {
                            "height": 0,
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "url_prefix": null,
                            "width": 0
                        },
                        "create_time": 0,
                        "dmv_auto_show": true,
                        "duration": 0,
                        "duration_high_precision": {
                            "audition_duration_precision": 0,
                            "duration_precision": 0,
                            "shoot_duration_precision": 0,
                            "video_duration_precision": 0
                        },
                        "external_song_info": [
                            "string"
                        ],
                        "extra": "string",
                        "has_commerce_right": true,
                        "id": 0,
                        "id_str": "string",
                        "is_audio_url_with_cookie": true,
                        "is_author_artist": true,
                        "is_commerce_music": true,
                        "is_matched_metadata": true,
                        "is_original": true,
                        "is_original_sound": true,
                        "is_pgc": true,
                        "is_play_music": true,
                        "is_shooting_allow": true,
                        "language": "string",
                        "log_extra": "string",
                        "lyric_short_position": null,
                        "matched_song": {
                            "author": "string",
                            "chorus_info": {
                                "duration_ms": 0,
                                "start_ms": 0
                            },
                            "cover_medium": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "url_prefix": null,
                                "width": 0
                            },
                            "full_duration": 0,
                            "h5_url": "string",
                            "id": "string",
                            "performers": null,
                            "title": "string"
                        },
                        "meme_song_info": {},
                        "mid": "string",
                        "multi_bit_rate_play_info": null,
                        "music_release_info": {
                            "group_release_date": 0,
                            "is_new_release_song": true
                        },
                        "mute_share": true,
                        "offline_desc": "string",
                        "owner_handle": "string",
                        "owner_nickname": "string",
                        "play_url": {
                            "height": 0,
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "url_prefix": null,
                            "width": 0
                        },
                        "position": null,
                        "prevent_download": true,
                        "preview_end_time": 0,
                        "preview_start_time": 0,
                        "recommend_status": 0,
                        "search_highlight": null,
                        "shoot_duration": 0,
                        "source_platform": 0,
                        "status": 0,
                        "strong_beat_url": {
                            "height": 0,
                            "uri": "string",
                            "url_list": [
                                "string"
                            ],
                            "url_prefix": null,
                            "width": 0
                        },
                        "style_value": [
                            0
                        ],
                        "tag_list": null,
                        "theme_value": [
                            0
                        ],
                        "title": "string",
                        "tt_to_dsp_song_infos": [
                            {
                                "button_type": 0,
                                "platform": 0,
                                "song_id": "string",
                                "token": {
                                    "apple_music_token": {
                                        "developer_token": "string"
                                    }
                                }
                            }
                        ],
                        "uncert_artists": null,
                        "user_count": 0,
                        "video_duration": 0
                    }
                ],
                "source_music_id": "string"
            }
        ],
        "has_more": 0,
        "honor_label": 0,
        "log_pb": {
            "impr_id": "string"
        },
        "music": [
            "string"
        ],
        "status_code": 0,
        "status_msg": "string"
    }
}
Built with