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 #55 Pokémon Basic HP 50
Types
Psychic
Illustrator
Hideaki Hakozaki
Expansion
HeartGold & SoulSilver · HeartGold & SoulSilver
Language
English
TCGplayer
90163

Attacks

Hidden Power 10
Psychic
GET /api/v1/pokemon/cards/hgss1-55?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "hgss1-55",
    "name": "Unown",
    "number": "55",
    "printed_number": "55",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/55.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/55.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/55.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": "90163",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/55.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/55.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/hgss1/55.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "50",
    "abilities": [
      {
        "name": "FLASH",
        "text": "Once during your turn, when you put Unown from your hand onto your Bench, you may look at the top 5 cards of your deck and put them back on top of your deck in any order.",
        "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": 1.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.53
        },
        {
          "condition": "LP",
          "price": 1.19
        },
        {
          "condition": "MP",
          "price": 0.9
        },
        {
          "condition": "HP",
          "price": 0.86
        },
        {
          "condition": "DMG",
          "price": 0.93
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 27.99,
          "low": 23.79,
          "high": 32.19,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 10.5,
          "low": 8.92,
          "high": 12.08,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:33:23.964Z",
      "trend_7d": {
        "direction": "down",
        "percent": -1.29
      }
    }
  }
}