I can retrieve recent iOS reviews like this:
fetch(`https://itunes.apple.com/${IOS_LANG_CODE}/rss/customerreviews/id=${IOS_ID}/sortBy=mostRecent/json`)
However, I could not find any endpoint to retrieve the overall rating of an app in the appstore.(overall rating = the one you see big in the app store, not the single ratings). Also I can not find any official documentation from apple on this topic. Does anyone know how to accomplish this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…