C/2/users/receive like count-en

跳转到: 导航, 搜索

users/receive_like_count

Return daily number of likes of a user in recent 90 days.

URL

https://c.api.weibo.com/2/users/receive_like_count.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


Request all APIs:

    • 50000/hour/IP;

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.
uid false int64 user id that needs to be searched
starttime true string format: XXXX-XX-XX.
endtime true string format: XXXX-XX-XX.

Notes

  • Support up to 90 days' data,
  • Start date and end date could be the same day.

Response

JSON Example

{
    "uid": 10438,
    "result": [
        {
            "day": "2011-12-12",
            "receive_like_count": "53150"  //number of likes
        },
        ...
    ]
}

See the Error Code Description for the error information details.

Field Description

none

Others

none

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


api评价