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—Triumphant
Magmar

Magmar

Uncommon #42 Pokémon Basic HP 70
Types
Fire
Illustrator
Masakazu Fukuda
Expansion
HS—Triumphant · HeartGold & SoulSilver
Language
English
TCGplayer
87051

Attacks

Eruption 20
Fire

Each player discards the top card of his or her deck. This attack does 20 damage times the number of Energy cards discarded in this way.

Combustion 30
Fire · Colorless · Colorless
GET /api/v1/pokemon/cards/hgss4-42vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss4-42vrh",
    "name": "Magmar",
    "number": "42",
    "printed_number": "42",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/42vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/42vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/42vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss4",
      "name": "HS—Triumphant",
      "total": 103,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "TM",
      "printed_total": 102,
      "release_date": "2010/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "87051",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/42vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/42vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss4/42vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Eruption",
        "text": "Each player discards the top card of his or her deck. This attack does 20 damage times the number of Energy cards discarded in this way.",
        "damage": "20"
      },
      {
        "cost": [
          "Fire",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Combustion",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 10.7,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.7
        },
        {
          "condition": "LP",
          "price": 5.52
        },
        {
          "condition": "MP",
          "price": 2.84
        },
        {
          "condition": "DMG",
          "price": 1.5
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 17,
          "low": 14.45,
          "high": 19.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.5,
          "low": 17.43,
          "high": 23.58,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.5,
          "low": 14.03,
          "high": 18.97,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:15:00.976Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}