C/2/business/get count

跳转到: 导航, 搜索

business/get_count

获取当前应用的配额消耗 。

URL

https://c.api.weibo.com/2/business/get_count.json

支持格式

JSON

HTTP请求方式

GET

是否需要登录


关于登录授权,参见 如何登录授权

访问授权限制


请求所有商业接口:

    • 50000次/小时/IP;

请求参数

  必选 类型及范围 说明
source false string 采用OAuth授权方式不需要此参数,其他授权方式为必填参数,数值为应用的AppKey。
access_token false string 采用OAuth授权方式为必填参数,其他授权方式不需要此参数,OAuth授权后获得。
date true string 查询日期,格式为XXXX-XX-XX。

注意事项

返回结果

JSON示例

{
       sub_count: {
              10134: "0"
       },
       search_count: "339268",
       history_search_count: "0",
       fans_count: "0",
       fans_total_count: "0",
       total_count: "29214936",
       repost_count: "125506",
       comments_count: "34466",
       repost_status_count: "67784",
       user_mention_count: "0",
       user_batch_count: "57722",
       user_timeline_other_count: "0",
       user_place_count: "0",
       comment_show_count: "34466",
       comment_by_me_count: "0",
       comment_to_me_count: "0",
       comment_timeline_count: "0",
       comment_mention_count: "0",
       fs_followers_count: "0",
       fs_friends_count: "0",
       fs_total_count: "0"
}

关于错误返回值与错误代码,参见 错误代码说明

字段说明

其他



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


api评价