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

← Ruby & Sapphire
Rainbow Energy

Rainbow Energy

Rare #95 Energy Special
Illustrator
Takumi Akabane
Expansion
Ruby & Sapphire · EX
Language
English
TCGplayer
88545
GET /api/v1/pokemon/cards/ex1-95?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "ex1-95",
    "name": "Rainbow Energy",
    "number": "95",
    "printed_number": "95",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/95.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/95.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/95.large.webp"
      }
    ],
    "expansion": {
      "id": "ex1",
      "name": "Ruby & Sapphire",
      "total": 109,
      "language": "English",
      "language_code": "en",
      "series": "EX",
      "code": "RS",
      "printed_total": 109,
      "release_date": "2003/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/ex1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88545",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/95.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/95.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/ex1/95.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Rare",
    "artist": "Takumi Akabane",
    "pricing": {
      "currency": "USD",
      "market": 1.55,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.55
        },
        {
          "condition": "LP",
          "price": 1.32
        },
        {
          "condition": "MP",
          "price": 0.98
        },
        {
          "condition": "HP",
          "price": 0.83
        },
        {
          "condition": "DMG",
          "price": 0.88
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 85,
          "low": 72.25,
          "high": 97.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 4.45,
          "low": 3.78,
          "high": 5.12,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8.5,
          "low": 7.23,
          "high": 9.77,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 28.41,
          "low": 26.81,
          "high": 30,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "8",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:55:46.056Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}