TikTok Explore Category List API
GET/tiktok/category
Fetches the category list from TikTok Explore API
Category list in response
[
{
"name": "All",
"type": "120"
},
{
"name": "Singing & Dancing",
"type": "119"
},
{
"name": "Comedy",
"type": "104"
},
{
"name": "Sports",
"type": "112"
},
{
"name": "Anime & Comics",
"type": "100"
},
{
"name": "Relationship",
"type": "107"
},
{
"name": "Shows",
"type": "101"
},
{
"name": "Lipsync",
"type": "110"
},
{
"name": "Daily Life",
"type": "105"
},
{
"name": "Beauty Care",
"type": "102"
},
{
"name": "Games",
"type": "103"
},
{
"name": "Society",
"type": "114"
},
{
"name": "Outfit",
"type": "109"
},
{
"name": "Cars",
"type": "115"
},
{
"name": "Food",
"type": "111"
},
{
"name": "Animals",
"type": "113"
},
{
"name": "Family",
"type": "106"
},
{
"name": "Drama",
"type": "108"
},
{
"name": "Fitness & Health",
"type": "117"
},
{
"name": "Education",
"type": "116"
},
{
"name": "Technology",
"type": "118"
}
]
Request
Responses
- 200
- 400
- 429
- 500
OK
Response Headers
X-RateLimit-Per-Second-Remaining
Number of remaining requests per second
Invalid input
Rate limit exceeded
Internal server error