getproductratings

REST Endpoint: http://api.itunesapis.com/rest/getproductratings/

Overview

Get ratings information for a single product across all iTunes stores.

/getproductratings/?

Parameter Required? Description
a Y Your API key.
productId Y The iTunes ID for the product.
storeIds Y A Comma delimited string of store ids for the countries you want ratings for. Store IDs can be found by calling the getStoresByCountry method. Leaving storeIds blank will return all stores and may take extended time to complete.

Sample Call

http://api.itunesapis.com/rest/getproductratings/?a=YOURAPIKEY&productId=1234567&storeIds=12345,654565,234545

Result

                        

    
                     

Errors

All errors are reported in the following format with a description of the error.

<result>
    <error>
        ERROR MESSAGE HERE
    </error>>
</result>