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

← Call of Legends
Psychic Energy (Play Pokemon Stamp)

Psychic Energy (Play Pokemon Stamp)

Common #92
Expansion
Call of Legends · HeartGold & SoulSilver
Language
English
TCGplayer
145870
GET /api/v1/pokemon/cards/col1-92vpp?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "col1-92vpp",
    "name": "Psychic Energy (Play Pokemon Stamp)",
    "number": "92",
    "printed_number": "92",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1-92vpp.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1-92vpp.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1-92vpp.large.webp"
      }
    ],
    "expansion": {
      "id": "col1",
      "name": "Call of Legends",
      "total": 106,
      "language": "English",
      "language_code": "en",
      "series": "HeartGold & SoulSilver",
      "code": "CL",
      "printed_total": 95,
      "release_date": "2011/02/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/col1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "145870",
    "variants": [
      {
        "name": "playPokemonStamp",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1-92vpp.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1-92vpp.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/col1-92vpp.large.webp"
          }
        ]
      }
    ],
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 145.31,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 145.31
        },
        {
          "condition": "LP",
          "price": 120.3
        },
        {
          "condition": "MP",
          "price": 140
        },
        {
          "condition": "HP",
          "price": 71.55
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T21:34:59.655Z",
      "trend_7d": {
        "direction": "up",
        "percent": 3.34
      }
    }
  }
}