{ "opencollection": "1.0.0", "info": { "name": "Disqus Public Categories API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List categories", "type": "http" }, "http": { "method": "GET", "url": "https://disqus.com/api/3.0/categories/list.json", "params": [ { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "List categories" }, { "info": { "name": "Get category details", "type": "http" }, "http": { "method": "GET", "url": "https://disqus.com/api/3.0/categories/details.json", "params": [ { "name": "category", "value": "", "type": "query" }, { "name": "api_key", "value": "", "type": "query" } ] }, "docs": "Get category details" } ] } ], "bundled": true }