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
Shadow Triad

Shadow Triad

Uncommon #102 Trainer SupporterTeam Plasma
Illustrator
Yusuke Ohmura
Expansion
Plasma Freeze · Black & White
Language
English
TCGplayer
89096
GET /api/v1/pokemon/cards/bw9-102?include=prices 200 12ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw9-102",
    "name": "Shadow Triad",
    "number": "102",
    "printed_number": "102",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/102.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/102.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/102.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": "89096",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/102.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/102.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw9/102.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter",
      "Team Plasma"
    ],
    "rarity": "Uncommon",
    "artist": "Yusuke Ohmura",
    "pricing": {
      "currency": "USD",
      "market": 0.29,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.29
        },
        {
          "condition": "MP",
          "price": 0.24
        },
        {
          "condition": "HP",
          "price": 0.16
        },
        {
          "condition": "DMG",
          "price": 0.18
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7.5,
          "low": 6.38,
          "high": 8.63,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 18,
          "low": 15.3,
          "high": 20.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:11:45.869Z",
      "trend_7d": {
        "direction": "up",
        "percent": 7.41
      }
    }
  }
}