> For the complete documentation index, see [llms.txt](https://fastbnb.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fastbnb.gitbook.io/project/average-price.md).

# Average Price 가져오기

## Get Average Price

<mark style="color:blue;">`GET`</mark> `https://backends.xyz/api/home/average/`

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```javascript
{
    "서울_average": 51385,
    "부산_average": 40694,
    "제주_average": 81267
}
```

{% endtab %}
{% endtabs %}
