Questions tagged [webservices]

Connecting to Service APIs using the Wolfram Language to query/retrieve data.

112 questions
34
votes
1 answer

How can I access NASA images and APIs?

I ♥ NASA. You ♥ NASA. We all ♥ NASA. So how can I use the images and things they expose in their APIs in Mathematica?
b3m2a1
  • 46,870
  • 3
  • 92
  • 239
28
votes
2 answers

How to find arXiv articles

I found at Twitter that is possible to search for arXiv articles with Mathematica, e.g. the following code: arXiv = ServiceConnect["ArXiv"]; articles = arXiv["Search", {"Query" -> "Mathematica"}]; articles[All, {"URL", "Title"}] gives as…
mrz
  • 11,686
  • 2
  • 25
  • 81
10
votes
1 answer

Can I get access to Amazon's AWS API?

Has anyone tried accessing the Amazon web services (AWS) API from Mathematica? I'm assuming the HTTP WebService module of Mathematica would be a starting point. Any suggestions on getting started would be welcome. The following example from the…
8
votes
1 answer

Inserting a Pause into a Mapping Using the PubMed Service Request

For a number of years I have been compiling a comprehensive bibliography of works that include mention of fishes of the family Scorpaenidae. Consequently, I am always on the lookout for datasets that can be mined for this purpose. Recently, I…
Stuart Poss
  • 1,883
  • 9
  • 17
8
votes
1 answer

Making a keychain in Mathematica

How can I build a password keychain in Mathematica? I have a number of different accounts that I use programmatically and it's annoying to have to put in my login info each time.
b3m2a1
  • 46,870
  • 3
  • 92
  • 239
7
votes
1 answer

How to asynchronously download 100000 urls in an efficient way

URLSaveAsynchronous can download one url page, how to download 100000 urls in an efficient way? And better to with an whole progress bar. I've downloaded 90000 htmls a web-dictionary in mathematica this way, I think it's interesting. progress=…
HyperGroups
  • 8,619
  • 1
  • 26
  • 63
6
votes
0 answers

Is it possible to send a Whatsapp message from Mathematica?

Just as the question reads. The only way I could think of this working is if one could interface with the Whatsapp web app. The motivation is to simply alert me when simulations or batch routines have finished.
user27119
  • 2,500
  • 13
  • 34
4
votes
0 answers

How to get credential for BingSearch?

When I do ServiceConnect["BingSearch"], it asks me to get credential for the service. When I click on the link it provided, it takes me to Microsoft Azure, and I don't know what to do with it.
Henry Wang
  • 359
  • 2
  • 8
3
votes
1 answer

Google API and URLFetch

I am trying to systematically obtain the distance between two given locations using the Google Maps API Distance Matrix facility: developers.google.com/maps/documentation/distancematrix/ From the example they give in the web: I'd…
Bufarrull
  • 31
  • 2
3
votes
1 answer

Issue when making POST requests to Wolfram Cloud APIs using JavaScript

I am having trouble making POST requests from JavaScript to Wolfram Cloud APIs. Here is a minimal example to reproduce the issue: Test API
2
votes
1 answer

InstallService to Brenda

all, I do not have good understanding of the Web Services. However, following the instructions on BRENDA (enzyme database) web site, I can use their SOAP service in perl programs. Then I tried to use the web service directly from Mathematica, but I…
梁國淦
  • 392
  • 1
  • 8
2
votes
0 answers

Entering external identifier

I've been viewing Wolfram webinars that use Wikidata. The presenter enters "external identifiers" as arguments. How does one enter one of these external identifiers? For example:
Mitchell Kaplan
  • 3,696
  • 22
  • 34
1
vote
0 answers

Unable to access Twitter using ServiceConnect[]

I wrote a brief bit of MMA code to access Twitter and run a daily search on a specific keyword. The program has worked without any problems for the past several months. Most recently, I get an authorization error when I attempt to access Twitter via…
MSC02476
  • 699
  • 4
  • 12
1
vote
0 answers

SMS with Mathematica not working

I am trying to send a message to my phone using the SendMessage["SMS", "message"] function when a lengthy piece of code finishes running. My number is linked to my account and $MobilePhone returns the correct number, but I keep getting the…
asorlik
  • 117
  • 6