Skip to content

account.rate limit status

LiChao edited this page Nov 17, 2011 · 4 revisions

#GET /account/rate_limit_status

获取 API 限制

##路径

http://api.fanfou.com/account/rate_limit_status.[json|xml]

##调用方法

GET

##条件限制

需要登陆

##参数

###callback

  • 作用: 当使用json格式时,生成的json对象将作为参数传给指定的javascript函数

  • 格式: callback=javascript函数名

  • 字段说明: 可选

##返回值

成功

  • HTTP Statuse Code

    200 OK HTTP/1.1

    {
        "reset_time": "Mon Nov 14 08:57:28 +0000 2011",
        "remaining_hits": 150,
        "hourly_limit": 150,
        "reset_time_in_seconds": 1321261048
    }

失败

Clone this wiki locally