freeapis

WolframAlpha

使用数据和算法为问题提供具体答案

认证方式
API Key
HTTPS
Yes
CORS
Unknown

简介

WolframAlpha 是计算知识引擎:它不是返回网页链接,而是计算出答案——数学题、单位换算、日期、化学数据、统计学以及数千个策展领域。API 基于其策展知识库和算法,返回结构化结果(纯文本、pods、图片、JSON)。

注:本条目被归入机器学习分类——它实际上是计算知识引擎,不是 ML 模型 API。

快速开始

短答案端点(一行文本,v1/short):

curl "https://api.wolframalpha.com/v1/short?appid=YOUR_APP_ID&input=population%20of%20china"

带结构化 pods 的完整查询(v2/query,JSON):

curl "https://api.wolframalpha.com/v2/query?appid=YOUR_APP_ID&input=integrate%20x%5E2&format=json"

简单图片结果(v1/simple——把答案渲染成图片):

curl "https://api.wolframalpha.com/v1/simple?appid=YOUR_APP_ID&input=solve%20x%5E2-4%3D0"

认证方式

  • 在 products.wolframalpha.com 注册免费 AppID(创建应用,复制 AppID)。
  • 每次请求通过 appid 查询参数携带。

速率限制与注意事项

  • 免费层:约 2,000 次查询/月(以定价页为准)。
  • v1/short 返回单行答案(无结果时带 didyoumean 提示);v2/query 返回完整 pod 结构;v1/simple 渲染成图片。
  • 输入是自然语言或数学表达式(integrate x^22+2weather in Paris)。
  • 重度或商业使用需要付费档。

常见问题

WolframAlpha 免费吗? 免费层约 2,000 次查询/月;更多需要付费档。

可以问什么? 数学、单位、日期、化学、天文、统计、人口数据等——自然语言或数学表达式。

用哪个端点? v1/short 快速文本答案,v2/query 结构化 pods(JSON),v1/simple 图片答案。

机器学习 分类更多

APIAuthHTTPSCORS
AI Economics Tools

Token cost, LLM energy, agent-hour and Proof-Adjusted Autonomy calculators by Michał Piszczek

No authYesYes
AI For Thai

Free Various Thai AI API

API KeyYesYes
BRAINIALL

PT-BR and Spanish audio transcription with diarization and SRT/VTT

API KeyYesYes
Clarifai

Computer Vision

OAuthYesUnknown
Cloudmersive

Image captioning, face recognition, NSFW classification

API KeyYesYes