---
title: "List pokeathlon stats"
method: GET
path: "/api/v2/pokeathlon-stat/"
tags: ["pokemon"]
---

# List pokeathlon stats

`GET /api/v2/pokeathlon-stat/`

Pokeathlon Stats are different attributes of a Pokémon's performance in Pokéathlons. In Pokéathlons, competitions happen on different courses; one for each of the different Pokéathlon stats. See [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Pok%C3%A9athlon) for greater detail.

## Query parameters

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

## Response `200`

- PaginatedPokeathlonStatSummaryList
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PokeathlonStatSummary[], required
    - `name` string, 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)
