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

← Crimson Invasion
Counter Energy

Counter Energy

Uncommon #100 Energy Special
Expansion
Crimson Invasion · Sun & Moon
Language
English
TCGplayer
149125
GET /api/v1/pokemon/cards/sm4-100?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm4-100",
    "name": "Counter Energy",
    "number": "100",
    "printed_number": "100",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/100.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/100.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/100.large.webp"
      }
    ],
    "expansion": {
      "id": "sm4",
      "name": "Crimson Invasion",
      "total": 126,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CIN",
      "printed_total": 111,
      "release_date": "2017/11/03",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "149125",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/100.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/100.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm4/100.large.webp"
          }
        ]
      }
    ],
    "supertype": "Energy",
    "subtypes": [
      "Special"
    ],
    "rarity": "Uncommon",
    "pricing": {
      "currency": "USD",
      "market": 0.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.6
        },
        {
          "condition": "HP",
          "price": 0.42
        },
        {
          "condition": "DMG",
          "price": 0.58
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 7,
          "low": 5.95,
          "high": 8.05,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:58:38.868Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}