---
title: "List studies of a user"
method: GET
path: "/api/study/by/{username}"
tags: ["Studies"]
---

# List studies of a user

`GET /api/study/by/{username}`

Get metadata (name and dates) of all studies of a user.
If authenticated, then all public, unlisted, and private studies are included.
If not, only public (non-unlisted) studies are included.
Studies are streamed as [ndjson](#description/streaming-with-nd-json).

## Path parameters

- `username` string, required

## Response `200`

The list of studies.

---

[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)
