byMultiverseId

suspend fun byMultiverseId(id: Int, format: String? = "json", pretty: Boolean? = false): ScryfallList<Ruling>

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. https://scryfall.com/docs/api/rulings/multiverse

Parameters

id
  • The multiverse ID.

format
  • The data format to return. This method only supports json.

pretty
  • If true, the returned JSON will be prettified. Avoid using for production code.