---
title: "List all effects"
method: GET
path: "/effects"
tags: ["Game Data"]
---

# List all effects

`GET /effects`

Returns all stat effects with translated names and icons. `duration` is how long the effect lasts (seconds) when applied; it comes from the item that grants the effect, so effects with no granting item (beacon auras, mob debuffs) omit it. When an effect is granted by several items with differing durations (candies and their enchanted variants, etc.), `duration` is the base/shortest value and `durations` breaks it down per granting item.

## Query parameters

- `locale` string
- `search` string

## Response `200`

Effect 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)
