---
title: "List all game items"
method: GET
path: "/items"
tags: ["Items"]
---

# List all game items

`GET /items`

Returns a paginated, filterable, sortable list of game items with translated names.

## Query parameters

- `locale` string
- `page` integer
- `pageSize` integer
- `sort` 'level' | 'rarity' | 'nameAsc' | 'nameDesc'
- `categories` string
- `type` string
- `category` string
- `rarity` string
- `job` string
- `levelMin` integer
- `levelMax` integer
- `search` string
- `stats` string

## Response `200`

Paginated item list

---

[API](https://skmtc.dev/minebox/apis/minebox-api.md) · [All operations](https://skmtc.dev/minebox/apis/minebox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/minebox/minebox-api/revisions/0e6f31964bc7/schema)
