Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
{
"code": 200,
"data": {
"groups": [
{
"title": "分组名称/Group name",
"group_type": 0,
"group": [
{
"gid": "分组ID/Group ID",
"uid": 1,
"title": "分组标题/Group title",
"containerid": "容器ID/Container ID",
"type": "分组类型/Group type"
}
]
}
],
"total_number": "总分组数量/Total group count"
}
}
gid
和 containerid
用于时间轴请求/Extract gid
and containerid
from results for timeline requeststitle
展示用户友好的分组名称/Display user-friendly group names based on title
Authorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/weibo/web_v2/fetch_all_groups' \
--header 'Authorization: Bearer <token>'
{
"code": 200,
"request_id": "string",
"message": "Request successful. This request will incur a charge.",
"message_zh": "请求成功,本次请求将被计费。",
"support": "Discord: https://discord.gg/aMEAS8Xsvz",
"time": "2025-09-16 03:14:36",
"time_stamp": 1758017676,
"time_zone": "America/Los_Angeles",
"docs": "string",
"router": "",
"params": {},
"data": null
}