获取微博用户原创微博数据/Get Weibo user original posts

Weiboapi

About

获取微博用户原创微博数据/Get Weibo user original posts

Documentation

获取微博用户原创微博数据/Get Weibo user original posts

[中文]

用途:

  • 获取指定用户发布的原创微博列表(排除转发内容)。

参数:

  • uid: 用户ID(必填)
  • page: 页码,从1开始(默认1)
  • since_id: 翻页标识(第一页必须从fetch_user_posts接口获取)

返回:

  • 原创微博列表,包含微博内容、图片、视频、互动数据等

注意:

  • 与fetch_user_posts的区别:本接口只返回原创微博,排除转发
  • since_id必须先调用fetch_user_posts获取,第一页必传,后续页面不传

[English]

Purpose:

  • Get original posts published by specified user (excluding reposts).

Parameters:

  • uid: User ID (required)
  • page: Page number, starts from 1 (default 1)
  • since_id: Pagination identifier (first page must get from fetch_user_posts)

Return:

  • Original post list, including content, images, videos, interaction data

Note:

  • Difference from fetch_user_posts: this API only returns original posts, excludes reposts
  • since_id must be obtained from fetch_user_posts first, required for first page, not needed for subsequent pages

[示例/Example]

uid = "7277477906" page = 1 since_id = "4924526881242703" # from fetch_user_posts response

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 获取微博用户原创微博数据/Get Weibo user original posts

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models