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 Blast
Uxie

Uxie

Rare #36 Pokémon Basic HP 60
Types
Psychic
Illustrator
Sumiyoshi Kizuki
Expansion
Plasma Blast · Black & White
Language
English
TCGplayer
90261

Attacks

Psypower
Psychic

Put 3 damage counters on your opponent's Pokémon in any way you like.

GET /api/v1/pokemon/cards/bw10-36vrh?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw10-36vrh",
    "name": "Uxie",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/36vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/36vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/36vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw10",
      "name": "Plasma Blast",
      "total": 105,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "PLB",
      "printed_total": 101,
      "release_date": "2013/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90261",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/36vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/36vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw10/36vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Psypower",
        "text": "Put 3 damage counters on your opponent's Pokémon in any way you like."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Sumiyoshi Kizuki",
    "pricing": {
      "currency": "USD",
      "market": 4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4
        },
        {
          "condition": "LP",
          "price": 2.06
        },
        {
          "condition": "MP",
          "price": 1.9
        },
        {
          "condition": "HP",
          "price": 0.28
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T03:52:51.263Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}