EchoTik API Docs
๐Ÿ‡บ๐Ÿ‡ธ English
  • ๐Ÿ‡จ๐Ÿ‡ณ็ฎ€ไฝ“ไธญๆ–‡
  • ๐Ÿ‡บ๐Ÿ‡ธ English
EchoTik API Dashboard
EchoTik API Dashboard
๐Ÿ‡บ๐Ÿ‡ธ English
  • ๐Ÿ‡จ๐Ÿ‡ณ็ฎ€ไฝ“ไธญๆ–‡
  • ๐Ÿ‡บ๐Ÿ‡ธ English
๐Ÿ‡บ๐Ÿ‡ธ English
  • ๐Ÿ‡จ๐Ÿ‡ณ็ฎ€ไฝ“ไธญๆ–‡
  • ๐Ÿ‡บ๐Ÿ‡ธ English
  1. Social media analysis
  • Introduction
  • Interface authentication instructions
  • Pagination Methods Explanation
  • Influencer
    • Influencer List - EchoTik
      GET
    • Influencer Trends (Snapshot) - EchoTik
      GET
    • Batch fetch influencer details - EchoTik
      GET
    • Influencer Video List - EchoTik
      GET
    • Influencer Livestream List - EchoTik
      GET
    • Influencer Product List - EchoTik
      GET
    • Influencer Rankings List - EchoTik
      GET
    • Influencer Details - Real-time interface
      GET
    • Influencer Video List - Real-time Interface
      GET
    • Influencer Follower List - Real-time Interface
      GET
    • Influencer Following List - Real-time Interface
      GET
    • Influencer Regional Acquisition - Real-time Interface
      GET
  • Product
    • Product category dimension data
      • Data Description
      • Product First-Level Category List
      • Product Secondary Category List
      • Product Subcategory Category List
    • Product List - EchoTik
      GET
    • Product Trends (Snapshot) - EchoTik
      GET
    • Batch fetch product details - EchoTik
      GET
    • Product Review List - EchoTik
      GET
    • Product Association Sales Creator List - EchoTik
      GET
    • Product Associated Video List - EchoTik
      GET
    • Product Association Live Stream List - EchoTik
      GET
    • Product Ranking List - EchoTik
      GET
    • Get Product ID via Product Share Link - Real-time Interface
      GET
    • Get product details - Real-time interface
      GET
    • Product Review List - Real-time interface
      GET
  • Shop
    • Product category dimension data
      • Data Description
      • Product First-Level Category List
      • Product Secondary Category List
      • Product Subcategory Category List
    • Shop List - EchoTik
    • Shop Trends (Snapshot) - EchoTik
    • Shop Detail - EchoTik
    • Shop's product list - EchoTik
    • Shop Related Creators List - EchoTik
    • Shop Related Video List - EchoTik
    • Shop Related Live Stream List - EchoTik
    • Shop Ranking List - EchoTik
    • Shop's product list - Real-time interface
  • Video
    • Video List - EchoTik
    • Video Trends (Snapshot) - EchoTik
    • Batch fetch video details - EchoTik
    • Video-related product list - EchoTik
    • Video Ranking List - EchoTik
    • Video Details - Real-time Interface
    • Video Text and Subtitle Extraction - Real-time Interface
    • Video Tag Hashtag Associated Video List - Real-Time Interface
    • Video-related comment list - Real-time interface
    • Video comment reply list - Real-time interface
  • Live
    • Live Stream Details - Real-time Interface
  • Search
    • General Search Interface - EchoTik
    • Search by image - EchoTik
    • Video tag hashtag search - Real-time interface
    • Creator search - Real-time interface
    • Music Search - Real-time Interface
    • Video Search - Real-time Interface
    • Live Stream Search - Real-time Interface
  • Social media analysis
    • Video comment word analysis - Real-time interface
      GET
    • Video interaction trend in the past 14 days - Real-time interface
      GET
    • Creator Milestone - Real-time Interface
      GET
  • Batch download cover images
    GET
EchoTik API Dashboard
EchoTik API Dashboard
๐Ÿ‡บ๐Ÿ‡ธ English
  • ๐Ÿ‡จ๐Ÿ‡ณ็ฎ€ไฝ“ไธญๆ–‡
  • ๐Ÿ‡บ๐Ÿ‡ธ English
๐Ÿ‡บ๐Ÿ‡ธ English
  • ๐Ÿ‡จ๐Ÿ‡ณ็ฎ€ไฝ“ไธญๆ–‡
  • ๐Ÿ‡บ๐Ÿ‡ธ English
  1. Social media analysis

Video interaction trend in the past 14 days - Real-time interface

GET
https://open.echotik.live/api/v3/realtime/video/trend_insight
Retrieve the collection, comment, like, and play data for this video and the recent 14 days via video_id.
Real-time data without field descriptions, the interfaces are all native TikTok return content.
Note: Real-time interfaces may encounter risk control detection at any time. If code=500 is returned, please retry.

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

๐ŸŸข200ๆˆๅŠŸ
application/json
Body

Example
{
    "code": 0,
    "message": "success",
    "data": {
        "video_summary": {
            "title": "Overview",
            "content": "This is the creator's most-viewed post. Study the content, style, and techniques used and apply them in your posts to gain more reach or engagement."
        },
        "current_interaction": {
            "favorites": 71869,
            "comments": 3847,
            "views": 56008699,
            "likes": 282729
        },
        "14d_interaction": {
            "favorites": [
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760572800
                    },
                    "value": 12061
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760659200
                    },
                    "value": 6698
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760745600
                    },
                    "value": 7675
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760832000
                    },
                    "value": 5697
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760918400
                    },
                    "value": 3059
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761004800
                    },
                    "value": 2920
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761091200
                    },
                    "value": 3710
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761177600
                    },
                    "value": 3643
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761264000
                    },
                    "value": 3046
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761350400
                    },
                    "value": 3637
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761436800
                    },
                    "value": 4184
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761523200
                    },
                    "value": 2482
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761609600
                    },
                    "value": 2097
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761696000
                    },
                    "value": 1634
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761782400
                    },
                    "value": 466
                }
            ],
            "comments": [
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760572800
                    },
                    "value": 339
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760659200
                    },
                    "value": -337
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760745600
                    },
                    "value": 1055
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760832000
                    },
                    "value": 255
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760918400
                    },
                    "value": 208
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761004800
                    },
                    "value": 197
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761091200
                    },
                    "value": 196
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761177600
                    },
                    "value": 191
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761264000
                    },
                    "value": 183
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761350400
                    },
                    "value": 184
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761436800
                    },
                    "value": 230
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761523200
                    },
                    "value": 177
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761609600
                    },
                    "value": 147
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761696000
                    },
                    "value": -3018
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761782400
                    },
                    "value": 3200
                }
            ],
            "views": [
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760572800
                    },
                    "value": 5729489
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760659200
                    },
                    "value": 3875037
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760745600
                    },
                    "value": 4693115
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760832000
                    },
                    "value": 4031819
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760918400
                    },
                    "value": 1802302
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761004800
                    },
                    "value": 1704876
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761091200
                    },
                    "value": 2194221
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761177600
                    },
                    "value": 3000309
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761264000
                    },
                    "value": 3026261
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761350400
                    },
                    "value": 4324311
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761436800
                    },
                    "value": 3071602
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761523200
                    },
                    "value": 3385654
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761609600
                    },
                    "value": 1524496
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761696000
                    },
                    "value": 1624895
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761782400
                    },
                    "value": 696926
                }
            ],
            "likes": [
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760572800
                    },
                    "value": 35916
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760659200
                    },
                    "value": 24401
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760745600
                    },
                    "value": 28540
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760832000
                    },
                    "value": 20394
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1760918400
                    },
                    "value": 11364
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761004800
                    },
                    "value": 11275
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761091200
                    },
                    "value": 14415
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761177600
                    },
                    "value": 14486
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761264000
                    },
                    "value": 14163
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761350400
                    },
                    "value": 13902
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761436800
                    },
                    "value": 18185
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761523200
                    },
                    "value": 11725
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761609600
                    },
                    "value": 9623
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761696000
                    },
                    "value": 8210
                },
                {
                    "message": {
                        "data_source": 3,
                        "status": 1,
                        "timestamp": 1761782400
                    },
                    "value": 2044
                }
            ]
        }
    },
    "requestId": "6706d230-2707-4c9d-ae83-6517ee7c0be6"
}
Previous
Video comment word analysis - Real-time interface
Next
Creator Milestone - Real-time Interface
Built with