---
title: "List super contest effects"
method: GET
path: "/api/v2/super-contest-effect/"
tags: ["contests"]
---

# List super contest effects

`GET /api/v2/super-contest-effect/`

Super contest effects refer to the effects of moves when used in super contests.

## Query parameters

- `limit` integer
- `offset` integer
- `q` string

## Response `200`

- PaginatedSuperContestEffectSummaryList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` SuperContestEffectSummary[], required
    - `url` string, uri, required

---

[API](https://skmtc.net/pokeapi/apis/poke-api.md) · [All operations](https://skmtc.net/pokeapi/apis/poke-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pokeapi/poke-api/revisions/575d45e6ddc1/schema)
