App Store Connect API: get average app rating

The API allows to get customer reviews, but I couldn't find a way to get the average rating for each territory. Is this possible?

Replies

We are also looking for the same thing, but unable to find it. When viewing the app on App Store Connect, it uses this URL to retrieve that data:

https://appstoreconnect.apple.com/WebObjects/iTunesConnect.woa/ra/apps/{app_id}/platforms/ios/reviews/summary?storefront=US

Unfortunately, there doesn't seem to be an equivalent one in the published API (as of 2023-08).

We ended up using https://itunes.apple.com/lookup?id=app_id, as found through other web searching. It returns an "average user rating" and user rating count" (number of reviews).