Batch get cards by IDs
POST /cards/batch/ids
POST
/cards/batch/ids
Get multiple cards by their IDs in a single request.
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
ids
required
Array of card IDs (max 100)
Array<string>
Responses
Section titled “ Responses ”Batch results
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 notFound
IDs that were not found
Array<string>