---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.1
alternate:
  - https://yandex.ru/dev/adfox/doc/en/statistics/about.md
  - https://yandex.ru/dev/adfox/doc/ru/statistics/about.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/adfox/doc/en/llms.txt

# Introduction

Account administrators, assistants, and advertisers can use this service to get statistics.

{% note info %}

Reports display data in the UTC+3 time zone.

{% endnote %}

The request to generate a report must be sent over HTTPS using the GET method.

The report parameters must be specified in the request body.

## Address for request {#url_1}

```httpget
https://adfox.yandex.com/api/report/<method>/<level>?[methodArguments]
```

#|
|| **Parameter** | **Description** ||
|| 
`method` | The [method](https://yandex.ru/dev/adfox/doc/en/statistics/methods.md) for getting information about the report. ||
|| 
`level` | [The level of detail](https://yandex.ru/dev/adfox/doc/en/statistics/how-to.md#level). ||
|| 
`methodArguments` | Parameters for the [arguments](https://yandex.ru/dev/adfox/doc/en/statistics/how-to.md#arguments) method. ||
|#

{% note info %}

If you use a member (advertiser or site owner) account that was [copied](https://yandex.com/support/adfox-sites/users/copying-users.html?lang=en) to several administrator accounts, you need to pass the `ownerId` parameter in each request (the ID of the administrator account that a report request is sent to).

{% cut "Example address for the request" %}

```httpget
https://adfox.yandex.com/api/report/date/interval/owner?name=days&ownerId=50242
```

{% endcut %}

{% endnote %}


## Response format {#reply}

The response to the request is sent in JSON format:

```javascript
{
  result: <result>
  error: <error>
}
```

#|
|| **Parameter** | **Type** | **Description** ||
|| 
`result` | int | Error code. ||
|| 
`error` | string | If the request is successful, this field is empty. If an error occurred, the field contains the error [code](https://yandex.ru/dev/adfox/doc/en/statistics/codes.md). 
||
|#


## Limits on the number of requests {#limits}

<!-- source: en/_includes/notes.md -->
{% note info %}

Report data is stored for 3 years.

{% endnote %}
<!-- endsource: en/_includes/notes.md -->

The number of requests to generate a report is limited to:

- 100 requests per minute.
- 3 simultaneous requests from one account owner.

When the reports are ready (`"state": SUCCESS`), you can send new requests.
