ByteChef LogoByteChef
Components

Wolfram Alpha Full Results

Wolfram Alpha Full Results returns the computed results of your query in a variety of formats.

Categories: Helpers

Type: wolfram-alpha-full-results/v1


Connections

Version: 1

API Key

Properties

NameLabelTypeDescriptionRequired
keyKeySTRINGtrue
valueApp IDSTRINGtrue
addToAdd toSTRINGtrue

Actions

Get Full Result

Name: getFullResult

Returns a full result of your query.

Properties

NameLabelTypeDescriptionRequired
inputQuerySTRINGQuery that will be answered.true
formatFormatARRAY
Items [STRING]
The desired format for individual result pods.false
outputOutputSTRING
Options xml, json
The desired format for full results.false
ipIPSTRINGSpecifies a custom query location based on an IP address.false
magMagnificationSTRINGSpecify magnification of objects within a pod.false
unitsUnitsSTRING
Options metric, imperial
What system of units to use for measurements and quantities.false
widthWidthSTRINGSpecify an approximate width limit for text and tables.false
scannerScannerSTRINGSpecifies that only pods produced by the given scanner should be returned. e.g. "Numeric", "Data", "Traveling".false
latlongLatitude LongitudeSTRINGSpecifies a custom query location based on a latitude/longitude pair. e.g. "40.42,-3.71", "40.11, -88.24", "0,0".false
locationLocationSTRINGSpecifies a custom query location based on a string. e.g. "The North Pole", "Beijing".false
maxwidthMax WidthSTRINGSpecify an extended maximum width for large objects.false
podstatePod StateSTRINGSpecifies a pod state change, which replaces a pod with a modified version, such as displaying more digits of a large decimal value. e.g. "WeatherCharts:WeatherData__Past+5+years", "2@DecimalApproximation__More+digits".false
podtitlePod TitleSTRINGSpecifies a pod title to include in the result. e.g. "Basic+Information", "Image", "Alternative representations".false
assumptionAssumptionSTRINGSpecifies an assumption, such as the meaning of a word or the value of a formula variable. e.g. "*C.pi-_*Movie", "DateOrder_**Day.Month.Year--".false
plotwidthPlot WidthSTRINGSpecify an approximate width limit for plots and graphics. e.g. "100", "200".false
ignorecaseIgnore CaseBOOLEAN
Options true, false
Force Wolfram Alpha to ignore case in queries.false
podtimeoutPod TimeoutSTRINGThe number of seconds to allow Wolfram Alpha to spend in the "format" stage for any one pod e.g. "0.5", "5.0".false
reinterpretReinterpretBOOLEAN
Options true, false
Allow Wolfram Alpha to reinterpret queries that would otherwise not be understood.false
translationTranslationBOOLEAN
Options true, false
Allow Wolfram Alpha to try to translate simple queries into English.false
scantimeoutScan TimeoutSTRINGThe number of seconds to allow Wolfram Alpha to compute results in the "scan" stage of processing. e.g. "0.5", "5.0".false
parsetimeoutParse TimeoutSTRINGThe number of seconds to allow Wolfram Alpha to spend in the "parsing" stage of processing. e.g. "0.5", "5.0".false
totaltimeoutTotal TimeoutSTRINGThe total number of seconds to allow Wolfram Alpha to spend on a query. e.g. "0.5", "5.0".false
excludepodidExclude Pod IDSTRINGSpecifies a pod ID to exclude from the result e.g. "Result", "BasicInformation: PeopleData", "DecimalApproximation".false
formattimeoutFormat TimeoutSTRINGThe number of seconds to allow Wolfram Alpha to spend in the "format" stage for the entire collection of pods. e.g. "0.5", "5.0".false
includepodidInclude Pod IDSTRINGSpecifies a pod ID to include in the result e.g. "Result", "BasicInformation: PeopleData", "DecimalApproximation".false

Example JSON Structure

{
  "label" : "Get Full Result",
  "name" : "getFullResult",
  "parameters" : {
    "input" : "",
    "format" : [ "" ],
    "output" : "",
    "ip" : "",
    "mag" : "",
    "units" : "",
    "width" : "",
    "scanner" : "",
    "latlong" : "",
    "location" : "",
    "maxwidth" : "",
    "podstate" : "",
    "podtitle" : "",
    "assumption" : "",
    "plotwidth" : "",
    "ignorecase" : false,
    "podtimeout" : "",
    "reinterpret" : false,
    "translation" : false,
    "scantimeout" : "",
    "parsetimeout" : "",
    "totaltimeout" : "",
    "excludepodid" : "",
    "formattimeout" : "",
    "includepodid" : ""
  },
  "type" : "wolfram-alpha-full-results/v1/getFullResult"
}

Output

The output for this action is dynamic and may vary depending on the input parameters. To determine the exact structure of the output, you need to execute the action.