---
title: "GET /api/card/{id}/series"
method: GET
path: "/api/card/{id}/series"
tags: ["/api/card"]
---

# GET /api/card/{id}/series

`GET /api/card/{id}/series`

Fetches a list of compatible series with the card with id `card_id`.

  - `last_cursor` with value is the id of the last card from the previous page to fetch the next page.
  - `query` to search card by name.
  - `exclude_ids` to filter out a list of card ids

## Path parameters

- `id` integer, required

## Query parameters

- `last_cursor` integer, nullable — value must be an integer greater than zero.
- `query` string, nullable
- `exclude_ids` unknown

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

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