Wolfram|Alpha · JSON Structure

Wolframalpha Pod Structure

A single result section (pod) from Wolfram|Alpha.

Type: object Properties: 6
Artificial IntelligenceComputational KnowledgeMachine-LearningNatural Language ProcessingPublic APIsSearch

Pod is a JSON Structure definition published by Wolfram|Alpha, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

title scanner id position primary subpods

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wolframalpha/refs/heads/main/json-structure/wolframalpha-pod-structure.json",
  "name": "Pod",
  "description": "A single result section (pod) from Wolfram|Alpha.",
  "type": "object",
  "properties": {
    "title": {
      "type": "string",
      "description": "Human-readable title for this pod.",
      "example": "Result"
    },
    "scanner": {
      "type": "string",
      "description": "Internal scanner that generated this pod.",
      "example": "Integral"
    },
    "id": {
      "type": "string",
      "description": "Pod identifier for filtering.",
      "example": "Result"
    },
    "position": {
      "type": "int32",
      "description": "Ordering position in the result set.",
      "example": 200
    },
    "primary": {
      "type": "boolean",
      "description": "Whether this is the primary result pod.",
      "example": true
    },
    "subpods": {
      "type": "array",
      "description": "Sub-results within this pod.",
      "items": {
        "type": "object",
        "name": "Subpod",
        "description": "A sub-result within a Wolfram|Alpha pod.",
        "properties": {
          "plaintext": {
            "type": "string",
            "description": "Plain text representation of the result.",
            "example": "1/3"
          },
          "img": {
            "type": "object",
            "description": "Image representation of the result.",
            "properties": {
              "src": {
                "type": "uri",
                "description": "URL of the result image."
              },
              "alt": {
                "type": "string",
                "description": "Alt text for the result image."
              },
              "width": {
                "type": "int32"
              },
              "height": {
                "type": "int32"
              }
            },
            "example": {
              "src": "https://example.com/path",
              "alt": "string-value",
              "width": 1,
              "height": 1
            }
          }
        }
      },
      "example": [
        "string-value"
      ]
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/wolframalpha-pod-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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