{ "opencollection": "1.0.0", "info": { "name": "TechRepublic WordPress REST Authors Categories API", "version": "2.0.0" }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List Categories", "type": "http" }, "http": { "method": "GET", "url": "https://www.techrepublic.com/wp-json/wp/v2/categories", "params": [ { "name": "page", "value": "", "type": "query", "description": "Current page of the collection." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of items to be returned in result set." }, { "name": "search", "value": "", "type": "query", "description": "Limit results to those matching a string." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." } ] }, "docs": "Retrieve a collection of categories available on TechRepublic." }, { "info": { "name": "Get Category", "type": "http" }, "http": { "method": "GET", "url": "https://www.techrepublic.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the category." } ] }, "docs": "Retrieve a specific category by its ID." } ] } ], "bundled": true }