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

← Great Encounters
Unown [H]

Unown [H]

Rare #29 Pokémon Basic HP 60
Types
Psychic
Illustrator
Daisuke Ito
Expansion
Great Encounters · Diamond & Pearl
Language
English
TCGplayer
90212

Attacks

Hidden Power 30
Psychic

Discard a card from your hand. (If you can't discard a card from your hand, this attack does nothing.)

GET /api/v1/pokemon/cards/dp4-29vrh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp4-29vrh",
    "name": "Unown [H]",
    "number": "29",
    "printed_number": "29",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/29vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/29vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/29vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp4",
      "name": "Great Encounters",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "GE",
      "printed_total": 106,
      "release_date": "2008/02/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90212",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/29vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/29vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp4/29vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "HEAL",
        "text": "Once during your turn (before your attack), if you have Unown H, Unown E, Unown A, and Unown L on your Bench, you may remove all Special Conditions from 1 of your Active Pokémon.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Hidden Power",
        "text": "Discard a card from your hand. (If you can't discard a card from your hand, this attack does nothing.)",
        "damage": "30"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Rare",
    "artist": "Daisuke Ito",
    "pricing": {
      "currency": "USD",
      "market": 14,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 14
        },
        {
          "condition": "LP",
          "price": 12.12
        },
        {
          "condition": "MP",
          "price": 7.41
        },
        {
          "condition": "HP",
          "price": 6.02
        },
        {
          "condition": "DMG",
          "price": 9.88
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 1,
          "low": 0.85,
          "high": 1.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 299.99,
          "low": 211.5,
          "high": 299.99,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10.55,
          "low": 8.97,
          "high": 12.13,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 49.99,
          "low": 42.49,
          "high": 57.49,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 29.37,
          "low": 28.56,
          "high": 30.19,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-08-30T06:37:24.674Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}