GET /cards/mtgo/:id/rulings

Supported formats: json

Returns rulings for a card with the given MTGO ID (also known as the Catalog ID). The ID can either be the card’s mtgo_id or its mtgo_foil_id.

Parameter Type Atn Details
:id Integer The MTGO 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 Demonic Pact

GET https://api.scryfall.com/cards/mtgo/57934/rulings