Wolfram|Alpha · JSON Structure

Wolfram Alpha Structure

Structural overview of the Wolfram|Alpha API surface; extracted from openapi/.

Type: Properties: 0
AIArtificial IntelligenceComputational KnowledgeNatural Language ProcessingSearch

Wolfram Alpha Structure is a JSON Structure definition published by Wolfram|Alpha.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Wolfram|Alpha",
  "providerId": "wolfram-alpha",
  "kind": "json-structure",
  "description": "Structural overview of the Wolfram|Alpha API surface; extracted from openapi/.",
  "schemaCount": 3,
  "operationCount": 1,
  "schemas": [
    {
      "name": "FullResultsResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Pod",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "Subpod",
      "type": "object",
      "propertyCount": 2,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/query",
      "operationId": "queryFullResults",
      "summary": "Wolfram|Alpha Submit a Full Results Query",
      "tags": [
        "Queries"
      ]
    }
  ]
}