{ "opencollection": "1.0.0", "info": { "name": "Bing Search APIs Autosuggest NewsSearch API", "version": "v7.0" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "NewsSearch", "type": "folder" }, "items": [ { "info": { "name": "News search", "type": "http" }, "http": { "method": "GET", "url": "https://api.bing.microsoft.com/v7.0/news/search", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "count", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "mkt", "value": "", "type": "query" } ] }, "docs": "News search" }, { "info": { "name": "Trending news", "type": "http" }, "http": { "method": "GET", "url": "https://api.bing.microsoft.com/v7.0/news", "params": [ { "name": "mkt", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" } ] }, "docs": "Trending news" } ] } ], "bundled": true }