The getRecentReviews Method
Description: Returns the most recently posted concert reviews.
The following parameters are accepted:
| Paramter/Key | Value(s) |
| api | api is the API version. If you do not pass this variable, it will default to the newest version of the API, which may yield unexpected results. The current version is 1.0 |
| format |
format is the data output format. Most methods will only return certain formats. This field is case insensitive. Possible formats
|
| method | method is the API method to execute, "getRecentReviews" |
| callback | callback is the name of an optional callback function in which the entire output is wrapped. |
| Example API Call: http://api.phish.net/api.js?api=1.0&method=getRecentReviews&format=json&callback=YourCallbackFunction | |
