microsoft.com

The News Search API lets you send a search query to Bing and get back a list of news that are relevant to the search query. This section provides technical details about the query parameters and headers that you use to request news and the JSON response objects that contain them. For examples that s

🔑 apikey 3 endpoints developer_toolscloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

botframework-sdk ✓ Official
npm install botframework-sdk
WindowsAppSDK ✓ Official
# See https://github.com/microsoft/WindowsAppSDK
cpprestsdk ✓ Official
# See https://github.com/microsoft/cpprestsdk
BotBuilder-Samples ✓ Official
# See https://github.com/microsoft/BotBuilder-Samples
curl examples
The News Category API lets you search on Bing and get back a list of top news…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /news
The News Search API lets you send a search query to Bing and get back a list …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /news/search
The News Trending Topics API lets you search on Bing and get back a list of t…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /news/trendingtopics
Endpoints (3 total)
GET
/news
The News Category API lets you search on Bing and get back a list of top news…
GET
/news/search
The News Search API lets you send a search query to Bing and get back a list …
GET
/news/trendingtopics
The News Trending Topics API lets you search on Bing and get back a list of t…
Language coverage
JavaScript
1
C++
2
HTML
1
At a glance
Total SDKs4
Languages3
Endpoints3
Authapikey
Categories2