# Weibo (微博) API (/api/weibo)



Public-data Weibo endpoints (Web-V2 surface).

## Operations [#operations]

* [`GET /weibo/hot-search`](/api/weibo/hot-search/get) — List Weibo realtime trending topics — List Weibo realtime trending topics
* [`GET /weibo/posts/{id}/comments`](/api/weibo/posts/id/comments/get) — List comments on a Weibo post — List comments on a Weibo post
* [`GET /weibo/posts/{id}`](/api/weibo/posts/id/get) — Get a Weibo post by id — Get a Weibo post by id
* [`GET /weibo/users/{uid}/fans`](/api/weibo/users/uid/fans/get) — List Weibo followers of a user — List Weibo followers of a user
* [`GET /weibo/users/{uid}/following`](/api/weibo/users/uid/following/get) — List accounts a Weibo user follows — List accounts a Weibo user follows
* [`GET /weibo/users/{uid}/posts`](/api/weibo/users/uid/posts/get) — List Weibo posts by a user — List Weibo posts by a user
* [`GET /weibo/users/{uid}`](/api/weibo/users/uid/get) — Get a Weibo user profile by uid — Get a Weibo user profile by uid
