> For the complete documentation index, see [llms.txt](https://doc.vapi.co/tr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.vapi.co/tr/api-klavuzu/icerik-sayilari.md).

# İçerik Sayıları

### Uç-nokta: /count

[API URL](/tr/api-klavuzu/api-url.md)

### İstek Metodu: <mark style="color:green;">GET</mark>

### Header Parametreleri

<table><thead><tr><th width="154">parametre</th><th width="114">tipi</th><th>açıklama</th></tr></thead><tbody><tr><td>Authorization</td><td>string</td><td>Bearer &#x3C;API Anahtarı><a data-mention href="#curl-istek-oernegi">#curl-istek-oernegi</a> <a data-mention href="/pages/zRc6fGV2hPXt2r6jcjmm">/pages/zRc6fGV2hPXt2r6jcjmm</a></td></tr></tbody></table>

### Cevap Parametreleri

#### <mark style="color:green;">data</mark> [Cevap Yapısı](/tr/api-klavuzu/cevap-yapisi.md)

<table><thead><tr><th width="232">parametre</th><th width="222">tipi</th><th>açıklama</th></tr></thead><tbody><tr><td>countData</td><td>countData</td><td><a data-mention href="#countdata">#countdata</a></td></tr></tbody></table>

#### <mark style="color:green;">countData</mark>

<table><thead><tr><th width="126">parametre</th><th width="211">tipi</th><th>açıklama</th></tr></thead><tbody><tr><td>product</td><td>count</td><td><a data-mention href="#count">#count</a></td></tr><tr><td>drug</td><td>count </td><td><a data-mention href="#count">#count</a></td></tr><tr><td>prices</td><td>count</td><td><a data-mention href="#count">#count</a></td></tr></tbody></table>

#### <mark style="color:green;">count</mark>

<table><thead><tr><th width="174">parametre</th><th width="123">tipi</th><th>açıklama</th></tr></thead><tbody><tr><td>totalCount</td><td>integer</td><td></td></tr><tr><td>pageCount</td><td>integer</td><td></td></tr></tbody></table>

### <mark style="color:blue;">curl</mark> İstek Örneği

```powershell
curl --location 'https://api.vapi.co/count' \
--header 'Authorization: Bearer <API Anahtarı>'
```

### <mark style="color:blue;">postman</mark> İstek Örneği

<figure><img src="/files/EUuXXOqjQyUhxfSMqhiT" alt=""><figcaption></figcaption></figure>

### Cevap örneği

```json
{
    "data": {
        "product": {
            "totalCount": 69,
            "pageCount": 1
        },
        "drug": {
            "totalCount": 68,
            "pageCount": 1
        },
        "prices": {
            "totalCount": 69,
            "pageCount": 1
        }
    },
    "success": true
}
```
