API Description > Using JSON

Sections:

JSONP for web browser integrations

Web browser integration is possible by using the APIs support for JSONP.

JSONP responses are generated whenever /jsonp is added to the request URL. Examples:

The responses are similar to regular JSON responses. The only difference is that the data is wrapped in a javascript callback function.

JSONP requests made from the browser using <script>-tags should be authenticated using the request parameter method

<< Using JSON