> For the complete documentation index, see [llms.txt](https://oasiscatalog.gitbook.io/api-oasis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oasiscatalog.gitbook.io/api-oasis/overview/api-documentation-v.4/vygruzhaemaya-informaciya/spravochnik-rubrik/format-otveta-json.md).

# Формат ответа JSON

```javascript
[
        {
        "id": 1325,
        "parent_id": null,
        "root": 1325,
        "lft": 1,
        "rgt": 538,
        "level": 1,
        "slug": "production",
        "name": "Продукция(NewWeb)",
        "path": "production"
    },
    {
        "id": 1437,
        "parent_id": 1325,
        "root": 1325,
        "lft": 2,
        "rgt": 81,
        "level": 2,
        "slug": "accessories",
        "name": "Аксессуары",
        "path": "production/accessories"
    },
    ...
    ...
]
```
