---
title: "Get rating history of a user"
method: GET
path: "/api/user/{username}/rating-history"
tags: ["Users"]
---

# Get rating history of a user

`GET /api/user/{username}/rating-history`

Read rating history of a user, for all perf types.
There is at most one entry per day.
Format of an entry is `[year, month, day, rating]`.
`month` starts at zero (January).

## Path parameters

- `username` string, required

## Response `200`

The rating history of the user.

- RatingHistoryEntry[]
  - `name` string
  - `points` array[]
    - integer[] — [year, month, day, rating]

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
