Weibo API

Identified as The interface of is a high-level permission interface, which can be called only after application. Please refer to Advanced interface application

Identified as The interface of is the interface that needs to make a separate SCOPE authorization request to the user. It can be called only after the user authorizes separately. See SCOPE


OAuth2( developer's guide
Request authorization oauth2/authorize Request user authorization token
Obtaining authorization oauth2/access_token Obtain authorized Access Token
Authorization query oauth2/get_token_info Query the authorization related information of user access_token
Replace Authorization oauth2/get_oauth2_token Change the Access Token of OAuth1.0 to the Access Token of OAuth2.0
Authorized recycling oauth2/revokeoauth2 The authorization recycling interface helps developers cancel user authorization actively
Other interfaces account/rate_limit_status Get the API access frequency limit of the current authorized user
account/get_uid Obtain the user's UID after authorization
account/profile/email Obtain the user's contact email after authorization
user
Read interface users/show Obtain user information after authorization
users/domain_show Obtain user information through personalized domain name after authorization
micro-blog
Read interface statuses/home_timeline Get the latest Weibo of the current authorized user and the users they follow
statuses/user_timeline Get Weibo published by authorized users
statuses/repost_timeline Return to the latest forwarded microblog of an original microblog
statuses/mentions Get the latest Weibo of @ current authorized users
statuses/show Get single microblog information according to ID
statuses/count Get the number of forwarded comments of the specified microblog in batch
statuses/go Jump to a single microblog page according to ID
emotions Get official emoticons
Write interface statuses/share Third party sharing link to Weibo
comment
Read interface comments/show Get the comment list of a microblog
comments/mentions Get @ to my comments
Write interface comments/create Comment on a Weibo
comments/reply Reply to a comment I received



Document update time: May 9, 2025