C/2/common/get recall times-en

跳转到: 导航, 搜索
 
第8行: 第8行:
 
{{api_args|starttime|true|string|The start date that you want to query, format:XXXXXXXX, for example:20180701.}}
 
{{api_args|starttime|true|string|The start date that you want to query, format:XXXXXXXX, for example:20180701.}}
 
{{api_args|endtime|true|string|The end date that you want to query, format:XXXXXXXX, for example:20180701.}}
 
{{api_args|endtime|true|string|The end date that you want to query, format:XXXXXXXX, for example:20180701.}}
{{api_args|type|false|int|1: get results of business API, 3: get results of rate limit based API, 1 is the default value }}
+
{{api_args|type|false|int|1: get results of business API, 3: get results of rate limit based API, 1 is the default value.}}
{{api_args|appkey|true|int|The appkey of current application }}
+
{{api_args|appkey|true|int|The appkey to search.}}
 
|
 
|
 
result=
 
result=

2018年7月27日 (五) 15:56的最后版本

common/get_recall_times

get the API calling times of the authorized applicaion .

URL

https://c.api.weibo.com/2/common/get_recall_times.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.
starttime true string The start date that you want to query, format:XXXXXXXX, for example:20180701.
endtime true string The end date that you want to query, format:XXXXXXXX, for example:20180701.
type false int 1: get results of business API, 3: get results of rate limit based API, 1 is the default value.
appkey true int The appkey to search.

Notes

None

Response

JSON Example

{
   "appkey": "234354653",
    "result": [
        {
            "day_key": "2011-12-12",
            "/statuses/repost_timeline/all": "63",   
            "/comments/show/all":"2343",
            "/tags/tags_batch/other": "3235"
        },
        ...
    ]
}

Please see Error Code Description for details of error information.

Field Description

None

Others

None

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


文档更新时间: 2018-07-27
api评价