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

← Ultra Prism
Magmortar

Magmortar

Rare Holo #19 Pokémon Stage 1 HP 130
Types
Fire
Illustrator
nagimiso
Expansion
Ultra Prism · Sun & Moon
Language
English
TCGplayer
157636

Attacks

Fire Blaster 80
Fire · Fire · Colorless

You may discard 2 Energy from this Pokémon. If you do, this attack does 80 more damage.

GET /api/v1/pokemon/cards/sm5-19vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm5-19vh",
    "name": "Magmortar",
    "number": "19",
    "printed_number": "19",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/19vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/19vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/19vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm5",
      "name": "Ultra Prism",
      "total": 178,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "UPR",
      "printed_total": 156,
      "release_date": "2018/02/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "157636",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/19vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/19vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm5/19vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Fire"
    ],
    "hp": "130",
    "abilities": [
      {
        "name": "Incandescent Body",
        "text": "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Burned.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Fire",
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Fire Blaster",
        "text": "You may discard 2 Energy from this Pokémon. If you do, this attack does 80 more damage.",
        "damage": "80"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Rare Holo",
    "artist": "nagimiso",
    "pricing": {
      "currency": "USD",
      "market": 0.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.53
        },
        {
          "condition": "LP",
          "price": 0.47
        },
        {
          "condition": "MP",
          "price": 0.49
        },
        {
          "condition": "HP",
          "price": 0.32
        },
        {
          "condition": "DMG",
          "price": 0.23
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "1",
          "value": 30,
          "low": 25.5,
          "high": 34.5,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 81,
          "low": 70.5,
          "high": 81,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:26:03.595Z",
      "trend_7d": {
        "direction": "down",
        "percent": -5.36
      }
    }
  }
}