GET /cards/multiverse/:id/rulings
Supported formats: json
, text
, image
Returns a List of rulings for a card with the given Multiverse ID. If the card has multiple multiverse IDs, this method can find either of them.
Parameter | Type | Atn | Details |
---|---|---|---|
:id
|
Integer | The multiverse ID. | |
format
|
String | Optional |
The data format to return. This method only supports json .
|
pretty
|
Boolean | Optional | If true, the returned JSON will be prettified. Avoid using for production code. |
Example Requests
Fetch rulings for Lion’s Eye Diamond
GET
https://api.scryfall.com/cards/multiverse/3255/rulings