{ "opencollection": "1.0.0", "info": { "name": "Chuck Norris Jokes Categories API", "version": "1.0.0" }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List Joke Categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.chucknorris.io/jokes/categories" }, "docs": "Return the full list of supported joke categories. Use any of these\nvalues with the `category` parameter of `/jokes/random` to constrain\nrandom selection.\n" } ] } ], "bundled": true }