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

TrendingVideoList

{
    "code": 0,
    "msg": "string",
    "data": {
        "category_list": [
            {
                "aweme_list": [
                    {
                        "anchors": null,
                        "aweme_id": "string",
                        "aweme_type": 0,
                        "banners": null,
                        "behind_the_song_music_ids": null,
                        "behind_the_song_video_music_ids": null,
                        "branded_content_accounts": null,
                        "cha_list": null,
                        "challenge_position": null,
                        "comment_topbar_info": null,
                        "commerce_config_data": null,
                        "content_desc_extra": null,
                        "cover_labels": null,
                        "create_time": 0,
                        "desc": "string",
                        "geofencing": null,
                        "geofencing_regions": null,
                        "green_screen_materials": null,
                        "has_promote_entry": 0,
                        "hybrid_label": null,
                        "image_infos": null,
                        "interaction_stickers": null,
                        "is_pgcshow": true,
                        "label_top_text": null,
                        "long_video": null,
                        "mask_infos": null,
                        "muf_comment_info_v2": null,
                        "nickname_position": null,
                        "operator_boost_info": null,
                        "origin_comment_ids": null,
                        "picked_users": null,
                        "position": null,
                        "products_info": null,
                        "promote_toast": "string",
                        "promote_toast_key": "string",
                        "question_list": null,
                        "reference_tts_voice_ids": null,
                        "reference_voice_filter_ids": null,
                        "search_highlight": null,
                        "status": {
                            "allow_comment": true,
                            "allow_share": true,
                            "download_status": 0,
                            "is_delete": true
                        },
                        "survey_info": null,
                        "text_extra": null,
                        "tts_voice_ids": null,
                        "uniqid_position": null,
                        "video": {
                            "animated_cover": {
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "url_prefix": null
                            },
                            "big_thumbs": null,
                            "bit_rate": null,
                            "bit_rate_audio": null,
                            "cover": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "url_prefix": null,
                                "width": 0
                            },
                            "dynamic_cover": {
                                "height": 0,
                                "uri": "string",
                                "url_list": [
                                    "string"
                                ],
                                "url_prefix": null,
                                "width": 0
                            },
                            "height": 0,
                            "tags": null,
                            "width": 0
                        },
                        "video_labels": null,
                        "video_text": null,
                        "voice_filter_ids": null
                    }
                ],
                "category_type": 0,
                "challenge_info": {
                    "author": {
                        "account_labels": null,
                        "ad_cover_url": null,
                        "advance_feature_item_order": null,
                        "advanced_feature_info": 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,
                        "platform_sync_info": null,
                        "relative_users": null,
                        "search_highlight": null,
                        "shield_edit_field_info": null,
                        "type_label": null,
                        "user_profile_guide": null,
                        "user_tags": null,
                        "white_cover_url": null
                    },
                    "banner_list": null,
                    "cha_attrs": null,
                    "cha_name": "string",
                    "cid": "string",
                    "connect_music": null,
                    "desc": "string",
                    "is_pgcshow": true,
                    "schema": "string",
                    "search_highlight": null,
                    "show_items": null,
                    "sub_type": 0,
                    "type": 0,
                    "use_count": 0,
                    "user_count": 0,
                    "view_count": 0
                },
                "click_track_url_list": null,
                "desc": "string",
                "track_url_list": null
            }
        ],
        "cursor": 0,
        "device_type": 0,
        "extra": {
            "fatal_item_ids": [
                "string"
            ],
            "logid": "string",
            "now": 0
        },
        "has_more": 0,
        "log_pb": {
            "impr_id": "string"
        },
        "status_code": 0,
        "status_msg": "string"
    }
}
Built with