API Documentation
applications/listUsage
Returns the API usage per day for this application.
URL
https://disqus.com/api/3.0/applications/listUsage.json
Accessibility
public key, secret key
Supported request methods
GET
Supported formats
json, jsonp
Requires authentication
yes
Rate limited
inherits global rate limit
Arguments
Optional
-
application
Defaults to
null
-
days
Defaults to
30
Maximum value of 30
Example Responses
Expand
json
GET days=30
{ "code":0, "response":[ [ "2011-10-03T00:00:00", 0 ], [ "2011-10-04T00:00:00", 0 ], [ "2011-10-05T00:00:00", 0 ], [ "2011-10-06T00:00:00", 0 ], [ "2011-10-07T00:00:00", 0 ], [ "2011-10-08T00:00:00", 0 ], [ "2011-10-09T00:00:00", 0 ], [ "2011-10-10T00:00:00", 0 ], [ "2011-10-11T00:00:00", 0 ], [ "2011-10-12T00:00:00", 0 ], [ "2011-10-13T00:00:00", 0 ], [ "2011-10-14T00:00:00", 0 ], [ "2011-10-15T00:00:00", 0 ], [ "2011-10-16T00:00:00", 0 ], [ "2011-10-17T00:00:00", 0 ], [ "2011-10-18T00:00:00", 0 ], [ "2011-10-19T00:00:00", 0 ], [ "2011-10-20T00:00:00", 0 ], [ "2011-10-21T00:00:00", 0 ], [ "2011-10-22T00:00:00", 0 ], [ "2011-10-23T00:00:00", 0 ], [ "2011-10-24T00:00:00", 0 ], [ "2011-10-25T00:00:00", 0 ], [ "2011-10-26T00:00:00", 0 ], [ "2011-10-27T00:00:00", 0 ], [ "2011-10-28T00:00:00", 0 ], [ "2011-10-29T00:00:00", 0 ], [ "2011-10-30T00:00:00", 0 ], [ "2011-10-31T00:00:00", 0 ], [ "2011-11-01T00:00:00", 823 ], [ "2011-11-02T00:00:00", 274 ] ] }