{ "opencollection": "1.0.0", "info": { "name": "Commerce.gov Blogs News API", "version": "2.0" }, "items": [ { "info": { "name": "News", "type": "folder" }, "items": [ { "info": { "name": "List News Articles", "type": "http" }, "http": { "method": "GET", "url": "https://www.commerce.gov/api/news", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "items_per_page", "value": "", "type": "query", "description": "Number of items to return per page" }, { "name": "sort_by", "value": "", "type": "query", "description": "Field to sort results by" }, { "name": "sort_order", "value": "", "type": "query", "description": "Sort direction" } ] }, "docs": "Returns a paginated list of news articles published on Commerce.gov." }, { "info": { "name": "Get News Article", "type": "http" }, "http": { "method": "GET", "url": "https://www.commerce.gov/api/news/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the news article" } ] }, "docs": "Returns a single news article by ID." } ] } ], "bundled": true }