{ "opencollection": "1.0.0", "info": { "name": "The News All News Articles API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_token", "value": "{{api_token}}", "placement": "query" } }, "items": [ { "info": { "name": "Articles", "type": "folder" }, "items": [ { "info": { "name": "Get News Article By UUID", "type": "http" }, "http": { "method": "GET", "url": "https://api.thenewsapi.com/v1/news/uuid/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the article to retrieve." }, { "name": "api_token", "value": "", "type": "query", "description": "Your API authentication token." } ] }, "docs": "Retrieve a specific news article by its unique UUID identifier." } ] } ], "bundled": true }