---
title: "App Reviews Displayed"
method: GET
path: "/apps/reviews/top-displayed.json"
---

# App Reviews Displayed

`GET /apps/reviews/top-displayed.json`

Get the top displayed reviews entries about a specific app on the App Store or Google Play in the selected country and based on the given sort parameter.

## Query parameters

- `apps` string, required
- `sort` 'most_useful' | 'most_recent' | 'most_critical' | 'most_positive', required
- `country` string
- `language` string
- `device` 'iphone' | 'ipad' | 'android'
- `limit` integer
- `offset` integer

## Response `200`

200

- union
  - object
    - `result` object
      - `284910350` object
        - `reviews` object[]
          - `date` string
          - `rating` integer
          - `title` string
          - `body` string
          - `body_length` integer
          - `vote_count` integer
          - `vote_sum` integer
          - `is_edited` boolean
          - `id` string
          - `author` object
            - `name` string
            - `type` string
            - `id` integer
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `limit` integer
          - `offset` integer
          - `start_date` string
          - `end_date` string
          - `apps` string[]
          - `sort` string
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown
  - object
    - `result` object
      - `com.waze` object
        - `reviews` object[]
          - `language` string
          - `version` string
          - `date` string
          - `rating` integer
          - `title` string
          - `body` string
          - `body_length` integer
          - `id` string
          - `author` object
            - `name` string
            - `photo` string
            - `profile` string
          - `response` object
            - `date` string
            - `body` string
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `limit` integer
          - `offset` integer
          - `start_date` string
          - `end_date` string
          - `apps` string[]
          - `sort` string
        - `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/revisions/636adc3c51f1/schema)
