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

← Fates Collide
Power Memory

Power Memory

Uncommon #108 Trainer Pokémon Tool
Illustrator
5ban Graphics
Expansion
Fates Collide · XY
Language
English
TCGplayer
117517

Attacks

All Cells Burn 200
Fighting · Fighting · Colorless

Discard 3 Energy attached to this Pokémon.

GET /api/v1/pokemon/cards/xy10-108vrh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy10-108vrh",
    "name": "Power Memory",
    "number": "108",
    "printed_number": "108",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/108vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/108vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/108vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy10",
      "name": "Fates Collide",
      "total": 129,
      "language": "English",
      "language_code": "en",
      "series": "XY",
      "code": "FCO",
      "printed_total": 124,
      "release_date": "2016/05/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/xy10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "117517",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/108vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/108vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy10/108vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "attacks": [
      {
        "cost": [
          "Fighting",
          "Fighting",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "All Cells Burn",
        "text": "Discard 3 Energy attached to this Pokémon.",
        "damage": "200"
      }
    ],
    "rarity": "Uncommon",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 0.49,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.49
        },
        {
          "condition": "LP",
          "price": 0.39
        },
        {
          "condition": "MP",
          "price": 0.26
        },
        {
          "condition": "HP",
          "price": 0.25
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 31.5,
          "low": 31.5,
          "high": 31.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:44:28.772Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.08
      }
    }
  }
}