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

← Plasma Freeze
Yamask

Yamask

Common #54 Pokémon Basic HP 50
Types
Psychic
Illustrator
Masakazu Fukuda
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
90678

Attacks

Transfer Pain
Psychic

Move 1 damage counter from any of your Pokémon to any of your opponent's Pokémon.

GET /api/v1/pokemon/cards/bw9-54?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-54",
    "name": "Yamask",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/54.large.webp"
      }
    ],
    "expansion": {
      "id": "bw9",
      "name": "Plasma Freeze",
      "total": 122,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLF",
      "printed_total": 116,
      "release_date": "2013/05/08",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw9.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90678",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Transfer Pain",
        "text": "Move 1 damage counter from any of your Pokémon to any of your opponent's Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "rarity": "Common",
    "artist": "Masakazu Fukuda",
    "pricing": {
      "currency": "USD",
      "market": 0.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.35
        },
        {
          "condition": "LP",
          "price": 0.18
        },
        {
          "condition": "MP",
          "price": 0.16
        },
        {
          "condition": "HP",
          "price": 0.09
        },
        {
          "condition": "DMG",
          "price": 0.24
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:11:45.869Z",
      "trend_7d": {
        "direction": "up",
        "percent": 20.69
      }
    }
  }
}