List cards (cursor pagination)
GET /cards/cursor
GET
/cards/cursor
Get cards with cursor-based pagination. Best for large result sets and real-time sync.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” q
string
Search query
game
string
setId
string
rarity
string
lang
string
ISO 639-1 language code
sort
string
Sort field (name, number, releaseDate)
updatedAfter
string format: date-time
Filter cards updated after this timestamp
cursor
string
limit
integer
Responses
Section titled “ Responses ”List of cards with cursor
object
data
Array<object>
object
id
required
string
Example
sv7-001 name
required
string
Example
Bulbasaur tcg
required
string
set
required
object
id
required
string
Example
sv7 name
required
string
Example
Stellar Crown number
string
Example
001/198 rarity
string
Example
Common imageUrl
string format: uri
prices
object
market
number
Example
1.25 low
number
Example
0.89 high
number
Example
2.5 nextCursor
string
hasMore
boolean