Tabcut Open API
    Tabcut Open API
    • 【Must-Read】About Signature
    • Data APIs
      • Item
        • Item Ranking
        • Item Search
        • Item Basic
        • Item Video List
        • Item Creator List
        • Item Trend
        • Item Sales Mode Distribution
        • Item Sales Channels Distribution
      • Item Creator
        • Item Creator Statistic
        • Item Creator Basic
        • Item Creator Items
        • Item Creator Item Category
        • Item Creator Video Trend
        • Item Creator Video Category
        • Item Creator Video List
        • Item Creator Video Detail
        • Item Creator Search
        • Item Creator Trend
      • Seller
        • Seller Ranking
        • Seller Search
      • Item Video
        • Item Video Item List
        • Item Video Trend
        • Item Video Basic
        • Item Video Play Url
    • Meta APIs
      • Translation of Item category names
      • Region List
        GET
      • Item Category List
        GET
      • Tiktok Category List
        GET
    • Schemas
      • 通用response结构
      • 通用趋势数据元素结构
      • ResultResponse?
      • CountVO
      • TrendElementVOLong
      • CurrencySymbolVO
      • TrendElementVOBigDecimal
      • GmvAmountVO
      • GmvInfoVO
      • VideoTrendVO
      • OpenApiCreatorStatisticVO
      • ResultResponseVideoTrendVO
      • ResultResponseListOpenApiCreatorStatisticVO

    ResultResponseVideoTrendVO

    {
        "code": "string",
        "message": "string",
        "result": {
            "videoId": "string",
            "playCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "commentCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "likeCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "downloadCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "shareCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "itemSoldCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "soldCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "localGmv": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "totalPlayCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "totalLikeCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "totalShareCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "totalCommentCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "totalSoldCount": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "totalLocalGmv": [
                {
                    "date": "string",
                    "score": 0
                }
            ],
            "currencySymbolInfo": {
                "local": "string",
                "region": "string"
            },
            "adAwemeSource": [
                {
                    "date": "string",
                    "score": 0
                }
            ]
        },
        "serverTime": "LocalDateTime.now()"
    }
    Built with