---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://yandex.ru/dev/direct/doc/en/reports.md
  - https://yandex.ru/dev/direct/doc/ru/reports.md
sourcePath: ru/reports/reports.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/direct/doc/ru/llms.txt

# Сервис Reports
<shortdesc >Сервис предназначен для получения статистики по аккаунту пользователя Директа.</shortdesc>
Запрос на формирование отчета следует передавать по протоколу HTTPS методом POST.

Параметры отчета необходимо указывать в теле запроса в формате JSON или XML. XML должен соответствовать XSD-схеме, размещенной по адресу: [https://api.direct.yandex.com/v501/reports.xsd](https://api.direct.yandex.com/v501/reports.xsd). См. раздел [Запрос: спецификация отчета](https://yandex.ru/dev/direct/doc/ru/spec.md).

Отчет формируется в формате [TSV](http://www.iana.org/assignments/media-types/text/tab-separated-values). См. раздел [Содержание отчета](https://yandex.ru/dev/direct/doc/ru/report-format.md).

Данные передаются в кодировке UTF-8.

В зависимости от [HTTP-заголовков](https://yandex.ru/dev/direct/doc/ru/headers.md), [типа отчета](https://yandex.ru/dev/direct/doc/ru/type.md) и объема данных в отчете, сервер Директа может сформировать отчет в режиме онлайн или офлайн. См. раздел [Онлайн- и офлайн-отчет](https://yandex.ru/dev/direct/doc/ru/mode.md).

## Адрес для XML-запросов {#url}

```httpget translate=no
https://api.direct.yandex.com/v501/reports
```

```httpget translate=no
https://api.direct.yandex.com/v501/reports
```

## Адрес для JSON-запросов {#url_1}

```httpget translate=no
https://api.direct.yandex.com/json/v501/reports
```

```httpget translate=no
https://api.direct.yandex.com/json/v501/reports
```

