> ## Documentation Index
> Fetch the complete documentation index at: https://help.decodo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage Statistics

> Site Unblocker Usage Statistics

See the  for how to extract Unblocker statistics. For the  parameter:

* Set `rtc_site_unblocker_proxies` for the Site Unblocker Pay/GB product.
* Set `rtc_site_unblocker_req_proxies` for the Site Unblocker Pay/Req product.

Sample statistic request:

<CodeGroup>
  ```json JSON theme={null}
  POST https://api.decodo.com/api/v2/statistics/traffic
  {
      "proxy_type": "rtc_site_unblocker_proxies",
      "startDate": "2024-09-01 00:00:00",
      "endDate": "2025-10-01 00:00:00",
      "groupBy": "day"
  }
  ```
</CodeGroup>

***

<Columns cols={2}>
  <Card title="Support" href="https://direct.lc.chat/12092754" cta="Let's chat!">
    Need help or just want to say hello? Our support is available 24/7. \
    You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com).
  </Card>

  <Card title="Feedback" href="mailto:feedback@decodo.com" cta="Share feedback">
    Can't find what you're looking for? Request an article! \
    Have feedback? Share your thoughts on how we can improve.
  </Card>
</Columns>
