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

← Snow Hazard
Polteageist

Polteageist

Non #36 Pokémon Stage 1 HP 70
Types
Psychic
Illustrator
Megumi Mizutani
Expansion
Snow Hazard · Scarlet & Violet
Language
Japanese
TCGplayer
567793

Attacks

Antique Collecting
Psychic

Put up to 2 in any combination of Item and Pokémon Tool cards from your discard pile into your hand.

Pouring Tea
Psychic

Put 5 damage counters on your opponent's Active Pokémon.

GET /api/v1/pokemon/cards/sv2p_ja-36?include=prices 200 15ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv2p_ja-36",
    "name": "Polteageist",
    "number": "36",
    "printed_number": "36",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/36.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/36.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/36.large.webp"
      }
    ],
    "expansion": {
      "id": "sv2p_ja",
      "name": "Snow Hazard",
      "total": 99,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Scarlet & Violet",
      "code": "SV2P",
      "printed_total": 71,
      "release_date": "2023/04/14",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv2p_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Snow Hazard"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "567793",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/36.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/36.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv2p_ja/36.large.webp"
          }
        ]
      }
    ],
    "supertype": "Pokémon",
    "subtypes": [
      "Stage 1"
    ],
    "types": [
      "Psychic"
    ],
    "hp": "70",
    "attacks": [
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Antique Collecting",
        "text": "Put up to 2 in any combination of Item and Pokémon Tool cards from your discard pile into your hand."
      },
      {
        "cost": [
          "Psychic"
        ],
        "converted_energy_cost": 1,
        "name": "Pouring Tea",
        "text": "Put 5 damage counters on your opponent's Active Pokémon."
      }
    ],
    "weaknesses": [
      {
        "type": "Darkness",
        "value": "×2"
      }
    ],
    "resistances": [
      {
        "type": "Fighting",
        "value": "-30"
      }
    ],
    "rarity": "Non",
    "artist": "Megumi Mizutani",
    "pricing": {
      "currency": "USD",
      "market": 0.17,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.17
        },
        {
          "condition": "LP",
          "price": 0.15
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T02:55:39.501Z",
      "trend_7d": {
        "direction": "down",
        "percent": -48.48
      }
    }
  }
}