← All APIsWeibo
Social platformsLive
Weibo (微博) Web-V2 surface — profile + post + comment + hot-search coverage with `万`/`亿` follower-count parsing already done. Identity is numeric `uid`; post id is numeric `mid`.
Endpoints
5 ready-to-call endpoints
GET/weibo/users/{uid}
Get a user by uid
Profile, follower count (parsed from `43.2万`-style upstream strings), verification status.
GET/weibo/users/{uid}/posts
List user posts
Posts published by a user.
GET/weibo/posts/{id}
Get a post by id
Full post detail with author and stat counters.
GET/weibo/posts/{id}/comments
List post comments
Paginated comments on a post (HTML stripped to plain text).
GET/weibo/hot-search
Real-time hot search
Current realtime hot topic ranking on Weibo.