Tabcut Open API
  1. Item Creator
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
        GET
      • Item Creator Basic
        GET
      • Item Creator Items
        GET
      • Item Creator Item Category
        GET
      • Item Creator Video Trend
        GET
      • Item Creator Video Category
        GET
      • Item Creator Video List
        GET
      • Item Creator Video Detail
        GET
      • Item Creator Search
        GET
      • Item Creator Trend
        GET
    • 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
  1. Item Creator

Item Creator Basic

GET
/api/item_creator/basic

Request

Query Params

Header Params

Request 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/basic?uidList' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'

Responses

🟢200Success
application/json
Body

Example
{
    "code": "string",
    "message": "string",
    "result": [
        {
            "uid": "string",
            "avatarUrl": "string",
            "name": "string",
            "uniqueId": "string",
            "region": "string",
            "itemCategoryIds": "string",
            "itemCategoryNames": "string",
            "followerCountInfo": {
                "total": 0
            },
            "likeCountInfo": {
                "total": 0
            },
            "playCountInfo": {
                "total": 0
            },
            "videoCountInfo": {
                "total": 0,
                "totalFromStart": 0
            },
            "itemVideoCountInfo": {
                "total": 0,
                "totalFromStart": 0
            },
            "videoDuration": {
                "avg": 0
            },
            "soldCountInfo": {
                "video": 0
            },
            "gmvInfo": {
                "video": {
                    "local": 0
                }
            },
            "gpmInfo": {
                "video": 0
            },
            "currencySymbolInfo": {
                "local": "string"
            },
            "mcnName": "string",
            "userType": 0,
            "updateTime": 0,
            "insId": "string",
            "bio_url": "string",
            "youtubeChannelId": "string",
            "liveRoomCountInfo": {
                "total": 0
            }
        }
    ],
    "serverTime": "string"
}
Modified at 2025-07-21 06:17:45
Previous
Item Creator Statistic
Next
Item Creator Items
Built with