---
title: "App Reviews Stats"
method: GET
path: "/apps/reviews/stats.json"
---

# App Reviews Stats

`GET /apps/reviews/stats.json`

Get all the stats related to the reviews entries about a specific app on the App Store in the selected country and based on several criteria like date, rating or even to search for a specific word or expression in the reviews's body.

## Query parameters

- `apps` string, required
- `country` string
- `language` string
- `device` 'iphone' | 'ipad' | 'android'
- `term` string
- `start_date` string, date
- `end_date` string, date

## Response `200`

200

- union
  - object
    - `result` object
      - `1094591345` object
        - `reviews` object
          - `daily` object[]
            - `date` string
            - `value` object
              - …
          - `aggregate` object
            - `total` integer
            - `average` number
            - `count` object
              - …
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `language` string
          - `start_date` string
          - `end_date` string
          - `apps` string[]
          - `term` string
          - `replied` unknown
          - `min_rating` integer
          - `max_rating` integer
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown
  - object
    - `result` object
      - `org.coursera.android` object
        - `reviews` object
          - `daily` object[]
            - `date` string
            - `value` object
              - …
          - `aggregate` object
            - `total` integer
            - `average` number
            - `count` object
              - …
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `language` string
          - `start_date` string
          - `end_date` string
          - `apps` string[]
          - `term` string
          - `replied` unknown
          - `min_rating` integer
          - `max_rating` integer
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown

---

[API](https://skmtc.net/apptweak/apis/apptweak-store-api.md) · [All operations](https://skmtc.net/apptweak/apis/apptweak-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apptweak/apptweak-store-api/versions/636adc3c51f1/schema)
