Wolfram|Alpha · JSON Structure

Wolframalpha Query Recognizer Response Structure

Structure for a Wolfram|Alpha Fast Query Recognizer response.

Type: object Properties: 1
AIArtificial IntelligenceComputational KnowledgeMachine LearningNatural Language ProcessingPublic APIsSearch

QueryRecognizerResponse is a JSON Structure definition published by Wolfram|Alpha, describing 1 property. It conforms to the https://json-structure.org/draft/2025-04/schema meta-schema.

Properties

query

Meta-schema: https://json-structure.org/draft/2025-04/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-04/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wolframalpha/refs/heads/main/json-structure/wolframalpha-query-recognizer-response-structure.json",
  "name": "QueryRecognizerResponse",
  "type": "object",
  "description": "Structure for a Wolfram|Alpha Fast Query Recognizer response.",
  "properties": {
    "query": {
      "type": "object",
      "properties": {
        "accepted": {
          "type": "boolean"
        },
        "timing": {
          "type": "number"
        },
        "domain": {
          "type": "string"
        },
        "resultsignificancescore": {
          "type": "integer",
          "minimum": 0,
          "maximum": 100
        },
        "summarybox": {
          "type": "object",
          "properties": {
            "path": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}