|
|
||
|
|
WolframAlpha | ![]() |
| WolframAlpha sends query to Wolfram|Alpha and imports the output. |
| WolframAlpha imports the output according to the specified format. |
| "FullOutput" | a fully formatted version of Wolfram|Alpha output | |
| "MathematicaParse" | a Mathematica expression corresponding to the query | |
| "MathematicaResult" | pure standard Mathematica result (if any) | |
| "Result" | result in the form generated by = | |
| "URL" | Wolfram|Alpha API URL for the query | |
| "XML" | raw XML data | |
| "MathematicaForms" | list of Mathematica expressions in the output, in held form | |
| "PodInformation" | a list of all known information about each pod | |
| "PodCells" | a list of pod contents, rendered as Mathematica cells | |
| "PodImages" | a list of pod contents, rendered as bitmaps | |
| "PodPlaintext" | a list of pod contents, as plain text | |
| "PodTitles" | a list of available pod titles | |
| "PodIDs" | a list of available pod IDs | |
| "PodStates" | a list of available pod states | |
| "SessionInfo" | a list of session values that may be sent to the Wolfram|Alpha server to compute the result | |
| "DataRules" | a list of available exposed data | |
| "Validate" | whether the query can be interpreted by Wolfram|Alpha | |
| {"podid"} | a list of available properties for a given pod | |
| {{"podid",subpodid}} | a list of available properties for the given pod and subpod | |
| {"podid","property"} | the values of a given property for the given pod | |
| {{"podid",subpodid},"property"} | the value of a given property for the given pod and subpod |
| AppearanceElements | Automatic | elements to include in the displayed results | |
| Asynchronous | False | whether to use asynchronous features of the API | |
| ExcludePods | None | specific pod IDs to exclude from the results | |
| IncludePods | All | specific pod IDs to include in the results | |
| InputAssumptions | {} | assumptions to include in the API call | |
| PodStates | {} | information about the state of pods | |
| PodWidth | Automatic | the width parameters of content returned by the API | |
| TimeConstraint | 30 | how many seconds to allow for the API call |
Get the results from a simple Wolfram|Alpha query:
|