---
title: "For the authenticated user, if they have an active Kavita+ subscription and a MAL username on record,
fetch their Mal interest stacks (including restacks)"
method: GET
path: "/api/Collection/mal-stacks"
tags: ["Collection"]
---

# For the authenticated user, if they have an active Kavita+ subscription and a MAL username on record,
fetch their Mal interest stacks (including restacks)

`GET /api/Collection/mal-stacks`

## Response `200`

OK

- MalStackDto[]
  - `title` string, nullable, required
  - `stackId` integer, required
  - `url` string, nullable, required
  - `author` string, nullable, required
  - `seriesCount` integer, required
  - `restackCount` integer, required
  - `existingId` integer

---

[API](https://skmtc.net/kareadita/apis/kavita.md) · [All operations](https://skmtc.net/kareadita/apis/kavita/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kareadita/kavita/revisions/cc7f90a35897/schema)
