{ "opencollection": "1.0.0", "info": { "name": "TechRepublic WordPress REST Authors Media API", "version": "2.0.0" }, "items": [ { "info": { "name": "Media", "type": "folder" }, "items": [ { "info": { "name": "List Media", "type": "http" }, "http": { "method": "GET", "url": "https://www.techrepublic.com/wp-json/wp/v2/media", "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": "media_type", "value": "", "type": "query", "description": "Limit result set to attachments of a particular media type." }, { "name": "mime_type", "value": "", "type": "query", "description": "Limit result set to attachments of a particular MIME type." } ] }, "docs": "Retrieve a collection of media items from TechRepublic." }, { "info": { "name": "Get Media", "type": "http" }, "http": { "method": "GET", "url": "https://www.techrepublic.com/wp-json/wp/v2/media/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for the media item." } ] }, "docs": "Retrieve a specific media item by ID." } ] } ], "bundled": true }