Tabcut Open API
  1. Meta APIs
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
  1. Meta APIs

Item Category List

GET
/api/meta/category

Request

Query Params
region
string 
optional
国家,默认值:US

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/meta/category?region='

Responses

🟢200成功
application/json
Body
code
string 
required
message
string 
required
result
array [object {5}] 
required
categoryName
string 
required
id
integer 
required
pid
null 
optional
region
null 
optional
level
null 
optional
serverTime
string 
required
Example
{
    "code": "200",
    "message": "成功!",
    "result": [
        {
            "categoryName": "Beauty & Personal Care",
            "id": 2,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Womenswear & Underwear",
            "id": 28,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Sports & Outdoor",
            "id": 23,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Health",
            "id": 9,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Phones & Electronics",
            "id": 21,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Collectibles",
            "id": 10,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Menswear & Underwear",
            "id": 18,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Fashion Accessories",
            "id": 6,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Household Appliances",
            "id": 13,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Kitchenware",
            "id": 16,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Food & Beverages",
            "id": 7,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Home Supplies",
            "id": 12,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Automotive & Motorcycle",
            "id": 27,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Furniture",
            "id": 8,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Luggage & Bags",
            "id": 17,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Toys & Hobbies",
            "id": 26,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Shoes",
            "id": 22,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Home Improvement",
            "id": 11,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Textiles & Soft Furnishings",
            "id": 24,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Computers & Office Equipment",
            "id": 5,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Tools & Hardware",
            "id": 25,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Books, Magazines & Audio",
            "id": 3,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Pet Supplies",
            "id": 20,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Jewelry Accessories & Derivatives",
            "id": 14,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Baby & Maternity",
            "id": 1,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Kids' Fashion",
            "id": 15,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Muslim Fashion",
            "id": 19,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Virtual Products",
            "id": 30,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Pre-Owned",
            "id": 31,
            "pid": null,
            "region": null,
            "level": null
        },
        {
            "categoryName": "Others",
            "id": 10000,
            "pid": null,
            "region": null,
            "level": null
        }
    ],
    "serverTime": "2025-06-24 20:38:23"
}
Modified at 2025-06-24 12:37:34
Previous
Region List
Next
Tiktok Category List
Built with