by Set And Collector Number
Returns a single card with the given set code and collector number. You may optionally also append a lang part to the URL to retrieve a non-English version of the card. https://scryfall.com/docs/api/cards/collector
Parameters
The three to five-letter set code.
The collector number.
The language code to retrieve a non-English version of the card.
The data format to return: json, text, or image. Defaults to json.
If using the image format and this parameter has the value back, the back face of the card will be returned. Will return a 422 if this card has no back face.
The image version to return when using the image format: small, normal, large, png, art_crop, or border_crop. Defaults to large.
If true, the returned JSON will be prettified. Avoid using for production code.