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

← Unseen Forces
Unown

Unown

Rare #C Pokémon Basic HP 60
Types
Psychic
Illustrator
Shin-ichi Yoshikawa
Expansion
Unseen Forces · EX
Language
English
TCGplayer
90170

Attacks

Hidden Power
Colorless

Search your opponent's discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your opponent's discard pile.)

GET /api/v1/pokemon/cards/ex10-Cvh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex10-Cvh",
    "name": "Unown",
    "number": "C",
    "printed_number": "C",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Cvh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Cvh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Cvh.large.webp"
      }
    ],
    "expansion": {
      "id": "ex10",
      "name": "Unseen Forces",
      "total": 145,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "UF",
      "printed_total": 115,
      "release_date": "2005/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90170",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Cvh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Cvh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Cvh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "Shuffle",
        "text": "Once during your turn (before your attack), you may search your deck for another Unown and switch it with Unown. (Any cards attached to Unown, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) If you do, put Unown on top of your deck. Shuffle your deck afterward. You can't use more than 1 Shuffle Poké-Power each turn.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Hidden Power",
        "text": "Search your opponent's discard pile for a Supporter card and use the effect of that card as the effect of this attack. (The Supporter card remains in your opponent's discard pile.)"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": 8.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.32
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 118.75,
          "low": 69.59,
          "high": 169.1,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 160,
          "low": 160,
          "high": 160,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 17.75,
          "low": 15.4,
          "high": 18.35,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 20.5,
          "low": 20.5,
          "high": 36.1,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 31.95,
          "low": 27.16,
          "high": 36.74,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 94.99,
          "low": 47,
          "high": 98.19,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 5000,
          "low": 931,
          "high": 7170,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        }
      ],
      "market_updated_at": "2026-09-22T02:21:39.025Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}