API Documentation
badges/awarded
Used to load awarded badges for the user.
URL
https://disqus.com/api/3.0/badges/awarded.json
Accessibility
public key, secret key
Supported request methods
GET
Supported formats
json, jsonp
Requires authentication
no
Rate limited
inherits global rate limit
Arguments
Required
-
user
Looks up a user by ID
You may look up a user by username using the 'username' query type.
Optional
-
since
Defaults to
null
Unix timestamp (or ISO datetime standard)
-
cursor
Defaults to
null
-
limit
Defaults to
25
Maximum value of 100
-
order
Defaults to
"desc"
Choices: asc, desc