---
title: "Top Category"
method: GET
path: "/keywords/suggestions/category.json"
---

# Top Category

`GET /keywords/suggestions/category.json`

Returns the most popular keyword list for a given category.  The keyword list is sorted by descending keyword volume.

## Query parameters

- `categories` string, required
- `country` string
- `language` string
- `device` 'iphone' | 'ipad' | 'android'
- `limit` integer
- `offset` integer

## Response `200`

200

- union
  - object
    - `result` object
      - `6017` object
        - `suggestions` object[]
          - `keyword` string
          - `difficulty` integer
          - `volume` integer
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `language` string
          - `limit` integer
          - `offset` integer
          - `categories` string[]
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown
  - object
    - `result` object
      - `FOOD_AND_DRINK` object
        - `suggestions` object[]
          - `keyword` string
          - `difficulty` integer
          - `volume` integer
    - `metadata` object
      - `request` object
        - `path` string
        - `params` object
          - `device` string
          - `country` string
          - `language` string
          - `limit` integer
          - `offset` integer
          - `categories` string[]
        - `cost` integer
        - `max_credit_cost` integer
        - `status` integer
      - `response` unknown

---

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