2/statuses/mentions/ids/en

跳转到: 导航, 搜索

statuses/mentions/ids

Return the latest N weibos ID metioned the authenticating user. (That is the weibo contained @username)

URL

https://api.weibo.com/2/statuses/mentions/ids.json

Supported Formats

JSON

HTTP Request Method

GET

Requires Login

true
See the Login and Authorization Mechanism Statement for login and authorization details.

Requests Count Limitation

Level:Normal
Count Limitation:true
See the Interface Access Rights Statement for the request count limitation details.

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth.The value of this parameter is the AppKey.
access_token false string This parameter is required when using OAuth.You will get the access_token after oauth authorization.
since_id false int64 Return the weibos ID with the ID greater than (that is, more recent than) the specified ID,the default value is 0.
max_id false int64 Return the weibos ID with the ID smaller than the specified ID or equal with the specified ID,the default value is 0.
count false int The returned count for every page.The default value is 50.
page false int The returned page.The default value is 1.
filter_by_author false int Return the weibos ID by the owner type. 0 : all types; 1 : my friend; 2 : stranger; The default value is 0.
filter_by_source false int Return the weibos ID by the source type. 0 : all types; 1 : from weibo; 2 : from weiqun; The default value is 0.
filter_by_type false int Return the weibos ID by the type. 0 : all types; 1 : original weibos; The default value is 0.

Notes

None

Response

JSON Example

{
    "statuses": [
        "3382905382185354",
        "3382905252160340",
        "3382905235630562",
        ...
    ],
    "previous_cursor": 0,
    "next_cursor": 0,
    "total_number": 16
}

See the Error Code Description for the error information details.

Field Description

None

Others

None



Language: [[{{{2/uri}}}|中文]]