C/2/users/page visit-en

跳转到: 导航, 搜索

users/page_visit

Return user's daily Page View, Unique View, Average Visiting Time of the recent 90 days.

URL

https://c.api.weibo.com/2/users/page_visit.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.
sdate true string The starting time, the format is xxxx-xx-xx.
edate true string The ending time, the format is xxxx-xx-xx.
uid true int64 The ID of searched users.

Notes

  • Support up to 90 days' data;

Response

JSON Example

{
    "errno": 1,
    "msg": "成功",
    "code": "B00001",
    "result": {
        "pv": {
            "2015-06-20": "316",
            "2015-06-21": "295",
            "2015-06-22": "376"
        },
        "uv": {
            "2015-06-20": "146",
            "2015-06-21": "159"
        },
        "livetime": {
            "2015-06-20": "247.79",
            "2015-06-21": "179.43"
        }
    }
}

See the Error Code Description for the error information details.

Field Description

none

Others

none

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


文档更新时间: 2015-07-29
api评价