Skip to main content

Retrieve reviews summary

GET 

https://api.freemius.com/v1/products/{product_id}/reviews/summary.json

Auth:Bearer TokenSCOPE: PRODUCT

Product-scoped API tokens allow you to operate on the product itself. This token usually allows read-only access to the product configuration and write access to several operations on subscriptions, customers, payments, and more. For most SaaS or app integrations, this is the token you will need.

  1. Go to the Freemius Developer Dashboard.
  2. Open the Settings page of the relevant product.
  3. Click the API & Keys tab.
  4. Copy the API Bearer Authorization Token from the UI.

Retrieve the summary of the reviews collection. Every item is an object with a rate and count properties, where rate is the rating value (0-100) and count is the number of reviews with that rating. Reviews are grouped by their rating.

Request

Path Parameters

    product_id integer<int64>required

    The ID of the product.

    Possible values: >= 1

    Example: 1234

Query Parameters

    type string
    Default value: verified

    Possible values: [all, verified]

Responses

The summary of the review collection.

Schema
reviews object[]
  • Array [
  • rateinteger

    The score of the review.

    Possible values: >= 0 and <= 100

    Example: 80
    countstring<int64>

    The total number of reviews that have the same rating for the product.

    Possible values: >= 1

    Example: 10
  • ]
  • We use essential cookies to enable our site to function. With your consent, we also use analytics and advertising cookies to understand how visitors interact with our site and to improve our services.
    Learn More