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

← Pokémon TCG Classic - Charizard (Fire Deck)
Magmar

Magmar

None #006/032 Pokémon Basic HP 70
Types
Fire
Expansion
Pokémon TCG Classic - Charizard (Fire Deck)
Language
Japanese
TCGplayer
591914

Attacks

Smokescreen 10
Fire

If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.

Smog 20
Fire · Fire

Flip a coin. If heads, the Defending Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/cll_ja-6vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "cll_ja-6vh",
    "name": "Magmar",
    "number": "006/032",
    "printed_number": "006/032",
    "images": [
      {
        "type": "front",
        "small": "https://tcgplayer-cdn.tcgplayer.com/product/591914_200w.jpg",
        "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591914_in_1000x1000.jpg",
        "large": "https://tcgplayer-cdn.tcgplayer.com/product/591914_in_1000x1000.jpg"
      }
    ],
    "expansion": {
      "id": "cll_ja",
      "name": "Pokémon TCG Classic - Charizard (Fire Deck)",
      "total": 32,
      "language": "Japanese",
      "language_code": "ja",
      "release_date": "2023/02/27",
      "translation": {
        "en": {
          "name": "Pokémon TCG Classic - Charizard (Fire Deck)"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "591914",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://tcgplayer-cdn.tcgplayer.com/product/591914_200w.jpg",
            "medium": "https://tcgplayer-cdn.tcgplayer.com/product/591914_in_1000x1000.jpg",
            "large": "https://tcgplayer-cdn.tcgplayer.com/product/591914_in_1000x1000.jpg"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Smokescreen",
        "text": "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Smog",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "None",
    "pricing": {
      "currency": "USD",
      "market": 7,
      "is_stale": false,
      "conditions": [],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 28.79,
          "low": 14.9,
          "high": 50.39,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7,
          "trend": {
            "direction": "up",
            "percent": 15.2
          }
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 59.33,
          "low": 38.66,
          "high": 95.25,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 6
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.5,
          "low": 20.83,
          "high": 28.17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 66.8,
          "low": 80,
          "high": 80,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T02:01:13.901Z"
    }
  }
}