Callbacks in the Infochimps API

All queries allow the callback parameter which is available to enable queries using JSONP. This is primarily used with JavaScript.

In the Infochimps API this is done by adding the callback parameter to your query. For example:
http://api.infochimps.com/soc/net/tw/trstrank.json?screen_name=infochimps&apikey=api_test-W1cipwpcdu9Cbd9pmm8D4Cjc469&callback=thisismywrapper

callback allows alphanumeric characters (0-9a-zA-Z), square brackets [], and dot .
It must start with a letter.