Usage

pygatherer has a module named utils that contains all the relevant parsers.

utils.get_card_by_id(multiverse_id)

Retrieve the card info by its multiverse id

Parameters:

multiverse_id (Union[str, int]) – The multiverse id of the card

Returns:

the parsed gatherer content of the card

Return type:

dict