API for user rating graph?

Is there an API to get the data behind the user rating graph? I’d like to try parsing it into table form instead of graph form. I looked in the docs but didn’t see that data.

We don’t have a specific endpoint for that currently, however it is contained within

/api/v1/players/{id}/full

It’ll be the rating_history field within the returned object

1 Like