> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/game-systems/inventory/get-item-info.md).

# GetItemInfo

Returns item info as a table.

{% hint style="info" %}
**Side:** Server · **Category:** Inventory · **API:** `LT.Inventory.GetItemInfo`
{% endhint %}

## Example

```lua
local result = LT.Inventory.GetItemInfo('water')
```

## Parameters

| Name   | Required | Description |
| ------ | -------- | ----------- |
| `item` | Yes      | Item name   |

## Returns

* `table|nil {name, label, stack, weight, description, image}`
