Skip to main content
GET
Get player's latest replay

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

league_id
string
required

League associated with the requested resource.

Pattern: ^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
player_id
string
required

Player whose newest replay should be returned.

Pattern: ^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Response

PlayerLatestReplayPublic · object | null

Successful Response

round
RoundPublic · object
required

Round containing the player's newest watchable episode.

episode
V2RoundEpisodeRow · object
required

Player's newest watchable episode in the league.