Glicko-2 rating history seems empty after a player becomes rated
Open
wolfeee06 messagesstarted Sep 14, 2026, 4:19 PM
other
I noticed that AstroSaysGG is now rated in era 2 and the profile API is returning:
rating: 1464
RD: 195.3138676910992
ranked: true
But:
/api/stats/AstroSaysGG/elo-series?era=2
still returns:
{
"startElo": 1000,
"points": [],
"eraId": 2
}
Also, the Competitive match records have eloBefore, eloAfter, eloChange and rd, but they’re all null.
Just wondering if those fields / the elo-series are meant to be populated for Glicko-2 now, or if that part hasn’t been updated yet.
rating: 1464
RD: 195.3138676910992
ranked: true
But:
/api/stats/AstroSaysGG/elo-series?era=2
still returns:
{
"startElo": 1000,
"points": [],
"eraId": 2
}
Also, the Competitive match records have eloBefore, eloAfter, eloChange and rd, but they’re all null.
Just wondering if those fields / the elo-series are meant to be populated for Glicko-2 now, or if that part hasn’t been updated yet.
1
marinlast week
rating games are hidden from the api
marinlast week
if you query that endpoint again, astro now has 1 match
marinlast week
though it should show at least matchIds,
marinlast week
we will update this later
wolfeee0OPlast week
ahh ty