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

← Shining Legends
Double Colorless Energy

Double Colorless Energy

Uncommon #69 Energy Special
Expansion
Shining Legends · Sun & Moon
Language
English
TCGplayer
146733
GET /api/v1/pokemon/cards/sm35-69vrh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm35-69vrh",
    "name": "Double Colorless Energy",
    "number": "69",
    "printed_number": "69",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/69vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/69vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/69vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm35",
      "name": "Shining Legends",
      "total": 81,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SLG",
      "printed_total": 73,
      "release_date": "2017/10/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "146733",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/69vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/69vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/69vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Uncommon",
    "pricing": {
      "currency": "USD",
      "market": 1.12,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 1.12
        },
        {
          "condition": "LP",
          "price": 0.79
        },
        {
          "condition": "MP",
          "price": 0.62
        },
        {
          "condition": "HP",
          "price": 0.72
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 30.62,
          "low": 26.03,
          "high": 35.21,
          "confidence": "med",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.877Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}