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

← Lost Thunder
Unown

Unown

Rare #91 Pokémon Basic HP 60
Types
Psychic
Illustrator
Hasuno
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178902

Attacks

Hidden Power 10
Psychic
GET /api/v1/pokemon/cards/sm8-91vrh?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-91vrh",
    "name": "Unown",
    "number": "91",
    "printed_number": "91",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/91vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/91vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/91vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178902",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/91vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/91vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/91vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Basic"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "abilities": [
      {
        "name": "HAND",
        "text": "Once during your turn (before your attack), if this Pokémon is your Active Pokémon, and if you have 35 or more cards in your hand, you may use this Ability. If you do, you win this game.",
        "type": "Ability"
      }
    ],
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Hidden Power",
        "damage": "10"
      }
    ],
    "weaknesses": [
      {
        "type": "Psychic",
        "value": "×2"
      }
    ],
    "rarity": "Rare",
    "artist": "Hasuno",
    "pricing": {
      "currency": "USD",
      "market": 2.02,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.02
        },
        {
          "condition": "LP",
          "price": 1.64
        },
        {
          "condition": "MP",
          "price": 1.19
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 16.08,
          "low": 19.99,
          "high": 19.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:30:21.808Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}