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

← Majestic Dawn
Unown [P]

Unown [P]

Rare #33 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kent Kanetsuna
Expansion
Majestic Dawn · Diamond & Pearl
Language
English
TCGplayer
90228

Attacks

Hidden Power 20
Psychic

Each player discards the top card of his or her deck. This attack does 20 damage plus 20 more damage for each Unown discarded in this way.

GET /api/v1/pokemon/cards/dp5-33vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp5-33vrh",
    "name": "Unown [P]",
    "number": "33",
    "printed_number": "33",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/33vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/33vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/33vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "dp5",
      "name": "Majestic Dawn",
      "total": 100,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "MD",
      "printed_total": 100,
      "release_date": "2008/05/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90228",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/33vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/33vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp5/33vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "PUT",
        "text": "Once during your turn (before your attack), if Unown P is on your Bench, you may put 1 damage counter on 1 of your Pokémon (excluding any Unown).",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Hidden Power",
        "text": "Each player discards the top card of his or her deck. This attack does 20 damage plus 20 more damage for each Unown discarded in this way.",
        "damage": "20"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Rare",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 5.1,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 5.1
        },
        {
          "condition": "LP",
          "price": 4.68
        },
        {
          "condition": "MP",
          "price": 4.38
        },
        {
          "condition": "HP",
          "price": 3.4
        }
      ],
      "graded": [],
      "market_updated_at": "2026-08-08T03:01:21.336Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}