Tabcut Open API
  1. Item
Tabcut Open API
  • 【Must-Read】About Signature
  • Data APIs
    • Item
      • Item Ranking
        GET
      • Item Search
        GET
      • Item Basic
        GET
      • Item Specifications
        GET
      • Item Video List
        GET
      • Item Video List V2
        GET
      • Item Video Statistics V2
        GET
      • Item Creator List
        GET
      • Item Creator List V2
        GET
      • Item Trend
        GET
      • Item Sales Mode Distribution
        GET
      • Item Sales Mode Distribution V2
        GET
      • Item Sales Channels Distribution
        GET
      • Item Sales Channels Distribution V2
        GET
      • Item Live Room List
        GET
      • Item Live Room List V2
        GET
      • Item Live Statistics
        GET
      • Item Live Statistics V2
        GET
      • Item Creator Statistics
        GET
      • Item Creator Statistics V2
        GET
    • Item Creator
      • Item Creator Search
      • Item Creator Search V2
      • Item Creator Statistic
      • Item Creator Basic
      • Item Creator Items
      • Item Creator Items V2
      • Item Creator Item Category
      • Item Creator Item Category V2
      • Item Creator Video Trend
      • Item Creator Video Category
      • Item Creator Video Category V2
      • Item Creator Video List
      • Item Creator Video List V2
      • Item Creator Video Detail
      • Item Creator Trend
      • Item Creator Live List V2
      • Creator AI Insight Metrics
    • Seller
      • Seller Ranking
      • Seller Search
      • Seller Search V2
      • Seller - Basic Info
      • Seller - Statistics
      • Seller - Sales Distribution
      • Sales Trend Analysis
      • Video/Live Promotion Trend Analysis
      • Live Streaming Detailed Data
      • Category Analysis
      • Product Category List
      • Product List
      • Video Category List
      • Video List
      • Live Streaming List
      • Creator List
    • 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
  • 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

Item Live Room List V2

GET
/api/item/v2/live_list

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/v2/live_list?itemId&filterType&roomCreateBeginDs&roomCreateEndDs&pageNo&pageSize' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'

Responses

🟢200OK
application/json
OK
Body

Example
{
    "code": "200",
    "message": "成功!",
    "result": {
        "total": 61,
        "pageNo": 1,
        "pageSize": 2,
        "data": {
            "roomList": [
                {
                    "roomId": "7586655865177623317",
                    "roomName": "",
                    "liveDuration": 6158,
                    "roomCoverUrl": "https://cdn.tabcut.com/dataservice/media/live/7586655865177623317/cover.jpg?x-oss-process=image/resize,w_246,h_246/format,webp",
                    "authorAvatarUrl": "https://cdn.tabcut.com/dataservice/media/user/7547231110104351745/avatar.webp?x-oss-process=image/resize,w_246,h_246/format,webp",
                    "authorUid": "7547231110104351745",
                    "authorName": "すずき はると",
                    "uniqueId": "harutossuzuki",
                    "followerCountTotal": 1234,
                    "roomCreateTime": "2025-12-22 20:19:51",
                    "totalUser": 4858,
                    "liveItemSoldCountPeriod": 6,
                    "liveRoomGmvInfo": {
                        "periodCurrent": {
                            "local": 720.00,
                            "region": 4.87
                        }
                    },
                    "soldTransRate": 0.0012,
                    "currencySymbolInfo": {
                        "local": "¥",
                        "region": "$"
                    }
                },
                {
                    "roomId": "7586608786543020821",
                    "roomName": "",
                    "liveDuration": 6245,
                    "roomCoverUrl": "https://cdn.tabcut.com/dataservice/media/live/7586608786543020821/cover.jpg?x-oss-process=image/resize,w_246,h_246/format,webp",
                    "authorAvatarUrl": "https://cdn.tabcut.com/dataservice/media/user/7547231110104351745/avatar.webp?x-oss-process=image/resize,w_246,h_246/format,webp",
                    "authorUid": "7547231110104351745",
                    "authorName": "すずき はると",
                    "uniqueId": "harutossuzuki",
                    "followerCountTotal": 1234,
                    "roomCreateTime": "2025-12-22 17:17:16",
                    "totalUser": 2925,
                    "liveItemSoldCountPeriod": 2,
                    "liveRoomGmvInfo": {
                        "periodCurrent": {
                            "local": 240.00,
                            "region": 1.62
                        }
                    },
                    "soldTransRate": 0.0007,
                    "currencySymbolInfo": {
                        "local": "¥",
                        "region": "$"
                    }
                }
            ],
            "soldCountPeriod": 477
        }
    },
    "serverTime": "2025-12-23 19:32:35"
}
Modified at 2026-01-15 02:42:52
Previous
Item Live Room List
Next
Item Live Statistics
Built with