Wolfram Data Drop Quick Reference

Creating an API

Deploy an instant API that gets the latest value from a predetermined databin:

In[1]:=
X
Out[1]= {{This returns a CloudObject, which can be used as a RESTful API}}

Deploy an instant API that gets the latest value from a specified databin:

In[1]:=
X
Out[1]= {{This returns a CloudObject, which can be used as a RESTful API}}

You can deploy an API that generates a report from one or more databins. The report can be in the Wolfram Cloud, or can be downloaded as a notebook, PDF, etc.

Use EmbedCode to generate code to call an API from external programs in a particular language:

In[2]:=
X
Out[2]= {{This returns a miniature Javascript library that allows you to easily interact with the above RESTful API}}
de es ja ko pt-br zh