ScraperWikiExample

From Opasnet
Revision as of 09:38, 26 August 2013 by Heta (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The code below fetches some WHO data from the ScraperWiki via its web API. The outcome should be equal to:

https://api.scraperwiki.com/api/1.0/datastore/sqlite?format=jsondict&name=who_outbreaks&query=select%20*%20from%20%60swdata%60%20order%20by%20%60date%60%20limit%2010

Try it out!

+ Show code

Another example - UK military deaths in Afghanistan

Parameter:

+ Show code