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

← Secret Wonders
Unown [X]

Unown [X]

Uncommon #71 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kazuyuki Kano
Expansion
Secret Wonders · Diamond & Pearl
Language
English
TCGplayer
90243

Attacks

Hidden Power 10
Colorless

Flip a coin. If heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/dp3-71?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp3-71",
    "name": "Unown [X]",
    "number": "71",
    "printed_number": "71",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/71.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/71.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/71.large.webp"
      }
    ],
    "expansion": {
      "id": "dp3",
      "name": "Secret Wonders",
      "total": 132,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "SW",
      "printed_total": 132,
      "release_date": "2007/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90243",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/71.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/71.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp3/71.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "X-RAY",
        "text": "Once during your turn (before your attack), if you have Unown X on your Bench, you may look at the top card of your opponent's deck and put it back on top of his or her deck.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hidden Power",
        "text": "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 3.3,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.3
        },
        {
          "condition": "LP",
          "price": 1.75
        },
        {
          "condition": "MP",
          "price": 0.99
        },
        {
          "condition": "HP",
          "price": 0.61
        },
        {
          "condition": "DMG",
          "price": 1.61
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:12:03.158Z",
      "trend_7d": {
        "direction": "up",
        "percent": 0.61
      }
    }
  }
}