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 [T]

Unown [T]

Uncommon #67 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kazuyuki Kano
Expansion
Mysterious Treasures · Diamond & Pearl
Language
English
TCGplayer
90235

Attacks

Hidden Power
Colorless

Look at your opponent's hand and choose 1 card, then have your opponent shuffle that card into his or her deck. Then, show your opponent your hand and he or she chooses 1 card. Shuffle that card into your deck.

GET /api/v1/pokemon/cards/dp2-67vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp2-67vrh",
    "name": "Unown [T]",
    "number": "67",
    "printed_number": "67",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/67vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/67vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/67vrh.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": "90235",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/67vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/67vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp2/67vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "THROW",
        "text": "Once during your turn (before your attack), if Unown T is your Active Pokémon, you may discard a card from your hand. Then, flip a coin. If heads, put 2 damage counters on 1 of your opponent's Benched Pokémon. This power can't be used if Unown T is affected by a Special Condition.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hidden Power",
        "text": "Look at your opponent's hand and choose 1 card, then have your opponent shuffle that card into his or her deck. Then, show your opponent your hand and he or she chooses 1 card. Shuffle that card into your deck."
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kazuyuki Kano",
    "pricing": {
      "currency": "USD",
      "market": 5.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.12
        },
        {
          "condition": "LP",
          "price": 3.72
        },
        {
          "condition": "MP",
          "price": 1.79
        },
        {
          "condition": "HP",
          "price": 1.64
        },
        {
          "condition": "DMG",
          "price": 1.15
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 23.2,
          "low": 23.2,
          "high": 23.2,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 21.8,
          "low": 24,
          "high": 24,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-08-21T03:20:28.746Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}