---
title: "List additions"
method: GET
path: "/additions"
tags: ["Incidents"]
---

# List additions

`GET /additions`

Get the latest additions.

This endpoint only shows unchanged objects.

## Query parameters

- `filter` FilterOverAdditionIncidents
  - `id` IncidentID[]
    - union — An incident ID
      - integer
      - integer
      - integer — ID of the player
      - integer
      - integer — The ID of the team.
      - integer
  - `modified_at` IncidentModifiedAt[]
  - `opponents_filled` boolean — Whether a match has opponents filled i.e. opponents are not TBD.
- `range` RangeOverAdditionIncidents
  - `id` IncidentID[]
    - union — An incident ID
      - integer
      - integer
      - integer — ID of the player
      - integer
      - integer — The ID of the team.
      - integer
  - `modified_at` IncidentModifiedAt[]
- `sort` string[]
- `page` union
  - integer
  - object
    - `number` integer
    - `size` integer
- `per_page` integer
- `type` string[]
- `since` string, date-time
- `videogame` VideogameIDOrSlug[]
  - union — A videogame ID or slug
    - 1 | 3 | 4 | 14 | 20 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 — A videogame ID
    - 'cod-mw' | 'cs-go' | 'dota-2' | 'e-basketball' | 'e-cricket' | 'e-hockey' | 'e-soccer' | 'e-tennis' | 'fifa' | 'kog' | 'league-of-legends' | 'lol-wild-rift' | 'mlbb' | 'ow' | 'pubg' | 'r6-siege' | 'rl' | 'starcraft-2' | 'starcraft-brood-war' | 'valorant' — A videogame slug

## Response `200`

A list of created entities

- NonDeletionIncident[]
  - `change_type` 'creation' | 'deletion' | 'update', required
  - `id` union, required — An incident ID
    - integer
    - integer
    - integer — ID of the player
    - integer
    - integer — The ID of the team.
    - integer
  - `modified_at` string, date-time, required
  - `object` union, required
    - League
      - `id` integer, required
      - `image_url` string, uri, nullable, required
      - `modified_at` string, date-time, required
      - `name` string, required
      - `series` BaseSerie[], required
        - `begin_at` string, date-time, nullable, required
        - `end_at` string, date-time, nullable, required
        - `full_name` string, required
        - `id` integer, required
        - `league_id` integer, required
        - `modified_at` string, date-time, required
        - `name` string, nullable, required
        - `season` string, nullable, required
        - `slug` string, required
        - `winner_id` union, required
          - integer, nullable — ID of the player
          - integer, nullable — The ID of the team.
        - `winner_type` 'Player' | 'Team', nullable, required
        - `year` integer, nullable, required
      - `slug` string, required
      - `url` string, uri, nullable, required
      - `videogame` union, required
        - LeagueVideogameLoL
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'LoL', required
          - `slug` 'league-of-legends', required
        - LeagueVideogameCSGO
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'Counter-Strike', required
          - `slug` 'cs-go', required
        - LeagueVideogameDota2
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'Dota 2', required
          - `slug` 'dota-2', required
        - LeagueVideogameOverwatch
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'Overwatch', required
          - `slug` 'ow', required
        - LeagueVideogamePUBG
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'PUBG', required
          - `slug` 'pubg', required
        - LeagueVideogameRocketLeague
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'Rocket League', required
          - `slug` 'rl', required
        - LeagueVideogameCodmw
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'Call of Duty', required
          - `slug` 'cod-mw', required
        - LeagueVideogameR6siege
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'Rainbow 6 Siege', required
          - `slug` 'r6-siege', required
        - LeagueVideogameFifa
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'EA Sports FC', required
          - `slug` 'fifa', required
        - LeagueVideogameValorant
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'Valorant', required
          - `slug` 'valorant', required
        - LeagueVideogameKog
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'King of Glory', required
          - `slug` 'kog', required
        - LeagueVideogameLolWildRift
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'LoL Wild Rift', required
          - `slug` 'lol-wild-rift', required
        - LeagueVideogameStarcraft2
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'StarCraft 2', required
          - `slug` 'starcraft-2', required
        - LeagueVideogameStarcraftBroodWar
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'StarCraft Brood War', required
          - `slug` 'starcraft-brood-war', required
        - LeagueVideogameMLBB
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'Mobile Legends: Bang Bang', required
          - `slug` 'mlbb', required
        - LeagueVideogameEBasketball
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'eBasketball', required
          - `slug` 'e-basketball', required
        - LeagueVideogameECricket
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'eCricket', required
          - `slug` 'e-cricket', required
        - LeagueVideogameEHockey
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'eHockey', required
          - `slug` 'e-hockey', required
        - LeagueVideogameESoccer
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'eSoccer', required
          - `slug` 'e-soccer', required
        - LeagueVideogameETennis
          - `current_version` string, nullable, required
          - `id` unknown, required
          - `name` 'eTennis', required
          - `slug` 'e-tennis', required
    - Serie — A serie, an occurrence of a league event
      - `begin_at` string, date-time, nullable, required
      - `end_at` string, date-time, nullable, required
      - `full_name` string, required
      - `id` integer, required
      - `league` BaseLeague, required
        - `id` integer, required
        - `image_url` string, uri, nullable, required
        - `modified_at` string, date-time, required
        - `name` string, required
        - `slug` string, required
        - `url` string, uri, nullable, required
      - `league_id` integer, required
      - `modified_at` string, date-time, required
      - `name` string, nullable, required
      - `season` string, nullable, required
      - `slug` string, required
      - `tournaments` BaseTournament[], required
        - `begin_at` string, date-time, nullable, required
        - `country` string, nullable, required — Country code matching the location of the tournament 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
        - `detailed_stats` boolean, required — Whether the tournament is expected to have detailed statistics available
        - `end_at` string, date-time, nullable, required
        - `has_bracket` boolean, required — Whether the tournament has a bracket
        - `id` integer, required
        - `league_id` integer, required
        - `live_supported` boolean, required — Whether live is supported
        - `modified_at` string, date-time, required
        - `name` string, required
        - `prizepool` string, nullable, required
        - `region` 'AF' | 'ASIA' | 'EEU' | 'ME' | 'NA' | 'OCE' | 'SA' | 'WEU', nullable, required — Region acronym for the location of the tournament.
        - `serie_id` integer, required
        - `slug` string, required
        - `tier` 'a' | 'b' | 'c' | 'd' | 's' | 'unranked', nullable, required — The tier of the tournament, ranging from 'S' to 'Unranked'. Ranking 'S' > 'A' > 'B' > 'C' > 'D' > 'Unranked'
        - `type` 'offline' | 'online' | 'online/offline', nullable, required — Location type for a tournament
        - `winner_id` union, required
          - integer, nullable — ID of the player
          - integer, nullable — The ID of the team.
        - `winner_type` 'Player' | 'Team', nullable, required
      - `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], required
      - `videogame_title` object, nullable, required
        - `id` integer, required
        - `name` string, required
        - `slug` string, required
        - `videogame_id` 1 | 3 | 4 | 14 | 20 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36, required — A videogame ID
      - `winner_id` union, required
        - integer, nullable — ID of the player
        - integer, nullable — The ID of the team.
      - `winner_type` 'Player' | 'Team', nullable, required
      - `year` integer, nullable, required
    - Tournament
      - `begin_at` string, date-time, nullable, required
      - `country` string, nullable, required — Country code matching the location of the tournament 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
      - `detailed_stats` boolean, required — Whether the tournament is expected to have detailed statistics available
      - `end_at` string, date-time, nullable, required
      - `expected_roster` TournamentRosterItem[], required
        - `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.
        - `team` BaseTeam, required
          - `acronym` string, 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.
          - `slug` string, nullable, required
      - `has_bracket` boolean, required — Whether the tournament has a bracket
      - `id` integer, required
      - `league` BaseLeague, required
        - `id` integer, required
        - `image_url` string, uri, nullable, required
        - `modified_at` string, date-time, required
        - `name` string, required
        - `slug` string, required
        - `url` string, uri, nullable, required
      - `league_id` integer, required
      - `live_supported` boolean, required — Whether live is supported
      - `matches` BaseMatch[], required
        - `begin_at` string, date-time, nullable, required
        - `detailed_stats` boolean, required — Whether the match offers full stats
        - `draw` boolean, required — Whether result of the match is a draw
        - `end_at` string, date-time, nullable, required
        - `forfeit` boolean, required — Whether match was forfeited
        - `game_advantage` integer, nullable, required — ID of the opponent with a game advantage
        - `id` integer, required
        - `live` MatchLive, required
          - `opens_at` string, date-time, nullable, required
          - `supported` boolean, required — Whether live is supported
          - `url` string, uri, nullable, required
        - `low_latency_feed` boolean — Whether Whether the match is available via the Low Latency Feed. **Important:** this field is only present in the response for subscribers of a Low Latency Feed plan.
        - `match_type` 'all_games_played' | 'best_of' | 'custom' | 'first_to' | 'ow_best_of' | 'red_bull_home_ground', required
        - `modified_at` string, date-time, required
        - `name` string, required
        - `number_of_games` integer, required — Number of games
        - `original_scheduled_at` string, date-time, nullable, required
        - `rescheduled` boolean, nullable, required — Whether match has been rescheduled
        - `scheduled_at` string, date-time, nullable, required
        - `slug` string, nullable, required
        - `status` 'canceled' | 'finished' | 'not_started' | 'postponed' | 'running', required
        - `streams_list` Stream[], required
          - `embed_url` string, uri, nullable, required — URL to embed in an iframe.
          - `language` 'aa' | 'ab' | 'ae' | 'af' | 'ak' | 'am' | 'an' | 'ar' | 'as' | 'av' | 'ay' | 'az' | 'ba' | 'be' | 'bg' | 'bh' | 'bi' | 'bm' | 'bn' | 'bo' | 'br' | 'bs' | 'ca' | 'ce' | 'ch' | 'co' | 'cr' | 'cs' | 'cu' | 'cv' | 'cy' | 'da' | 'de' | 'dv' | 'dz' | 'ee' | 'el' | 'en' | 'eo' | 'es' | 'et' | 'eu' | 'fa' | 'ff' | 'fi' | 'fj' | 'fo' | 'fr' | 'fy' | 'ga' | 'gd' | 'gl' | 'gn' | 'gu' | 'gv' | 'ha' | 'he' | 'hi' | 'ho' | 'hr' | 'ht' | 'hu' | 'hy' | 'hz' | 'ia' | 'id' | 'ie' | 'ig' | 'ii' | 'ik' | 'io' | 'is' | 'it' | 'iu' | 'ja' | 'jv' | 'ka' | 'kg' | 'ki' | 'kj' | 'kk' | 'kl' | 'km' | 'kn' | 'ko' | 'kr' | 'ks' | 'ku' | 'kv' | 'kw' | 'ky' | 'la' | 'lb' | 'lg' | 'li' | 'ln' | 'lo' | 'lt' | 'lu' | 'lv' | 'mg' | 'mh' | 'mi' | 'mk' | 'ml' | 'mn' | 'mr' | 'ms' | 'mt' | 'my' | 'na' | 'nb' | 'nd' | 'ne' | 'ng' | 'nl' | 'nn' | 'no' | 'nr' | 'nv' | 'ny' | 'oc' | 'oj' | 'om' | 'or' | 'os' | 'pa' | 'pi' | 'pl' | 'ps' | 'pt' | 'qu' | 'rm' | 'rn' | 'ro' | 'ru' | 'rw' | 'sa' | 'sc' | 'sd' | 'se' | 'sg' | 'si' | 'sk' | 'sl' | 'sm' | 'sn' | 'so' | 'sq' | 'sr' | 'ss' | 'st' | 'su' | 'sv' | 'sw' | 'ta' | 'te' | 'tg' | 'th' | 'ti' | 'tk' | 'tl' | 'tn' | 'to' | 'tr' | 'ts' | 'tt' | 'tw' | 'ty' | 'ug' | 'uk' | 'ur' | 'uz' | 've' | 'vi' | 'vo' | 'wa' | 'wo' | 'xh' | 'yi' | 'yo' | 'za' | 'zh' | 'zu', required — Language alpha-2 code according to ISO 649-1 standard.
          - `main` boolean, required — Whether it is the main stream. Main stream is always official.
          - `official` boolean, required — Whether it is an official broadcast.
          - `raw_url` string, uri, required — URL to the stream on host website.
        - `tournament_id` integer, required
        - `winner_id` union, required
          - integer, nullable — ID of the player
          - integer, nullable — The ID of the team.
        - `winner_type` 'Player' | 'Team', required
      - `modified_at` string, date-time, required
      - `name` string, required
      - `prizepool` string, nullable, required
      - `region` 'AF' | 'ASIA' | 'EEU' | 'ME' | 'NA' | 'OCE' | 'SA' | 'WEU', nullable, required — Region acronym for the location of the tournament.
      - `serie` BaseSerie, required
        - `begin_at` string, date-time, nullable, required
        - `end_at` string, date-time, nullable, required
        - `full_name` string, required
        - `id` integer, required
        - `league_id` integer, required
        - `modified_at` string, date-time, required
        - `name` string, nullable, required
        - `season` string, nullable, required
        - `slug` string, required
        - `winner_id` union, required
          - integer, nullable — ID of the player
          - integer, nullable — The ID of the team.
        - `winner_type` 'Player' | 'Team', nullable, required
        - `year` integer, nullable, required
      - `serie_id` integer, required
      - `slug` string, required
      - `teams` BaseTeam[], required
        - `acronym` string, 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.
        - `slug` string, nullable, required
      - `tier` 'a' | 'b' | 'c' | 'd' | 's' | 'unranked', nullable, required — The tier of the tournament, ranging from 'S' to 'Unranked'. Ranking 'S' > 'A' > 'B' > 'C' > 'D' > 'Unranked'
      - `type` 'offline' | 'online' | 'online/offline', nullable, required — Location type for a tournament
      - `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], required
      - `videogame_title` object, nullable, required
        - `id` integer, required
        - `name` string, required
        - `slug` string, required
        - `videogame_id` 1 | 3 | 4 | 14 | 20 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36, required — A videogame ID
      - `winner_id` union, required
        - integer, nullable — ID of the player
        - integer, nullable — The ID of the team.
      - `winner_type` 'Player' | 'Team', nullable, required
    - Match
      - `begin_at` string, date-time, nullable, required
      - `detailed_stats` boolean, required — Whether the match offers full stats
      - `draw` boolean, required — Whether result of the match is a draw
      - `end_at` string, date-time, nullable, required
      - `forfeit` boolean, required — Whether match was forfeited
      - `game_advantage` integer, nullable, required — ID of the opponent with a game advantage
      - `games` Game[], required
        - `begin_at` string, date-time, nullable, required — The game begin time, UTC. `null` when the game status is `not_started`
        - `complete` boolean, required — Whether When `true`, the game statistics are complete and will not be updated again
        - `detailed_stats` boolean, required — Whether historical data is available for the game
        - `end_at` string, date-time, nullable, required — The game end time, UTC. `null` when the game status is not `finished`
        - `finished` boolean, required — Whether the game is finished
        - `forfeit` boolean, required — Whether the game has been forfeited
        - `id` union, required — ID of the game. IDs are video game-specific, ie. a Valorant game and an Overwatch game can have the same game ID.
          - integer — LoL game ID
          - integer — Counter-Strike game ID
          - integer
          - integer
          - integer
          - integer
        - `length` integer, nullable, required — Duration of the game in seconds. `null` when the game status is not `finished`
        - `match_id` integer, required
        - `position` integer, required — Game position in the match. Starts at 1
        - `status` 'finished' | 'not_played' | 'not_started' | 'running', required — The game status
        - `winner` GameWinner, required
          - `id` union, required
            - integer, nullable — ID of the player
            - integer, nullable — The ID of the team.
          - `type` 'Player' | 'Team', nullable, required
        - `winner_type` 'Player' | 'Team', nullable, required
      - `id` integer, required
      - `league` BaseLeague, required
        - `id` integer, required
        - `image_url` string, uri, nullable, required
        - `modified_at` string, date-time, required
        - `name` string, required
        - `slug` string, required
        - `url` string, uri, nullable, required
      - `league_id` integer, required
      - `live` MatchLive, required
        - `opens_at` string, date-time, nullable, required
        - `supported` boolean, required — Whether live is supported
        - `url` string, uri, nullable, required
      - `low_latency_feed` boolean — Whether Whether the match is available via the Low Latency Feed. **Important:** this field is only present in the response for subscribers of a Low Latency Feed plan.
      - `map_picks` ValorantMapPick[], nullable — **Only applies to Valorant matches. The field will not be present on other video games matches.** Map picks, `null` when map picks data is unavailable. **Important:** `map_picks` field is only present in the response for subscribers of Valorant Historical plan.
        - `id` integer, required — ID of the map
        - `image_url` string, uri, required — URL to an image of the map
        - `name` string, required — Name of the map
        - `picking_team_id` integer, nullable, required — ID of the team that picked the map
        - `slug` string, required — Human-readable identifier of the map
        - `videogame_versions` VideogameVersion[], required — Array of of video game versions (ie. patches) for this resource
      - `match_type` 'all_games_played' | 'best_of' | 'custom' | 'first_to' | 'ow_best_of' | 'red_bull_home_ground', required
      - `modified_at` string, date-time, required
      - `name` string, required
      - `number_of_games` integer, required — Number of games
      - `opponents` Opponent[], required
        - `opponent` union, required
          - BasePlayer
            - `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.
          - BaseTeam
            - `acronym` string, 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.
            - `slug` string, nullable, required
        - `type` 'Player' | 'Team', required
      - `original_scheduled_at` string, date-time, nullable, required
      - `rescheduled` boolean, nullable, required — Whether match has been rescheduled
      - `results` MatchResult[], required
        - union
          - MatchTeamResult
            - `score` integer, required
            - `team_id` integer, required — The ID of the team.
          - MatchPlayerResult
            - `player_id` integer, required — ID of the player
            - `score` integer, required
      - `scheduled_at` string, date-time, nullable, required
      - `serie` BaseSerie, required
        - `begin_at` string, date-time, nullable, required
        - `end_at` string, date-time, nullable, required
        - `full_name` string, required
        - `id` integer, required
        - `league_id` integer, required
        - `modified_at` string, date-time, required
        - `name` string, nullable, required
        - `season` string, nullable, required
        - `slug` string, required
        - `winner_id` union, required
          - integer, nullable — ID of the player
          - integer, nullable — The ID of the team.
        - `winner_type` 'Player' | 'Team', nullable, required
        - `year` integer, nullable, required
      - `serie_id` integer, required
      - `slug` string, nullable, required
      - `status` 'canceled' | 'finished' | 'not_started' | 'postponed' | 'running', required
      - `streams_list` Stream[], required
        - `embed_url` string, uri, nullable, required — URL to embed in an iframe.
        - `language` 'aa' | 'ab' | 'ae' | 'af' | 'ak' | 'am' | 'an' | 'ar' | 'as' | 'av' | 'ay' | 'az' | 'ba' | 'be' | 'bg' | 'bh' | 'bi' | 'bm' | 'bn' | 'bo' | 'br' | 'bs' | 'ca' | 'ce' | 'ch' | 'co' | 'cr' | 'cs' | 'cu' | 'cv' | 'cy' | 'da' | 'de' | 'dv' | 'dz' | 'ee' | 'el' | 'en' | 'eo' | 'es' | 'et' | 'eu' | 'fa' | 'ff' | 'fi' | 'fj' | 'fo' | 'fr' | 'fy' | 'ga' | 'gd' | 'gl' | 'gn' | 'gu' | 'gv' | 'ha' | 'he' | 'hi' | 'ho' | 'hr' | 'ht' | 'hu' | 'hy' | 'hz' | 'ia' | 'id' | 'ie' | 'ig' | 'ii' | 'ik' | 'io' | 'is' | 'it' | 'iu' | 'ja' | 'jv' | 'ka' | 'kg' | 'ki' | 'kj' | 'kk' | 'kl' | 'km' | 'kn' | 'ko' | 'kr' | 'ks' | 'ku' | 'kv' | 'kw' | 'ky' | 'la' | 'lb' | 'lg' | 'li' | 'ln' | 'lo' | 'lt' | 'lu' | 'lv' | 'mg' | 'mh' | 'mi' | 'mk' | 'ml' | 'mn' | 'mr' | 'ms' | 'mt' | 'my' | 'na' | 'nb' | 'nd' | 'ne' | 'ng' | 'nl' | 'nn' | 'no' | 'nr' | 'nv' | 'ny' | 'oc' | 'oj' | 'om' | 'or' | 'os' | 'pa' | 'pi' | 'pl' | 'ps' | 'pt' | 'qu' | 'rm' | 'rn' | 'ro' | 'ru' | 'rw' | 'sa' | 'sc' | 'sd' | 'se' | 'sg' | 'si' | 'sk' | 'sl' | 'sm' | 'sn' | 'so' | 'sq' | 'sr' | 'ss' | 'st' | 'su' | 'sv' | 'sw' | 'ta' | 'te' | 'tg' | 'th' | 'ti' | 'tk' | 'tl' | 'tn' | 'to' | 'tr' | 'ts' | 'tt' | 'tw' | 'ty' | 'ug' | 'uk' | 'ur' | 'uz' | 've' | 'vi' | 'vo' | 'wa' | 'wo' | 'xh' | 'yi' | 'yo' | 'za' | 'zh' | 'zu', required — Language alpha-2 code according to ISO 649-1 standard.
        - `main` boolean, required — Whether it is the main stream. Main stream is always official.
        - `official` boolean, required — Whether it is an official broadcast.
        - `raw_url` string, uri, required — URL to the stream on host website.
      - `tournament` BaseTournament, required
        - `begin_at` string, date-time, nullable, required
        - `country` string, nullable, required — Country code matching the location of the tournament 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
        - `detailed_stats` boolean, required — Whether the tournament is expected to have detailed statistics available
        - `end_at` string, date-time, nullable, required
        - `has_bracket` boolean, required — Whether the tournament has a bracket
        - `id` integer, required
        - `league_id` integer, required
        - `live_supported` boolean, required — Whether live is supported
        - `modified_at` string, date-time, required
        - `name` string, required
        - `prizepool` string, nullable, required
        - `region` 'AF' | 'ASIA' | 'EEU' | 'ME' | 'NA' | 'OCE' | 'SA' | 'WEU', nullable, required — Region acronym for the location of the tournament.
        - `serie_id` integer, required
        - `slug` string, required
        - `tier` 'a' | 'b' | 'c' | 'd' | 's' | 'unranked', nullable, required — The tier of the tournament, ranging from 'S' to 'Unranked'. Ranking 'S' > 'A' > 'B' > 'C' > 'D' > 'Unranked'
        - `type` 'offline' | 'online' | 'online/offline', nullable, required — Location type for a tournament
        - `winner_id` union, required
          - integer, nullable — ID of the player
          - integer, nullable — The ID of the team.
        - `winner_type` 'Player' | 'Team', nullable, required
      - `tournament_id` integer, required
      - `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], required
      - `videogame_title` object, nullable, required
        - `id` integer, required
        - `name` string, required
        - `slug` string, required
        - `videogame_id` 1 | 3 | 4 | 14 | 20 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36, required — A videogame ID
      - `videogame_version` object, nullable, required
        - `current` boolean, required — Whether this videogame version is current
        - `name` string, required
      - `winner` union, required
        - object, nullable
          - `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.
        - object, nullable
          - `acronym` string, 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.
          - `slug` string, nullable, required
      - `winner_id` union, required
        - integer, nullable — ID of the player
        - integer, nullable — The ID of the team.
      - `winner_type` 'Player' | 'Team', required
    - Player
      - `active` boolean, required — Whether player is active
      - `age` number, nullable — 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 — 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.
      - `current_team` object, nullable, required
        - `acronym` string, 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.
        - `slug` 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
      - `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.
    - 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
  - `type` 'league' | 'match' | 'player' | 'serie' | 'team' | 'tournament', 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)
