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

← HeartGold & SoulSilver
Unown

Unown

Uncommon #54 Pokémon Basic HP 50
Types
Psychic
Illustrator
Hideaki Hakozaki
Expansion
HeartGold & SoulSilver · HeartGold & SoulSilver
Language
English
TCGplayer
90162

Attacks

Hidden Power 10
Psychic
GET /api/v1/pokemon/cards/hgss1-54?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss1-54",
    "name": "Unown",
    "number": "54",
    "printed_number": "54",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/54.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/54.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/54.large.webp"
      }
    ],
    "expansion": {
      "id": "hgss1",
      "name": "HeartGold & SoulSilver",
      "total": 124,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "HS",
      "printed_total": 123,
      "release_date": "2010/02/10",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/hgss1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90162",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/54.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/54.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/54.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "RETURN",
        "text": "Once during your turn, when you put Unown from your hand onto your Bench, you may return all Energy attached to 1 of your Pokémon to your hand.",
        "type": "Poké-Power"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Hidden Power",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Uncommon",
    "artist": "Hideaki Hakozaki",
    "pricing": {
      "currency": "USD",
      "market": 2.03,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.03
        },
        {
          "condition": "LP",
          "price": 0.62
        },
        {
          "condition": "MP",
          "price": 0.55
        },
        {
          "condition": "HP",
          "price": 0.24
        },
        {
          "condition": "DMG",
          "price": 0.68
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:33:23.964Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}