ScraperWikiExample

From Opasnet
Jump to: navigation, 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