🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. 示例数据模型
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  • Introduction
  • Authentication
  • User
    • Get user information by ID
    • Extract user user_id
    • Extract user sec_uid
    • Get user video feed
    • Get user liked video feed
    • Get user playlists
    • Get playlist information by ID
    • Get user follower list
    • Get user following list
    • Get user region
    • Get user stories
    • Check ttseller identity
    • Check showcase activated
  • Video
    • Get video information by ID
    • Comments by video ID
    • Get comment replies
    • Comment information by ID
    • Trending categories feed list
    • Trending feed
    • Get video feed by play ID
    • Get video feed by hashtag ID
    • Get video feed by music ID
    • Get hashtag information by ID
    • Get music information by ID
    • Get user music list by user ID
    • Get product related videos
    • Get seller related videos
  • Live
    • Get live information by ID
    • Get live ranking list
    • Get live ranking information by ID
    • Check live stream on
  • Shop
    • Get product information by ID
    • Get seller categories
    • Get product level1 category metadata
    • Get product level2 category metadata
    • Get product level3 category metadata
    • Get seller information by ID
    • Get list of seller products
    • Get seller ID by Share Link
    • Get product ID by Share Link
    • Get web home products by category ID
    • Get video associated product list
    • Get user Related products
  • Search
    • Search user
    • Search video
    • Search hashtag
    • Search music
    • Search live
    • Search product
  • Errors
    • Bad Request (400)
    • Unauthorized (401)
    • Account Key Session Expiry (428)
    • Rate-Limit (429)
    • Server error (500)
  • Key
    • Get information about your API Key
  • 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. 示例数据模型

PlayListInfo

{
    "code": 0,
    "msg": "string",
    "data": {
        "extra": {
            "fatal_item_ids": [
                "string"
            ],
            "logid": "string",
            "now": 0
        },
        "is_collect": true,
        "log_pb": {
            "impr_id": "string"
        },
        "mix": {
            "author": {
                "account_labels": null,
                "ad_cover_url": null,
                "advance_feature_item_order": null,
                "advanced_feature_info": null,
                "avatar_larger": {
                    "uri": "string",
                    "url_list": [
                        "string"
                    ],
                    "url_prefix": null
                },
                "avatar_medium": {
                    "uri": "string",
                    "url_list": [
                        "string"
                    ],
                    "url_prefix": null
                },
                "avatar_thumb": {
                    "uri": "string",
                    "url_list": [
                        "string"
                    ],
                    "url_prefix": null
                },
                "bold_fields": null,
                "can_message_follow_status_list": null,
                "can_set_geofencing": null,
                "cha_list": null,
                "cover_url": null,
                "events": null,
                "followers_detail": null,
                "geofencing": null,
                "homepage_bottom_toast": null,
                "item_list": null,
                "mutual_relation_avatars": null,
                "need_points": null,
                "nickname": "string",
                "platform_sync_info": null,
                "relative_users": null,
                "search_highlight": null,
                "sec_uid": "string",
                "shield_edit_field_info": null,
                "type_label": null,
                "uid": "string",
                "unique_id": "string",
                "user_profile_guide": null,
                "user_tags": null,
                "white_cover_url": null
            },
            "creator_name": "string",
            "mix_id": "string",
            "mix_type": 0,
            "name": "string",
            "share_info": {
                "now_invitation_card_image_urls": null,
                "share_desc": "string",
                "share_desc_info": "string",
                "share_title": "string",
                "share_url": "string"
            },
            "statistic": {
                "total": 0,
                "total_play_count": 0
            },
            "status": {
                "status": 0
            }
        },
        "status_code": 0,
        "status_msg": "string"
    }
}
Built with