> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front-api/main-and-full-menu/ranking-zone.md).

# Ranking Zone

Provides product ranking information by category, aggregated from 14 days of sales data.

Through this API, users can check product ranking information.

***

{% columns %}
{% column %}

<p align="center"><strong>PC</strong></p>

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2FhZdiwThSnnaC1b8oKYRb%2Fimage-20240416-044712.png?alt=media&#x26;token=ef7d5a33-7b73-4a28-93b2-5f06755c08f4" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<p align="center"><strong>Mobile</strong></p>

<figure><img src="https://2999922013-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXTxKSWMmuxEkop1pvuwe%2Fuploads%2FAr1XvhpXh1boOVT4VMrP%2Fimage-20240416-044729.png?alt=media&#x26;token=3cb6fa9f-f3a5-42ed-9bf4-15a7c51d57f9" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

## Ranking Zone <a href="#plus" id="plus"></a>

<div align="center"><img src="https://tech.x2bee.com/download/attachments/280166403/FO%20API%20%ED%99%9C%EC%9A%A9%ED%95%98%EA%B8%B0-%EB%B8%8C%EB%9E%9C%EB%93%9C%20%EB%A9%94%EC%9D%B8.drawio.png" alt=""></div>

### 1. Look Up Ranking Zone Categories <a href="#id-1" id="id-1"></a>

Lists the categories of products present in the ranking zone.

* **Look up ranked product categories (**[🔗View API >](https://api.x2bee.com/content?msa=display\&depth=%EC%A0%84%EC%8B%9C%EB%A7%A4%EC%9E%A5/getRankCategoryList))\
  Aggregates and looks up the categories of products sold over the past 14 days.

```
GET /v1/dummy/rank/category 
```

### 2. Look Up Ranking Zone Product List <a href="#id-2" id="id-2"></a>

Looks up product information for the category selected in the top category bar.

* **Look up ranked product list (** [🔗View API >](https://api.x2bee.com/content?msa=display\&depth=%EC%A0%84%EC%8B%9C%EB%A7%A4%EC%9E%A5/getRankGoodsList))\
  Looks up products sold over the past 14 days, ranked by sales volume.

```
GET /v1/dummy/rank/goods  
```
