API Documentation
categories/details
Returns category details.
URL
https://disqus.com/api/3.0/categories/details.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
-
category
Looks up a category by ID
Example Responses
Expand
json
GET category=1
{ "code":0, "response":{ "id":"1", "forum":"bobross", "order":0, "isDefault":true, "title":"General" } }