Connecting to Service APIs using the Wolfram Language to query/retrieve data.
Questions tagged [webservices]
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…
Shane MacPhillamy
- 201
- 1
- 3
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