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

SearchHashTag

{
    "code": 0,
    "msg": "string",
    "data": {
        "ad_info": {},
        "challenge_list": [
            {
                "challenge_info": {
                    "banner_list": null,
                    "cha_attrs": null,
                    "cha_name": "string",
                    "cid": "string",
                    "collect_stat": 0,
                    "connect_music": [
                        "string"
                    ],
                    "desc": "string",
                    "extra_attr": {
                        "is_live": true
                    },
                    "hashtag_profile": "string",
                    "is_challenge": 0,
                    "is_commerce": true,
                    "is_pgcshow": true,
                    "schema": "string",
                    "search_cha_name": "string",
                    "search_highlight": null,
                    "share_info": {
                        "bool_persist": 0,
                        "now_invitation_card_image_urls": null,
                        "share_desc": "string",
                        "share_desc_info": "string",
                        "share_quote": "string",
                        "share_signature_desc": "string",
                        "share_signature_url": "string",
                        "share_title": "string",
                        "share_title_myself": "string",
                        "share_title_other": "string",
                        "share_url": "string"
                    },
                    "show_items": null,
                    "sub_type": 0,
                    "type": 0,
                    "use_count": 0,
                    "user_count": 0,
                    "view_count": 0
                },
                "items": null,
                "position": null
            }
        ],
        "cursor": 0,
        "extra": {
            "api_debug_info": null,
            "fatal_item_ids": [
                "string"
            ],
            "logid": "string",
            "now": 0,
            "search_request_id": "string",
            "server_stream_time": 0
        },
        "feedback_type": "string",
        "global_doodle_config": {
            "feedback_survey": [
                {
                    "feedback_type": "string",
                    "long_stress_info": null,
                    "multiple_choices": [
                        "string"
                    ],
                    "send_us_multiple_choices": null
                }
            ],
            "feel_good": {
                "extra": "string",
                "token": "string",
                "token_type": "string"
            },
            "hashtag_vertical_style_type": 0,
            "hide_results": true,
            "hit_dolphin": true,
            "hit_shark": true,
            "keyword": "string",
            "new_source": "string",
            "search_channel": "string",
            "tns_search_result": "string"
        },
        "has_more": 0,
        "is_match": true,
        "keyword_disabled": 0,
        "log_pb": {
            "impr_id": "string"
        },
        "qc": "string",
        "status_code": 0
    }
}
Built with