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

← Phantasmal Flames
Pawmot

Pawmot

Rare #34 Pokémon Stage 2 HP 140
Types
Lightning
Illustrator
satoma
Expansion
Phantasmal Flames · Mega Evolution
Language
English
TCGplayer
662212

Attacks

Voltaic Fist 130
Lightning · Lightning

You may have this Pokémon also do 60 damage to itself and make your opponent's Active Pokémon Paralyzed.

GET /api/v1/pokemon/cards/me2-34vh?include=prices 200 48ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "me2-34vh",
    "name": "Pawmot",
    "number": "34",
    "printed_number": "34",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/34vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/34vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/34vh.large.webp"
      }
    ],
    "expansion": {
      "id": "me2",
      "name": "Phantasmal Flames",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Mega Evolution",
      "code": "PFL",
      "printed_total": 94,
      "release_date": "2025/11/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/me2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "662212",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/34vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/34vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/me2/34vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 2"
    ],
    "types": [
      "Lightning"
    ],
    "hp": "140",
    "attacks": [
      {
        "cost": [
          "Lightning",
          "Lightning"
        ],
        "converted_energy_cost": 2,
        "name": "Voltaic Fist",
        "text": "You may have this Pokémon also do 60 damage to itself and make your opponent's Active Pokémon Paralyzed.",
        "damage": "130"
      }
    ],
    "weaknesses": [
      {
        "type": "Fighting",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "satoma",
    "pricing": {
      "currency": "USD",
      "market": 0.15,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.15
        },
        {
          "condition": "LP",
          "price": 0.1
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 56,
          "low": 47.6,
          "high": 64.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 9.95,
          "low": 9.95,
          "high": 9.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12.11,
          "low": 14.95,
          "high": 14.95,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-21T03:57:17.971Z",
      "trend_7d": {
        "direction": "down",
        "percent": -11.76
      }
    }
  }
}