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

← Sword & Shield
Polteageist

Polteageist

Rare #90 Pokémon Stage 1 HP 60
Types
Psychic
Illustrator
Shin Nagasawa
Expansion
Sword & Shield · Sword & Shield
Language
English
TCGplayer
208399

Attacks

Teatime
Colorless

Each player draws 2 cards.

Poltergeist 50
Psychic · Colorless

Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there.

GET /api/v1/pokemon/cards/swsh1-90?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh1-90",
    "name": "Polteageist",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/90.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/90.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/90.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh1",
      "name": "Sword & Shield",
      "total": 216,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "SSH",
      "printed_total": 202,
      "release_date": "2020/02/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "208399",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/90.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/90.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh1/90.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "60",
    "attacks": [
      {
        "cost": [
          "Colorless"
        ],
        "converted_energy_cost": 1,
        "name": "Teatime",
        "text": "Each player draws 2 cards."
      },
      {
        "cost": [
          "Psychic",
          "Colorless"
        ],
        "converted_energy_cost": 2,
        "name": "Poltergeist",
        "text": "Your opponent reveals their hand. This attack does 50 damage for each Trainer card you find there.",
        "damage": "50"
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Rare",
    "artist": "Shin Nagasawa",
    "pricing": {
      "currency": "USD",
      "market": 0.26,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.26
        },
        {
          "condition": "MP",
          "price": 0.17
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:14:03.757Z",
      "trend_7d": {
        "direction": "up",
        "percent": 4
      }
    }
  }
}