Get card image URIs
get_card_imagesGet image URIs for MTG cards by specifying ID, name, or set and collector number, including support for double-faced cards.
Instructions
Return image URIs (small, normal, large, png, art_crop, border_crop) for a card, identified by id, name, or set + collector number. Handles double-faced cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Scryfall card UUID. | |
| set | No | Set code (use with collector_number, or to pin a printing of 'name'). | |
| name | No | Exact card name (or fuzzy when fuzzy=true). | |
| fuzzy | No | Treat 'name' as a fuzzy match. Default false. | |
| collector_number | No | Collector number (use with set). |