---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://yandex.ru/support/ofd-api/ru/reference/get-meta.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/ofd-api/ru/llms.txt

# Получить метаданные API

```bash
GET /meta
```

Получает метаданные API.

## Пример запроса {#request-example}

```bash
curl -X 'GET' \
'https://public-api.ofd.yandex.net/api/meta' \
-H 'accept: application/json'
```

## Пример ответа {#response-example}

```json
{
  "data": {
    "apiVersion": "1.0.0",
    "apiUrl": "https://yandex.ru/support/ofd-client/ru",
    "maxLimit": 1000,
    "defaultLimit": 100
  }
}
```
