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

← SM Trainer Kit Alolan Raichu
Psychic Energy

Psychic Energy

Common #20 Energy
Expansion
SM Trainer Kit Alolan Raichu · Sun & Moon
Language
English
TCGplayer
152858
GET /api/v1/pokemon/cards/tk10b-20?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "tk10b-20",
    "name": "Psychic Energy",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-20.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-20.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-20.large.webp"
      }
    ],
    "expansion": {
      "id": "tk10b",
      "name": "SM Trainer Kit Alolan Raichu",
      "total": 30,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "printed_total": 30,
      "release_date": "2017/04/21",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/tk10b.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "152858",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-20.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-20.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/tk10b-20.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "rarity": "Common",
    "pricing": {
      "currency": "USD",
      "market": 0.11,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.11
        },
        {
          "condition": "MP",
          "price": 0.04
        }
      ],
      "graded": [],
      "market_updated_at": "2026-09-21T04:09:57.879Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}