Bing News Search · Schema

TrendingTopic

Defines a trending news topic returned by the Bing News Trending Topics API.

NewsSearchMicrosoftBingMediaHeadlinesTrending Topics

Properties

Name Type Description
name string The title of the trending topic.
isBreakingNews boolean If true, the topic is considered breaking news.
query object A search query term that returns this trending topic.
newsSearchUrl string A URL to the Bing News search results for the search query term.
webSearchUrl string A URL to the Bing search results for the search query term.
image object A link to a related image. The Image object contains only the url and provider fields.
View JSON Schema on GitHub

JSON Schema

trending-topic.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/bing-news/json-schema/trending-topic.json",
  "title": "TrendingTopic",
  "description": "Defines a trending news topic returned by the Bing News Trending Topics API.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The title of the trending topic."
    },
    "isBreakingNews": {
      "type": "boolean",
      "description": "If true, the topic is considered breaking news."
    },
    "query": {
      "type": "object",
      "description": "A search query term that returns this trending topic.",
      "properties": {
        "text": {
          "type": "string",
          "description": "A query string that returns the trending topic."
        }
      },
      "required": ["text"]
    },
    "newsSearchUrl": {
      "type": "string",
      "format": "uri",
      "description": "A URL to the Bing News search results for the search query term."
    },
    "webSearchUrl": {
      "type": "string",
      "format": "uri",
      "description": "A URL to the Bing search results for the search query term."
    },
    "image": {
      "type": "object",
      "description": "A link to a related image. The Image object contains only the url and provider fields.",
      "properties": {
        "url": {
          "type": "string",
          "format": "uri",
          "description": "A URL to the image."
        },
        "provider": {
          "type": "array",
          "description": "A list of owners of the image.",
          "items": {
            "type": "object",
            "properties": {
              "_type": {
                "type": "string",
                "description": "Type hint."
              },
              "name": {
                "type": "string",
                "description": "The name of the image provider."
              }
            },
            "required": ["name"]
          }
        }
      }
    }
  },
  "required": ["name", "query"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/trending-topic"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.