---
title: "List King of Glory teams"
method: GET
path: "/kog/teams"
tags: ["KOG teams"]
---

# List King of Glory teams

`GET /kog/teams`

List teams for the King of Glory videogame

## Query parameters

- `filter` FilterOverKogTeams
  - `acronym` TeamAcronym[]
  - `id` TeamID[]
  - `location` TeamLocation[]
  - `modified_at` TeamModifiedAt[]
  - `name` TeamName[]
  - `slug` TeamSlug[]
  - `videogame_id` VideogameID[]
- `range` RangeOverKogTeams
  - `acronym` TeamAcronym[]
  - `id` TeamID[]
  - `location` TeamLocation[]
  - `modified_at` TeamModifiedAt[]
  - `name` TeamName[]
  - `slug` TeamSlug[]
- `sort` string[]
- `search` SearchOverKogTeams
  - `acronym` string
  - `location` string — The team's organization location
  - `name` string — The name of the team.
  - `slug` string
- `page` union
  - integer
  - object
    - `number` integer
    - `size` integer
- `per_page` integer

## Response `200`

A list of King of Glory teams

- Team[]
  - `acronym` string, nullable, required
  - `current_videogame` [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object] | [object Object], nullable, required
  - `dark_mode_image_url` string, uri, nullable, required — URL of the team logo
  - `id` integer, required — The ID of the team.
  - `image_url` string, uri, nullable, required — URL of the team logo
  - `location` string, nullable, required — The team's organization location
  - `modified_at` string, date-time, required
  - `name` string, required — The name of the team.
  - `players` BasePlayer[], required
    - `active` boolean, required — Whether player is active
    - `age` number, nullable, required — Age of the player, `null` if unknown. When `birthday` is `null`, `age` is an approxiamation. Read more about [players' age](/docs/about-players-age) **Note**: This field is only present for users running the Historical plan or above.
    - `birthday` string, nullable, required — Birth day of the player, `YYYY-MM-DD` format. `null` if unknown. **Note**: This field is only present for users running the Historical plan or above.
    - `first_name` string, nullable, required — First name of the player. `null` if unknown
    - `id` integer, required — ID of the player
    - `image_url` string, uri, nullable, required — URL to the photo of the player. `null` if not available.
    - `last_name` string, nullable, required — Last name of the player. `null` if unknown
    - `modified_at` string, date-time, required
    - `name` string, required — Professional name of the player
    - `nationality` string, nullable, required — Country code matching the nationality of the player according to the ISO 3166-1 standard (Alpha-2 code). In addition to the standard, the `XK` code is used for Kosovo. `null` if unknown
    - `role` string, nullable, required — Role/position of the player. Field value varies depending on the video game.`null` if unknown. **Note**: role is only available for DotA 2, League of Legends, and Overwatch players. `null` for other video games.
    - `slug` string, nullable, required — Unique, human-readable identifier for the player. `id` and `slug` can be used interchangeably throughout the API.
  - `slug` string, nullable, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/pandascore/apis/pandascore-rest-api.md) · [All operations](https://skmtc.net/pandascore/apis/pandascore-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandascore/pandascore-rest-api/versions/b3c347821e98/schema)
