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
Magmar

Magmar

Common #6 Pokémon Basic HP 70
Types
Fire
Illustrator
Mitsuhiro Arita
Expansion
Pokémon TCG Classic - Charizard · Other
Language
English
TCGplayer
527941

Attacks

Smokescreen 10
Fire

During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen.

Smog 20
Fire · Fire

Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.

GET /api/v1/pokemon/cards/clc-6vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "clc-6vh",
    "name": "Magmar",
    "number": "6",
    "printed_number": "6",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/6vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/6vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/6vh.large.webp"
      }
    ],
    "expansion": {
      "id": "clc",
      "name": "Pokémon TCG Classic - Charizard",
      "total": 34,
      "language": "English",
      "language_code": "en",
      "series": "Other",
      "code": "CLC",
      "printed_total": 34,
      "release_date": "2023/11/16",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/clc.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "527941",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/6vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/6vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/clc/6vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Fire"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Fire"
        ],
        "converted_energy_cost": 1,
        "name": "Smokescreen",
        "text": "During your opponent's next turn, if the Defending Pokémon tries to attack, your opponent flips a coin. If tails, that attack doesn't happen.",
        "damage": "10"
      },
      {
        "cost": [
          "Fire",
          "Fire"
        ],
        "converted_energy_cost": 2,
        "name": "Smog",
        "text": "Flip a coin. If heads, your opponent's Active Pokémon is now Poisoned.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Water",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Mitsuhiro Arita",
    "pricing": {
      "currency": "USD",
      "market": 3.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.02
        }
      ],
      "graded": [
        {
          "company": "AGS",
          "grade": "10",
          "value": 62.86,
          "low": 100,
          "high": 100,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "AGS",
          "grade": "9.5",
          "value": 16.03,
          "low": 7.5,
          "high": 16.03,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 24.29,
          "low": 14.9,
          "high": 26.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 12,
          "low": 12,
          "high": 12,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.5,
          "low": 8.9,
          "high": 8.9,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 9.41,
          "low": 5.95,
          "high": 9.54,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 31.37,
          "low": 21.35,
          "high": 91.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10.01,
          "low": 8.51,
          "high": 11.51,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 24.5,
          "low": 20.89,
          "high": 27.9,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 200,
          "low": 170,
          "high": 230,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:35:09.312Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.63
      }
    }
  }
}