---
title: "Get all series"
method: GET
path: "/series"
tags: ["series"]
---

# Get all series

`GET /series`

Returns a list of all available Pokemon TCG series, with support for filtering, sorting, and pagination

## Query parameters

- `filters` union
  - object
  - unknown
- `sort:field` union
  - string
  - unknown
- `sort:order` union
  - 'ASC' | 'DESC'
  - 'ASC' | 'DESC'
- `pagination:page` union
  - integer
  - unknown
- `pagination:itemsPerPage` union
  - integer
  - unknown

## Response `200`

Successful request

- SerieResume[]
  - `id` string, required — Unique identifier of the series
  - `name` string, required — Name of the series
  - `logo` union — URL to the logo of the series
    - string
    - unknown

## Other responses

- `400` — The request was invalid
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.dev/tcgdex/apis/tcgdex-api.md) · [All operations](https://skmtc.dev/tcgdex/apis/tcgdex-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tcgdex/tcgdex-api/revisions/cc386057cff5/schema)
