Weibo modelsapi generation api

weibo/app/user-album

Get the album content of specified user.

Input
Idle

Example output — click Run to generate your own

API README

Get user album

Purpose:

  • Get the album content of specified user. Parameters:
  • uid: User ID (required)
  • since_id: Pagination cursor, don't pass for first request, use returned since_id for subsequent requests Return:
  • User album data, including image list, etc. Note:
  • If user has set privacy protection, album may not be available
  • Uses cursor pagination (since_id), not page numbers

[Example]

uid = "7648703289" since_id = None # First page

since_id = "5012154263666753_4990205358511630|1034:4990204960768042_20240328_-1" # Next page

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

Related Models