vote up 5 vote down star
1

It'd be interesting to know who serves JSONP. If you know of a site that does (well-known applications are preferred (e.g., GMail, Facebook, Adsense)), please add it as an answer along with a reference.

APIs supporting JSONP:

flag
uses JSONP or serves JSONP? – Cherian Apr 2 at 13:53
Good point, changed "uses" to "serves". – mattrepl Apr 2 at 14:32

2 Answers

vote up 2 vote down

There are a number of sites which serve up JSONP. To the uninitiated, JSONP is just a JSON response wrapped in a callback. This way the JSON response can be loaded in a script tag to avoid same origin policy restrictions.

A short list of APIs which support a JSON wrapped in a javascript callback are as follows. There are likely more.

link|flag
Added this list to the question above. – coderjoe Aug 3 at 17:01
vote up 1 vote down

Application making use of JSONP are listed in Wikipedia at http://en.wikipedia.org/wiki/JSON#JSONP

link|flag
I don't see any services which serve JSONP listed there? – Wahnfrieden Jul 30 at 17:35
Probably referring to "...and is now used by many Web 2.0 applications such as Dojo Toolkit Applications, Google Toolkit Applications and zanox Web Services." – Matchu Aug 4 at 21:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.