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
Magmar

Magmar

Common #52 Pokémon Basic HP 70
Types
Fire
Illustrator
Hajime Kusajima
Expansion
HS—Unleashed · HeartGold & SoulSilver
Language
English
TCGplayer
87050

Attacks

Live Coal 10
Fire
Magma Punch 20
Fire · Colorless
GET /api/v1/pokemon/cards/hgss2-52vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss2-52vrh",
    "name": "Magmar",
    "number": "52",
    "printed_number": "52",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/52vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/52vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/52vrh.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": "87050",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/52vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/52vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss2/52vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Live Coal",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Magma Punch",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Hajime Kusajima",
    "pricing": {
      "currency": "USD",
      "market": 5.59,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.59
        },
        {
          "condition": "MP",
          "price": 5.18
        },
        {
          "condition": "HP",
          "price": 1.72
        },
        {
          "condition": "DMG",
          "price": 3
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 38.25,
          "low": 24.35,
          "high": 47.15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-10T05:32:57.143Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}