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

HashtagInfo

{
    "code": 0,
    "msg": "string",
    "data": {
        "ch_info": {
            "allow_upload_cover": true,
            "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",
            "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,
            "is_strong_music": true,
            "schema": "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
        },
        "dynamic_list": null,
        "extra": {
            "fatal_item_ids": [
                "string"
            ],
            "logid": "string",
            "now": 0
        },
        "log_pb": {
            "impr_id": "string"
        },
        "rec_list": null,
        "slide_list": null,
        "status_code": 0,
        "status_msg": "string"
    }
}
Built with