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

LiveRankingList

{
    "code": 0,
    "msg": "string",
    "data": {
        "data": [
            {
                "Priority": 0,
                "animation_loop_for_off": true,
                "data": {
                    "entrances": [
                        {
                            "affiliated_content": {
                                "gap_desc": {
                                    "default_format": {
                                        "bold": true,
                                        "color": "string",
                                        "font_size": 0,
                                        "italic": true,
                                        "italic_angle": 0,
                                        "use_heigh_light_color": true,
                                        "use_remote_clor": true,
                                        "weight": 0
                                    },
                                    "default_pattern": "string",
                                    "key": "string",
                                    "pieces": [
                                        {
                                            "string_value": "string",
                                            "type": 0
                                        }
                                    ]
                                },
                                "team_rank_bonus_time": {
                                    "bonus_rate": 0,
                                    "bonus_time_gift_id": 0,
                                    "end_timestamp": 0,
                                    "show_animation": true,
                                    "start_timestamp": 0,
                                    "switch": true
                                }
                            },
                            "block_message": true,
                            "countdown": 0,
                            "default_content": {
                                "default_format": {
                                    "bold": true,
                                    "color": "string",
                                    "font_size": 0,
                                    "italic": true,
                                    "italic_angle": 0,
                                    "use_heigh_light_color": true,
                                    "use_remote_clor": true,
                                    "weight": 0
                                },
                                "default_pattern": "string",
                                "key": "string",
                                "pieces": [
                                    {
                                        "string_value": "string",
                                        "type": 0
                                    }
                                ]
                            },
                            "owner_on_rank": true,
                            "owner_rank_idx": 0,
                            "rank_type": 0,
                            "related_tab_rank_type": 0,
                            "request_first_show_type": 0,
                            "reset_time": 0,
                            "roll_config": {
                                "duration": 0,
                                "weight": 0
                            },
                            "window_size": 0,
                            "class_info": {
                                "class_type": 0,
                                "star_count": 0
                            },
                            "entranceIcon": {
                                "avg_color": "string",
                                "height": 0,
                                "image_type": 0,
                                "is_animated": true,
                                "open_web_url": "string",
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "width": 0
                            }
                        }
                    ],
                    "tabs": [
                        {
                            "list_lynx_type": 0,
                            "rank_type": 0,
                            "title": "string",
                            "title_text": {
                                "default_format": {
                                    "bold": true,
                                    "color": "string",
                                    "font_size": 0,
                                    "italic": true,
                                    "italic_angle": 0,
                                    "use_heigh_light_color": true,
                                    "use_remote_clor": true,
                                    "weight": 0
                                },
                                "default_pattern": "string",
                                "key": "string",
                                "pieces": [
                                    "string"
                                ]
                            }
                        }
                    ]
                },
                "group_type": 0,
                "is_animation_loop_play": true,
                "union_animation": {
                    "rank_type_array": [
                        0
                    ],
                    "supported_version": 0,
                    "union_type": 0
                }
            }
        ],
        "extra": {
            "now": 0
        },
        "status_code": 0
    }
}
Built with