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

← Mysterious Treasures
Unown [E]

Unown [E]

Uncommon #65 Pokémon Basic HP 50
Types
Psychic
Illustrator
Daisuke Ito
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
90206

Attacks

Hidden Power
Colorless · Colorless

During your opponent's next turn, whenever your opponent flips a coin, treat it as tails.

GET /api/v1/pokemon/cards/dp2-65?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-65",
    "name": "Unown [E]",
    "number": "65",
    "printed_number": "65",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/65.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/65.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/65.large.webp"
      }
    ],
    "expansion": {
      "id": "dp2",
      "name": "Mysterious Treasures",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MT",
      "printed_total": 123,
      "release_date": "2007/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp2.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90206",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/65.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/65.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/65.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "EQUIP",
        "text": "Once during your turn (before your attack), if Unown E is on your Bench, you may discard all cards attached to Unown E and attach Unown E to 1 of your Pokémon as a Pokémon Tool card. As long as Unown E is attached to a Pokémon, that Pokémon gets +10 HP.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hidden Power",
        "text": "During your opponent's next turn, whenever your opponent flips a coin, treat it as tails."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Daisuke Ito",
    "pricing": {
      "currency": "USD",
      "market": 1.35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.35
        },
        {
          "condition": "LP",
          "price": 0.71
        },
        {
          "condition": "MP",
          "price": 0.52
        },
        {
          "condition": "HP",
          "price": 0.52
        },
        {
          "condition": "DMG",
          "price": 0.5
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-22T03:09:39.295Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.17
      }
    }
  }
}