Parameters
- game_id: ID of the Game.
Default 1. Check Global Dictionary - currency: currency code.
Default BRL. Check Global Dictionary - cardname: Name of a card.
Default "Path to exile"
Example
game_id: 1
cardname: Path to Exile
currency: BRL
curl -d "cardname=Path to exile&game_id=1¤cy=BRL" https://mtg.cardsrealm.com/en-us/api/cardinfo
Return
Information about a named card
{
"card_crop_image_med": "https://static.cardsrealm.com/images/cartas/crop/md1-modern-event-deck-2014/path-to-exile-3-med.jpeg?357",
"card_image_med": "https://static.cardsrealm.com/images/cartas/en/md1-modern-event-deck-2014/path-to-exile-3-med.webp?2676",
"card_real_min": 1475,
"card_url": "https://cardsrealm.com/card/path-to-exile",
"name_esp": "Camino al exilio",
"name_ing": "Path to Exile",
"name_por": "Caminho para o Ex\u00edlio",
"oracle_text": "Exile target creature. Its controller may search their library for a basic land card, put that card onto the battlefield tapped, then shuffle their library."
}