Get a collection of cards
get_card_collectionBatch fetch up to 75 Magic: The Gathering cards using identifiers such as UUID, name, or set and collector number in a single request.
Instructions
Batch-fetch up to 75 cards in one request by a list of identifiers. Each identifier is an object such as {"id":""}, {"name":"Lightning Bolt"}, {"set":"mh2","collector_number":"173"}, or {"name":"...","set":"..."}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifiers | Yes | Array of identifier objects (max 75). |