🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  1. Video
🇺🇸 English
  • 🇨🇳简体中文
  • 🇺🇸 English
  • Introduction
  • Authentication
  • User
    • Get user information by ID
      GET
    • Extract user user_id
      GET
    • Extract user sec_uid
      GET
    • Get user video feed
      GET
    • Get user liked video feed
      GET
    • Get user playlists
      GET
    • Get playlist information by ID
      GET
    • Get user follower list
      GET
    • Get user following list
      GET
    • Get user region
      GET
    • Get user stories
      GET
    • Check ttseller identity
      GET
    • Check showcase activated
      GET
  • Video
    • Get video information by ID
      GET
    • Comments by video ID
      GET
    • Get comment replies
      GET
    • Comment information by ID
      GET
    • Trending categories feed list
      GET
    • Trending feed
      GET
    • Get video feed by play ID
      GET
    • Get video feed by hashtag ID
      GET
    • Get video feed by music ID
      GET
    • Get hashtag information by ID
      GET
    • Get music information by ID
      GET
    • Get user music list by user ID
      GET
    • Get product related videos
      GET
    • Get seller related videos
      GET
  • 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
  1. Video

Get hashtag information by ID

GET
https://api.tikhubapi.com/api/v1//hashtag/info
Hashtag
Get hashtag information by ID

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Query Params

Responses

🟢200SUCCESS
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.tikhubapi.com/api/v1//hashtag/info?hashtag_id=1637342470396934' \
--header 'Authorization: Basic <encoded-value>'
Response Response Example
{
    "code": 0,
    "msg": "success",
    "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": "fypシ",
            "cid": "1637342470396934",
            "collect_stat": 0,
            "connect_music": [],
            "desc": "",
            "extra_attr": {
                "is_live": false
            },
            "hashtag_profile": "",
            "is_challenge": 0,
            "is_commerce": false,
            "is_pgcshow": false,
            "is_strong_music": false,
            "schema": "aweme://aweme/challenge/detail?cid=1637342470396934",
            "search_highlight": null,
            "share_info": {
                "bool_persist": 0,
                "now_invitation_card_image_urls": null,
                "share_desc": "Schau dir #fypシ bei TikTok an!",
                "share_desc_info": "Schau dir #fypシ bei TikTok an!",
                "share_quote": "",
                "share_signature_desc": "",
                "share_signature_url": "",
                "share_title": "Es wird gerade sehr beliebt auf TikTok! Klicke hier: fypシ",
                "share_title_myself": "",
                "share_title_other": "",
                "share_url": "https://www.tiktok.com/tag/fyp%E3%82%B7?_r=1&name=fyp%E3%82%B7&u_code=elg6i3gi657471&_d=elh2d0i49l67k8&share_challenge_id=1637342470396934&sharer_language=de&source=h5_m"
            },
            "show_items": null,
            "sub_type": 0,
            "type": 1,
            "use_count": 2697579297,
            "user_count": 2147483647,
            "view_count": 29153082738874
        },
        "dynamic_list": null,
        "extra": {
            "fatal_item_ids": [],
            "logid": "20250807122259771CC78362C0F5044FF7",
            "now": 1754569380000
        },
        "log_pb": {
            "impr_id": "20250807122259771CC78362C0F5044FF7"
        },
        "rec_list": null,
        "slide_list": null,
        "status_code": 0,
        "status_msg": ""
    }
}
Previous
Get video feed by music ID
Next
Get music information by ID
Built with