1. Item Creator
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
      • Item Search
      • Item Search V2
      • Item Basic
      • Item Specifications
      • Item Video List
      • Item Video List V2
      • Item Video List V3
      • Item Video Statistics V2
      • Item Creator List
      • Item Creator List V2
      • Item Creator List V3
      • Item Trend
      • Item Sales Mode Distribution
      • Item Sales Mode Distribution V2
      • Item Sales Channels Distribution
      • Item Sales Channels Distribution V2
      • Item Live Room List
      • Item Live Room List V2
      • Item Live Room List V3
      • Item Live Statistics
      • Item Live Statistics V2
      • Item Creator Statistics
      • Item Creator Statistics V2
    • Item Creator
      • Item Creator Search
        GET
      • Item Creator Search V2
        GET
      • Item Creator Search V3
        GET
      • Item Creator Statistic
        GET
      • Item Creator Statistic V2
        GET
      • Item Creator Basic
        GET
      • Item Creator Items
        GET
      • Item Creator Items V2
        GET
      • Item Creator Items V3
        GET
      • Item Creator Item Category
        GET
      • Item Creator Item Category V2
        GET
      • Item Creator Item Category V3
        GET
      • Item Creator Video Trend
        GET
      • Item Creator Video Category
        GET
      • Item Creator Video Category V2
        GET
      • Item Creator Video List
        GET
      • Item Creator Video List V2
        GET
      • Item Creator Video Detail
        GET
      • Item Creator Trend
        GET
      • Item Creator Live List V2
        GET
      • Creator AI Insight Metrics
        GET
      • Item Creator Seller List
        GET
    • Seller
      • Seller Ranking
      • Seller Search
      • Seller Search V2
      • Seller - Search V3
      • Seller - Basic Info
      • Seller - Statistics
      • Seller - Statistics V2
      • Seller - Sales Distribution
      • Sales Trend Analysis
      • Video/Live Promotion Trend Analysis
      • Live Streaming Detailed Data
      • Category Analysis
      • Product Category List
      • Seller - Item List V1
      • Seller - Item List V2
      • Video Category List
      • Video List
      • Live Streaming List
      • Seller - Creator List V1
      • Seller - Creator List V2
    • Item Video
      • Video Search
      • Item Video Basic
      • AI Insight
      • Item Video Item List
      • Item Video Trend
      • Item Video Play Url
      • Item Video Item List V2
    • Category
      • Potential Category List
    • Hashtag
      • Hashtag Search
      • Topic Rank
      • Topic Basic Info
      • Topic Usage Trend
      • Topic Associated Creator List
      • Topic Associated Video list
    • Live
      • Live Search
      • Live Room Basic
      • Product Category List
      • Product List
      • Live Room Trend
  • Meta APIs
    • Translation of Item category names
    • Country List
    • Item Category List
    • Tiktok Category List
    • Metadata - Language List
    • Metadata - Country List
  • Schemas
    • 通用response结构
    • 通用趋势数据元素结构
    • GMVInfoVO
    • ResultResponse?
    • RangeVO
    • CountVO
    • DistributionVO
    • TrendElementVOLong
    • sales distribution Creator info
    • Currency Symbol Info
    • TrendElementVOBigDecimal
    • CurrencySymbolVO
    • GmvAmountVO
    • GmvInfoVO
    • VideoTrendVO
    • OpenApiCreatorStatisticVO
    • ResultResponseVideoTrendVO
    • ResultResponseListOpenApiCreatorStatisticVO
  1. Item Creator

Item Creator Statistic V2

GET
/api/item_creator/v2/statistic

Request

Query Params

Header Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/v2/statistic?uid=123456789&period=30d' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "200",
    "message": "Success!",
    "result": {
        "followerCountPeriod": 0,
        "likeCountPeriod": 0,
        "videoCountPeriod": 0,
        "avgPlayCountPeriod": 0,
        "liveCountPeriod": 0,
        "avgLiveCountPeriod": 0,
        "totalItemCountPeriod": 0,
        "totalSellerCountPeriod": 0,
        "totalSoldCountPeriod": 0,
        "totalLocalGmvPeriod": {
            "local": 0,
            "region": 0
        },
        "avgPriceTotalPeriod": {
            "local": 0,
            "region": 0
        },
        "itemCountByVideoPeriod": 0,
        "soldCountByVideoPeriod": 0,
        "gmvByVideoPeriod": {
            "local": 0,
            "region": 0
        },
        "avgPriceByVideoPeriod": {
            "local": 0,
            "region": 0
        },
        "itemVideoEngageRatePeriod": {
            "local": 0,
            "region": 0
        },
        "followerEngageRatePeriod": {
            "local": 0,
            "region": 0
        },
        "itemVideoCountPeriod": 0,
        "itemVideoAvgPlayCountPeriod": 0,
        "itemVideoAvgLikeCountPeriod": 0,
        "avgLikeCountPeriod": 0,
        "avgCommentCountPeriod": 0,
        "itemVideoLanguagePercentPeriod": "string",
        "itemLocationPercentPeriod": [
            {
                "country_name": "string",
                "country_percent": 0,
                "city_percent_list": [
                    {
                        "key": "string",
                        "value": 0
                    }
                ]
            }
        ],
        "itemCountByLivePeriod": 0,
        "soldCountByLivePeriod": 0,
        "gmvByLivePeriod": {
            "local": 0,
            "region": 0
        },
        "avgPriceByLivePeriod": {
            "local": 0,
            "region": 0
        },
        "videoCountWithSalesPeriod": 0,
        "videoOrderConversionRate": 0,
        "videoConversionRate": 0,
        "revenuePerThousandPlays": 0,
        "liveRoomCountPeriod": 0,
        "liveOrderConversionRate": 0,
        "viewerTotalPeriod": 0,
        "liveConversionRate": 0,
        "liveRevenuePerThousandViews": 0,
        "currencySymbolInfo": {
            "local": "string",
            "region": "string"
        },
        "followerGendersTrend": [
            {
                "date": "string",
                "score": 0
            }
        ],
        "followerAgesTrend": [
            {
                "date": "string",
                "score": 0
            }
        ]
    },
    "serverTime": "2026-03-28 10:00:00"
}
Modified at 2026-03-28 10:26:00
Previous
Item Creator Statistic
Next
Item Creator Basic
Built with