获取微博用户文章数据/Get Weibo user posts

Weiboapi

About

获取微博用户文章数据/Get Weibo user posts

Documentation

获取微博用户文章数据/Get Weibo user posts

[中文]

用途:

  • 获取指定用户发布的微博列表,支持分页和多种数据详细程度。

参数:

  • uid: 用户ID(必填)
  • page: 页码,从1开始(默认1)
  • feature: 数据特征值(默认0)
    • 0: 返回10条基础数据
    • 1: 返回20条扩展数据
    • 2: 返回20条图片相关数据
    • 3: 返回20条完整数据
  • since_id: 翻页标识,用于获取下一页数据

返回:

  • 微博列表数据,包含微博内容、图片、视频等信息
  • 包含 since_id 字段用于翻页

注意:

  • feature=0性能最佳,feature=3数据最全

[English]

Purpose:

  • Get the list of posts published by specified user, support pagination and multiple data detail levels.

Parameters:

  • uid: User ID (required)
  • page: Page number, starts from 1 (default 1)
  • feature: Data feature value (default 0)
    • 0: Return 10 basic posts
    • 1: Return 20 extended posts
    • 2: Return 20 image-related posts
    • 3: Return 20 complete posts
  • since_id: Pagination identifier for next page

Return:

  • Post list data, including post content, images, videos, etc.
  • Contains since_id field for pagination

Note:

  • feature=0 has best performance, feature=3 has most complete data

[示例/Example]

uid = "7277477906" page = 1 feature = 0

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

Try 获取微博用户文章数据/Get Weibo user posts

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

Open in Playground

Related Models