🇺🇸 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. 示例数据模型

UserInfo

{
    "code": 0,
    "msg": "string",
    "data": {
        "extra": {
            "fatal_item_ids": [
                "string"
            ],
            "logid": "string",
            "now": 0
        },
        "log_pb": {
            "impr_id": "string"
        },
        "status_code": 0,
        "status_msg": "string",
        "user": {
            "account_type": 0,
            "ad_virtual": true,
            "avatar_168x168": {
                "uri": "string",
                "url_list": [
                    "string"
                ],
                "url_prefix": null
            },
            "avatar_300x300": {
                "uri": "string",
                "url_list": [
                    "string"
                ],
                "url_prefix": 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
            },
            "aweme_count": 0,
            "category": "string",
            "commerce_user_info": {
                "ad_revenue_rits": null
            },
            "commerce_user_level": 0,
            "custom_verify": "string",
            "enterprise_verify_reason": "string",
            "favoriting_count": 0,
            "follow_status": 0,
            "follower_count": 0,
            "follower_status": 0,
            "following_count": 0,
            "forward_count": 0,
            "has_open_favorite": true,
            "ins_id": "string",
            "is_acquaintance": true,
            "is_block": true,
            "is_blocked": true,
            "is_effect_artist": true,
            "is_star": true,
            "live_commerce": true,
            "live_push_notification_status": 0,
            "message_chat_entry": true,
            "mplatform_followers_count": 0,
            "music_tab_info": {
                "show_artist_pick_videos": true
            },
            "nickname": "string",
            "original_musician": {
                "digg_count": 0,
                "music_count": 0,
                "music_used_count": 0,
                "new_release_clip_ids": null
            },
            "privacy_setting": {
                "following_visibility": 0
            },
            "profile_tab_type": 0,
            "recommend_reason_relation": "string",
            "room_id": 0,
            "sec_uid": "string",
            "secret": 0,
            "share_info": {
                "now_invitation_card_image_urls": null,
                "share_desc": "string",
                "share_title": "string",
                "share_url": "string"
            },
            "short_id": "string",
            "show_favorite_list": true,
            "show_messaging_entrance_on_profile": true,
            "signature": "string",
            "signature_extra": [
                {
                    "end": 0,
                    "sec_uid": "string",
                    "start": 0,
                    "type": 0,
                    "user_id": "string"
                }
            ],
            "signature_language": "string",
            "story_status": 0,
            "supporting_ngo": {},
            "tab_settings": {
                "private_tab": {
                    "private_tab_style": 0,
                    "show_private_tab": true
                },
                "repost_tab": {
                    "repost_tab_all_visible": true,
                    "show_repost_tab_other": 0
                }
            },
            "total_favorited": 0,
            "twitter_id": "string",
            "twitter_name": "string",
            "uid": "string",
            "unique_id": "string",
            "verification_type": 0,
            "visible_videos_count": 0,
            "watch_status": true,
            "with_commerce_enterprise_tab_entry": true,
            "with_commerce_entry": true,
            "with_new_goods": true,
            "youtube_channel_id": "string",
            "youtube_channel_title": "string"
        }
    },
    "extra": {
        "fatal_item_ids": [
            "string"
        ],
        "logid": "string",
        "now": 0
    },
    "log_pb": {
        "impr_id": "string"
    },
    "status_code": 0,
    "status_msg": "string",
    "user": {
        "account_type": 0,
        "ad_virtual": true,
        "avatar_168x168": {
            "uri": "string",
            "url_list": [
                "string"
            ],
            "url_prefix": null
        },
        "avatar_300x300": {
            "uri": "string",
            "url_list": [
                "string"
            ],
            "url_prefix": 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
        },
        "aweme_count": 0,
        "category": "string",
        "commerce_user_info": {
            "ad_revenue_rits": null
        },
        "commerce_user_level": 0,
        "custom_verify": "string",
        "enterprise_verify_reason": "string",
        "favoriting_count": 0,
        "follow_status": 0,
        "follower_count": 0,
        "follower_status": 0,
        "following_count": 0,
        "forward_count": 0,
        "has_open_favorite": true,
        "ins_id": "string",
        "is_acquaintance": true,
        "is_block": true,
        "is_blocked": true,
        "is_effect_artist": true,
        "is_star": true,
        "live_commerce": true,
        "live_push_notification_status": 0,
        "message_chat_entry": true,
        "mplatform_followers_count": 0,
        "music_tab_info": {
            "show_artist_pick_videos": true
        },
        "nickname": "string",
        "original_musician": {
            "digg_count": 0,
            "music_count": 0,
            "music_used_count": 0,
            "new_release_clip_ids": null
        },
        "privacy_setting": {
            "following_visibility": 0
        },
        "profile_tab_type": 0,
        "recommend_reason_relation": "string",
        "room_id": 0,
        "sec_uid": "string",
        "secret": 0,
        "share_info": {
            "now_invitation_card_image_urls": null,
            "share_desc": "string",
            "share_title": "string",
            "share_url": "string"
        },
        "short_id": "string",
        "show_favorite_list": true,
        "show_messaging_entrance_on_profile": true,
        "signature": "string",
        "signature_extra": [
            {
                "end": 0,
                "sec_uid": "string",
                "start": 0,
                "type": 0,
                "user_id": "string"
            }
        ],
        "signature_language": "string",
        "story_status": 0,
        "supporting_ngo": {},
        "tab_settings": {
            "private_tab": {
                "private_tab_style": 0,
                "show_private_tab": true
            },
            "repost_tab": {
                "repost_tab_all_visible": true,
                "show_repost_tab_other": 0
            }
        },
        "total_favorited": 0,
        "twitter_id": "string",
        "twitter_name": "string",
        "uid": "string",
        "unique_id": "string",
        "verification_type": 0,
        "visible_videos_count": 0,
        "watch_status": true,
        "with_commerce_enterprise_tab_entry": true,
        "with_commerce_entry": true,
        "with_new_goods": true,
        "youtube_channel_id": "string",
        "youtube_channel_title": "string"
    }
}
Built with