---
title: "List All Rewards"
method: GET
path: "/api/v3/lootbox/rewards"
tags: ["Lootbox"]
---

# List All Rewards

`GET /api/v3/lootbox/rewards`

Get all possible rewards with optional filters.

## Query parameters

- `reward_type` string, nullable
- `key_type` 'Classic' | 'Winter' | 'Summer' | 'Halloween' | 'Spring' | 'Autumn' | 'null', nullable
- `rarity` string, nullable

## Response `200`

Request fulfilled, document follows

- RewardTypeResponse[]
  - `name` string, required
  - `key_type` 'Classic' | 'Winter' | 'Summer' | 'Halloween' | 'Spring' | 'Autumn', required
  - `rarity` string, required
  - `type` string, required
  - `duplicate` boolean
  - `coin_amount` integer
  - `url` string, nullable

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.net/genji/apis/genji-shimada-api-2.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api-2/revisions/d414c162acb9/schema)
