EndpointsRounds

Get league featured match

GET/v2/leagues/{league_id}/featured-match

Return the single episode one featured-match lens lands on right now, or null when the lens has no match in the league's recent competition rounds. The default lens tries 1st-vs-2nd, then the given player's latest game, then the showcase heuristic.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Path Parameters

league_id*League Id

League associated with the requested resource.

Match^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Query Parameters

mode?Mode

Featured-match lens to evaluate.

Default"default"

Value in

  • "default"
  • "showcase"
  • "closest"
  • "top-two"
  • "title"
  • "upset"
  • "blowout"
  • "mine"
  • "player"
  • "latest"
  • "live"
  • "random"
  • "step"
division_id?|

Division whose standings scope the rank lenses (1st vs 2nd, Title match, Upset).

player_id?|

Player featured by the 'mine' and 'player' lenses and the default chain.

seed?Seed

Seed for the random lens.

Range0 <= value <= 2147483647
Default0
from_episode?|

Episode the step lens starts from (a round episode entry ID).

step?|

Step direction for the step lens.