Skip to main content
GET
List series
Around twenty rows, paged by cursor like every list here, though in practice one page holds them all. Pass q to search by name. Rows then come back best-match first, each carrying a score, and the cursor keeps working exactly as it does without it. At this size a search is a convenience rather than a necessity — see List cards for how ranking and ties behave. Rows carry the series and its logo but not its expansions. Fetch the series for those, or list expansions filtered by series_id.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
string

How many rows to return. Defaults to 50 and stops at 200; a larger value is clamped, not rejected.

cursor
string

The next_cursor from the previous page. Omit it for the first page — a cursor this endpoint did not issue is ignored, and you get the first page back.

q
string

Search series by name. Ranked best-match first, every row carrying its score, and the cursor keeps working.

Minimum string length: 1

Response

Series list

data
object
required
error
object | null
required