Get Division Versus Me
Each division player’s episode record against the caller’s current champion.
Scoped to the division’s most recent rounds completed rounds, restricted to
episodes where the caller’s champion policy sat in a non-filler seat (the same
round -> episode_requests -> seats fan-out as the pairing matrix). Per shared
episode, an opponent’s mean reward is compared to the champion’s; each entry’s
wins counts episodes that OPPONENT won, so its win_rate reads as “how often
they beat you”. Empty when the caller has no current champion in the division.
Viewer-specific by construction, so commissioner tokens (which own no players)
are not accepted.
Authorizations
Bearer token issued by Softmax
Path Parameters
^div_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Query Parameters
1 <= x <= 200Compute against this owned player's champion (e.g. the UI's selected player). Ignored players you don't own yield an empty result. Defaults to the caller's most recently placed champion in the division.
^ply_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Response
Successful Response
Per-player head-to-head records against the viewing user's current champion.
Computed over the division's recent rounds, restricted to episodes where the
viewer's champion policy sat in a non-filler seat. my_player_id /
my_policy_version_id are None (with empty entries) when the viewer has no
current champion in this division.