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

← Legends Awakened
Unown [W]

Unown [W]

Uncommon #80 Pokémon Basic HP 90
Types
Psychic
Illustrator
Kazuaki Aihara
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
90241

Attacks

Hidden Power 50
Psychic · Colorless · Colorless

Draw a card.

GET /api/v1/pokemon/cards/dp6-80?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-80",
    "name": "Unown [W]",
    "number": "80",
    "printed_number": "80",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/80.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/80.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/80.large.webp"
      }
    ],
    "expansion": {
      "id": "dp6",
      "name": "Legends Awakened",
      "total": 146,
      "language": "English",
      "language_code": "en",
      "series": "Diamond & Pearl",
      "code": "LA",
      "printed_total": 146,
      "release_date": "2008/08/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/dp6.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90241",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/80.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/80.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/80.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "90",
    "abilities": [
      {
        "name": "WALL",
        "text": "As long as Unown W is your Active Pokémon, any damage done to your Pokémon by an opponent's attack is reduced by 10 (after applying Weakness and Resistance).",
        "type": "Poké-Body"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic",
          "Colorless",
          "Colorless"
        ],
        "converted_energy_cost": 3,
        "name": "Hidden Power",
        "text": "Draw a card.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+30"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kazuaki Aihara",
    "pricing": {
      "currency": "USD",
      "market": 2.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.32
        },
        {
          "condition": "LP",
          "price": 1.74
        },
        {
          "condition": "MP",
          "price": 1.22
        },
        {
          "condition": "HP",
          "price": 0.9
        },
        {
          "condition": "DMG",
          "price": 1.3
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 0.99,
          "low": 0.84,
          "high": 1.14,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:52:25.756Z",
      "trend_7d": {
        "direction": "up",
        "percent": 26.09
      }
    }
  }
}