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 #F Pokémon Basic HP 60
Types
Psychic
Illustrator
Shin-ichi Yoshikawa
Expansion
Unseen Forces · EX
Language
English
TCGplayer
90173

Attacks

Hidden Power 10
Psychic · Colorless

Flip 3 coins. If 1 of them is heads, the Defending Pokémon is now Asleep. If 2 of them are heads, the Defending Pokémon is now Confused. If all of them are heads, the Defending Pokémon is now Paralyzed.

GET /api/v1/pokemon/cards/ex10-Fvh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex10-Fvh",
    "name": "Unown",
    "number": "F",
    "printed_number": "F",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Fvh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Fvh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Fvh.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": "90173",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Fvh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Fvh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex10/Fvh.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": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Hidden Power",
        "text": "Flip 3 coins. If 1 of them is heads, the Defending Pokémon is now Asleep. If 2 of them are heads, the Defending Pokémon is now Confused. If all of them are heads, the Defending Pokémon is now Paralyzed.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin-ichi Yoshikawa",
    "pricing": {
      "currency": "USD",
      "market": 38.94,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 38.94
        },
        {
          "condition": "LP",
          "price": 25.12
        },
        {
          "condition": "MP",
          "price": 22.99
        },
        {
          "condition": "HP",
          "price": 13.93
        },
        {
          "condition": "DMG",
          "price": 10.09
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 99.99,
          "low": 84.99,
          "high": 114.99,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 32,
          "low": 32,
          "high": 32,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 160.01,
          "low": 43.99,
          "high": 193.68,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        }
      ],
      "market_updated_at": "2026-09-15T03:55:36.836Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}