---
title: "Get an overview of the library."
method: GET
path: "/me/library"
tags: ["me"]
---

# Get an overview of the library.

`GET /me/library`

This endpoint will retrieve the list of objects in the authenticated user's library.

## Query parameters

- `library` 0 | 1 | 2, required — The set of available library kind types. - 0 = anime - 1 = manga - 2 = game
- `status` 'Watching' | 'Dropped' | 'Planning' | 'Completed' | 'OnHold', required — The set of available library status types.
- `sort` string
- `limit` string
- `page` string

## Response `200`

Successful Kurozora JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response
- `403` — Authentication error JSON response

---

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