QueryContext

Defines the query context that Bing used for the request.

APIs.ioEngineeringPlatform

Properties

Name Type Description
adultIntent boolean A Boolean value that indicates whether the specified query has adult intent. The value is true if the query has adult intent; otherwise, false.
alterationOverrideQuery string The query string to use to force Bing to use the original string. For example, if the query string is "saling downwind", the override query string will be "+saling downwind". Remember to encode the qu
alteredQuery string The query string used by Bing to perform the query. Bing uses the altered query string if the original query string contained spelling mistakes. For example, if the query string is "saling downwind",
askUserForLocation boolean A Boolean value that indicates whether Bing requires the user's location to provide accurate results. If you specified the user's location by using the X-MSEdge-ClientIP and X-Search-Location headers,
isTransactional boolean
originalQuery string The query string as specified in the request.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-querycontext-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QueryContext",
  "title": "QueryContext",
  "required": [
    "originalQuery"
  ],
  "type": "object",
  "properties": {
    "adultIntent": {
      "type": "boolean",
      "description": "A Boolean value that indicates whether the specified query has adult intent. The value is true if the query has adult intent; otherwise, false.",
      "readOnly": true
    },
    "alterationOverrideQuery": {
      "type": "string",
      "description": "The query string to use to force Bing to use the original string. For example, if the query string is \"saling downwind\", the override query string will be \"+saling downwind\". Remember to encode the query string which results in \"%2Bsaling+downwind\". This field is included only if the original query string contains a spelling mistake.",
      "readOnly": true
    },
    "alteredQuery": {
      "type": "string",
      "description": "The query string used by Bing to perform the query. Bing uses the altered query string if the original query string contained spelling mistakes. For example, if the query string is \"saling downwind\", the altered query string will be \"sailing downwind\". This field is included only if the original query string contains a spelling mistake.",
      "readOnly": true
    },
    "askUserForLocation": {
      "type": "boolean",
      "description": "A Boolean value that indicates whether Bing requires the user's location to provide accurate results. If you specified the user's location by using the X-MSEdge-ClientIP and X-Search-Location headers, you can ignore this field. For location aware queries, such as \"today's weather\" or \"restaurants near me\" that need the user's location to provide accurate results, this field is set to true. For location aware queries that include the location (for example, \"Seattle weather\"), this field is set to false. This field is also set to false for queries that are not location aware, such as \"best sellers\".",
      "readOnly": true
    },
    "isTransactional": {
      "type": "boolean",
      "readOnly": true
    },
    "originalQuery": {
      "type": "string",
      "description": "The query string as specified in the request."
    }
  },
  "description": "Defines the query context that Bing used for the request."
}

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/apis-io-engineering-platform-querycontext"
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.