The blog has been moved. Check out the new Resources Hub for industry news, app marketing guides, hands-on ASO learning, and more.

New: App Store Ratings In The API

We’ve been working hard to improve the API, and have rolled out a highly requested addition – a route for app store ratings.

With the new /ratings route you’ll be able to get app store ratings for an app broken down by date and country.

You can get ratings for all of your apps by requesting /ratings directly, or get ratings for a specific app by passing in its product id: /ratings?products=5847866 (for Facebook iOS).

And here’s the response:

[
  {
    "product": 123901123,
    "region": "US",
    "date": "2015-10-23T00:00:00",
    "stars": [
      3190609,
      2770284,
      3312321,
      1881123,
      3421955
    ]
  },
  ...
]

The new route supports several filters and grouping options. Check out the documentation for more details.

The new /ratings route, like all other public routes, will work for any app in any of the major app stores. Apps you own are always free, others require enabling the Public Data API Add-On.