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

← VSTAR Universe
Magmortar

Magmortar

Common #17 Pokémon Stage 1 HP 140
Types
Fire
Illustrator
AKIRA EGAWA
Expansion
VSTAR Universe · Sword & Shield
Language
Japanese
TCGplayer
571555

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/swsh12a_ja-17?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh12a_ja-17",
    "name": "Magmortar",
    "number": "17",
    "printed_number": "17",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/17.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/17.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/17.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh12a_ja",
      "name": "VSTAR Universe",
      "total": 262,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S12a",
      "printed_total": 172,
      "release_date": "2022/12/02",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh12a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "VSTAR Universe"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571555",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/17.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/17.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh12a_ja/17.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": "Common",
    "artist": "AKIRA EGAWA",
    "pricing": {
      "currency": "USD",
      "market": 0.16,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.16
        },
        {
          "condition": "LP",
          "price": 0.05
        },
        {
          "condition": "MP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 15.77,
          "low": 13.4,
          "high": 18.14,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 19.5,
          "low": 16.58,
          "high": 22.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:59:09.528Z",
      "trend_7d": {
        "direction": "down",
        "percent": -50
      }
    }
  }
}