The format of a json request is the exact same, except for two additional parameters.
To specify that you want the response in "json" format, you simply append "&format=json" to the request.
To specify that you want the response in "jsonp" format, you simply append a second parameter "&callback=<callback>" where <callback> is your own callback function name.
We've added JSON and JSONp support to the API.
The format of a json request is the exact same, except for two additional parameters.
To specify that you want the response in "json" format, you simply append "&format=json" to the request.
To specify that you want the response in "jsonp" format, you simply append a second parameter "&callback=<callback>" where <callback> is your own callback function name.
Message edited by Geoffrey Brookins 3 years ago
Tags