{ "opencollection": "1.0.0", "info": { "name": "US Army Public Articles News API", "version": "2.0.0" }, "items": [ { "info": { "name": "News", "type": "folder" }, "items": [ { "info": { "name": "Get News Items", "type": "http" }, "http": { "method": "GET", "url": "https://api.army.mil/api/v1/news", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of news items to return" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination offset" } ] }, "docs": "Retrieve US Army news items including press releases and official announcements." } ] } ], "bundled": true }