> 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.3-new/vygruzhaemaya-informaciya/ostatki/format-otveta-json.md).

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

```javascript
[
    {
        "product_id":"00000000004",
        "warehouse_id":"000000027",
        "amount":20,
        "reserve":0,
        "stock":20,
        "delivery_date":"2015-11-25"
    },
    {"product_id":"00000000004", ...},
    {"product_id": ...},
]
```
