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 [J]

Unown [J]

Uncommon #76 Pokémon Basic HP 50
Types
Psychic
Illustrator
Kent Kanetsuna
Expansion
Legends Awakened · Diamond & Pearl
Language
English
TCGplayer
90216

Attacks

Hidden Power 10
Psychic

Remove the Special Condition Asleep from the Defending Pokémon.

GET /api/v1/pokemon/cards/dp6-76?include=prices 200 35ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "dp6-76",
    "name": "Unown [J]",
    "number": "76",
    "printed_number": "76",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/76.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/76.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/76.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": "90216",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/76.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/76.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/dp6/76.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "JUNK",
        "text": "Once during your turn, when you put Unown J from your hand onto your Bench, you may flip a coin. If heads, search your discard pile for a Trainer card, show it to your opponent, and put it into your hand.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Hidden Power",
        "text": "Remove the Special Condition Asleep from the Defending Pokémon.",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "+10"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Kent Kanetsuna",
    "pricing": {
      "currency": "USD",
      "market": 3.19,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 3.19
        },
        {
          "condition": "LP",
          "price": 1.7
        },
        {
          "condition": "MP",
          "price": 1.47
        },
        {
          "condition": "HP",
          "price": 1.08
        },
        {
          "condition": "DMG",
          "price": 1.48
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "8",
          "value": 19.5,
          "low": 16.58,
          "high": 22.42,
          "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": "down",
        "percent": -12.36
      }
    }
  }
}