← Back to board

Glicko-2 rating history seems empty after a player becomes rated

Openwolfeee0wolfeee06 messagesstarted Sep 14, 2026, 4:19 PM
other
wolfeee0wolfeee0OPlast week
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.
1
marin
marinlast week
rating games are hidden from the api
marin
marinlast week
if you query that endpoint again, astro now has 1 match
marin
marinlast week
though it should show at least matchIds,
marin
marinlast week
we will update this later
wolfeee0
wolfeee0OPlast week
ahh ty