{ "opencollection": "1.0.0", "info": { "name": "TechCrunch WordPress REST Authors Categories API", "version": "v2" }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List Categories", "type": "http" }, "http": { "method": "GET", "url": "https://techcrunch.com/wp-json/wp/v2/categories", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query", "description": "Limit results to matching a string." }, { "name": "orderby", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" }, { "name": "hide_empty", "value": "", "type": "query", "description": "Whether to hide terms not assigned to any posts." }, { "name": "parent", "value": "", "type": "query", "description": "Limit result set to terms assigned to a given parent ID." } ] }, "docs": "Retrieve a list of all categories used on TechCrunch." }, { "info": { "name": "Get Category", "type": "http" }, "http": { "method": "GET", "url": "https://techcrunch.com/wp-json/wp/v2/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the resource." } ] }, "docs": "Retrieve a specific category by its unique ID." } ] } ], "bundled": true }