{ "opencollection": "1.0.0", "info": { "name": "TechRepublic WordPress REST Authors Posts API", "version": "2.0.0" }, "items": [ { "info": { "name": "Posts", "type": "folder" }, "items": [ { "info": { "name": "List Posts", "type": "http" }, "http": { "method": "GET", "url": "https://www.techrepublic.com/wp-json/wp/v2/posts", "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": "after", "value": "", "type": "query", "description": "Limit response to posts published after a given ISO 8601 date." }, { "name": "before", "value": "", "type": "query", "description": "Limit response to posts published before a given ISO 8601 date." }, { "name": "categories", "value": "", "type": "query", "description": "Limit result set to all items that have the specified term assigned in the categories taxonomy." }, { "name": "tags", "value": "", "type": "query", "description": "Limit result set to all items that have the specified term assigned in the tags taxonomy." }, { "name": "author", "value": "", "type": "query", "description": "Limit result set to posts assigned to specific authors." }, { "name": "orderby", "value": "", "type": "query", "description": "Sort collection by object attribute." }, { "name": "order", "value": "", "type": "query", "description": "Order sort attribute ascending or descending." }, { "name": "_embed", "value": "", "type": "query", "description": "Embed linked resources in the response." } ] }, "docs": "Retrieve a collection of published posts from TechRepublic." }, { "info": { "name": "Get Post", "type": "http" }, "http": { "method": "GET", "url": "https://www.techrepublic.com/wp-json/wp/v2/posts/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the post." }, { "name": "_embed", "value": "", "type": "query", "description": "Embed linked resources in the response." } ] }, "docs": "Retrieve a specific post by its ID." } ] } ], "bundled": true }