---
title: "Discover"
method: GET
path: "/keywords/suggestions/trending.json"
---

# Discover

`GET /keywords/suggestions/trending.json`

Returns a list of trending keywords. Trending keywords are displayed in the search result of the app store when the user has not typed anything.

## Query parameters

- `country` string
- `language` string
- `device` 'iphone' | 'ipad'
- `limit` integer
- `offset` integer
- `start_date` string, date
- `end_date` string, date

## Response `200`

200

- object
  - `result` object
    - `suggestions` object[]
      - `keyword` string
      - `occurrences` integer
  - `metadata` object
    - `request` object
      - `path` string
      - `params` object
        - `device` string
        - `country` string
        - `language` string
        - `limit` integer
        - `offset` integer
        - `start_date` string
        - `end_date` 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/versions/636adc3c51f1/schema)
