Weibo modelsapi generation api

weibo/app/user-timeline

Get the list of posts published by specified user, support pagination and multiple content filters.

Input
Idle

Example output — click Run to generate your own

API README

Get user timeline

Purpose:

  • Get the list of posts published by specified user, support pagination and multiple content filters. Parameters:
  • uid: User ID (required)
  • page: Page number, starts from 1 (default 1)
  • filter_type: Filter type (default "all")
    • all: All posts
    • original: Original posts
    • likes: Liked posts
    • video: Video posts
    • pic: Picture posts
    • location: Location check-in posts
    • month: Filter by time (must pass month parameter)
  • month: Time filter parameter, format YYYYMMDD (only used when filter_type=month) Return:
  • Post list data, including post content, images, videos, etc. Note:
  • If user has set privacy protection, post list may not be available
  • About 20 posts per page
  • When using time filter, must specify both filter_type=month and month parameter

[Example]

uid = "7648703289" page = 1 filter_type = "all"

or filter_type = "video" for videos only

or filter_type = "month" with month = "20251010" for time filter

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

Related Models