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

← HS—Unleashed
Magmortar

Magmortar

Rare Holo #2 Pokémon Stage 1 HP 110
Types
Fire
Illustrator
Hajime Kusajima
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
87059

Attacks

Hard Crush 50
Fire · Colorless · Colorless

Discard the top 3 cards from your deck. This attack does 50 damage times the number of Energy cards you discarded.

Mantle Bazooka 100
Fire · Fire · Colorless · Colorless

Discard 2 Fire Energy attached to Magmortar.

GET /api/v1/pokemon/cards/hgss2-2vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-2vh",
    "name": "Magmortar",
    "number": "2",
    "printed_number": "2",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/2vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/2vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/2vh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss2",
      "name": "HS—Unleashed",
      "total": 96,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "UL",
      "printed_total": 95,
      "release_date": "2010/05/12",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87059",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/2vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/2vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/2vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "110",
    "attacks": [
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hard Crush",
        "text": "Discard the top 3 cards from your deck. This attack does 50 damage times the number of Energy cards you discarded.",
        "damage": "50"
      },
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 4,
        "name": "Mantle Bazooka",
        "text": "Discard 2 Fire Energy attached to Magmortar.",
        "damage": "100"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 6.98,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.98
        },
        {
          "condition": "LP",
          "price": 5.08
        },
        {
          "condition": "MP",
          "price": 3.79
        },
        {
          "condition": "HP",
          "price": 1.41
        },
        {
          "condition": "DMG",
          "price": 0.63
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 29.99,
          "low": 29.19,
          "high": 29.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 605.5,
          "low": 170,
          "high": 605.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 14.57,
          "low": 13.73,
          "high": 13.73,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.63,
          "low": 7,
          "high": 65.12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.74,
          "low": 19,
          "high": 40.62,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:49:53.759Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.65
      }
    }
  }
}