C/2/friendships/followers/login statistics-en

跳转到: 导航, 搜索

friendships/followers/login_statistics

Get the login distribution of an authorized users.

URL

https://c.api.weibo.com/2/friendships/followers/login_statistics.json

Supported Formats

JSON

HTTP Request Method

GET

Login Requirement

true
See Login and Authorization for details.

Authorized Access Limitation

Request for all the business API:

    • 50000 times per hour per IP;

Request Parameters

  Requires Type and Range Description
source false string This parameter is not needed when using OAuth, and is required when using other authorization methods. The value of this parameter is AppKey.
access_token false string This parameter is required when using OAuth, and is not needed when using other authorization methods. You will get the access_token after obtaining OAuth.

Notes

  • Only return the data of blue v users.
  • The data is calculated within the recent 7 days.

Response

JSON Example

{
    "uid":124353,
    "web":"4345",   //number of fans who log in through web
    "wap":"4345",   //number of fans who log in through wap
    "client":"3453",    //number of fans who log in through app
}

Please see Error Code Description for details of error information.

Field Description

none

Others

none

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


api评价