Powered live by GET /api/v1/pokemon/…, the same public API documented in the Card Data API docs. Search supports the full q syntax.

← Brilliant Stars
Magmortar

Magmortar

Rare #20 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
AKIRA EGAWA
Expansion
Brilliant Stars · Sword & Shield
Language
English
TCGplayer
263708

Attacks

Mega Punch 50
Colorless · Colorless
Boltsplosion 120
Fire · Fire · Colorless

If Electivire is on your Bench, this attack does 120 more damage.

GET /api/v1/pokemon/cards/swsh9-20vrh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh9-20vrh",
    "name": "Magmortar",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/20vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/20vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/20vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh9",
      "name": "Brilliant Stars",
      "total": 186,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "BRS",
      "printed_total": 172,
      "release_date": "2022/02/25",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "263708",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/20vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/20vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh9/20vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Mega Punch",
        "damage": "50"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Boltsplosion",
        "text": "If Electivire is on your Bench, this attack does 120 more damage.",
        "damage": "120"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "MP",
          "price": 0.22
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 15.75,
          "low": 13.39,
          "high": 18.11,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:20:37.154Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.23
      }
    }
  }
}