Web services which offer free data in JSONP format -


for example, google provides dictionary definitions english words in jsonp format following url:

http://www.google.com/dictionary/json?callback=a&sl=en&tl=en&restrict=pr,de&client=te&q=internet

do know other jsonp sources of interesting free information on internet, useful create mash-up webs?

thanks!

check out programmableweb's api directory

https://www.programmableweb.com/apis/directory

i believe trying git hub of apis. have on 13,000 apis in registry.

should easy find sources mash up. =)


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -