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

← POP Series 5
Double Rainbow Energy

Double Rainbow Energy

Rare #4 Energy Special
Illustrator
Takumi Akabane
Expansion
POP Series 5 · POP
Language
English
TCGplayer
84894
GET /api/v1/pokemon/cards/pop5-4vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pop5-4vh",
    "name": "Double Rainbow Energy",
    "number": "4",
    "printed_number": "4",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/4vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/4vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/4vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pop5",
      "name": "POP Series 5",
      "total": 17,
      "language": "English",
      "language_code": "en",
      "series": "POP",
      "printed_total": 17,
      "release_date": "2007/03/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pop5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84894",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/4vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/4vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pop5/4vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Rare",
    "artist": "Takumi Akabane",
    "pricing": {
      "currency": "USD",
      "market": 35,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 35
        },
        {
          "condition": "LP",
          "price": 23.47
        },
        {
          "condition": "MP",
          "price": 12.73
        },
        {
          "condition": "HP",
          "price": 9.49
        },
        {
          "condition": "DMG",
          "price": 11.02
        }
      ],
      "graded": [],
      "market_updated_at": "2026-07-28T17:20:46.063Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}