Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Wolfram|Alpha Classification API

Classify and route natural language queries

Wolfram Alpha Classification API is one of 2 APIs that [Wolfram Alpha](https://apis.io/providers/wolframalpha/) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 10 JSON Schema definitions.

Tagged areas include Classification. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 10 JSON Schemas.

This API exposes 1 operation across 1 path, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 1.0.

Requests are made against a single base URL, https://www.wolframalpha.com/queryrecognizer.

1 operations 1 paths 1 schemas 1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0
Base URL
https://www.wolframalpha.com/api/v1/
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Wolfram|Alpha Classification API declares 1 security scheme for authenticating requests. An API key is passed in the query as appid (AppID). By default, every request must be authenticated.

  • AppID — Wolfram|Alpha AppID passed as query parameter.

Paths & Operations 1

Across 1 path, the API surfaces 1 operation — 1 GET. Each is listed below with its method, path, parameters, and response codes.

Classification 1

Classify and route natural language queries

GET
/query.jsp
Wolfram|Alpha Recognize and Classify Query
recognizeQuery 4 params → 200400403

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is QueryRecognizerResponse (1 property). Each schema is shown below with its type and property counts.

QueryRecognizerResponse
object
Result of fast query recognition and classification.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wolframalpha-classification-api-openapi.yml Raw ↑

Other APIs Wolfram|Alpha publishes across the network.

Wolfram|Alpha Queries API