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

## Changes

- **2024-01-10** `a08d5d759c28` — 1 info
  - added the non-success response with the status `403`
- **2023-10-26** `115e4b765629` — 1 breaking
  - added the new required `query` request parameter `library`
- **2021-11-28** `32f393ace829` — 2 info
  - the endpoint scheme security `bearerAuth` was added to the API
  - the endpoint scheme security `kurozoraBearer` was removed from the API
- **2021-06-23** `2b6d6d7d1a0a` — 2 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `page`
- **2021-05-13** `85ac20c1b7bb` — 3 warning, 4 info
  - deleted the `query` request parameter `library`
  - deleted the `query` request parameter `limit`
  - deleted the `query` request parameter `page`
  - the endpoint scheme security `kurozoraBearer` was added to the API
  - …3 more

[Change history](https://skmtc.dev/kurozora/apis/kurozora-api/changes/me/library/get.md)

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kurozora/apis/kurozora-api/revisions/796965e81e99?raw)
