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

← Lost Thunder
Counter Gain

Counter Gain

Rare Secret #230 Trainer Pokémon Tool
Illustrator
Toyste Beach
Expansion
Lost Thunder · Sun & Moon
Language
English
TCGplayer
178996
GET /api/v1/pokemon/cards/sm8-230vh?include=prices 200 22ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm8-230vh",
    "name": "Counter Gain",
    "number": "230",
    "printed_number": "230",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/230vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/230vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/230vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm8",
      "name": "Lost Thunder",
      "total": 240,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "LOT",
      "printed_total": 214,
      "release_date": "2018/11/02",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm8.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "178996",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/230vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/230vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm8/230vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Pokémon Tool"
    ],
    "rarity": "Rare Secret",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 8.73,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 8.73
        },
        {
          "condition": "LP",
          "price": 7.74
        },
        {
          "condition": "MP",
          "price": 7.49
        },
        {
          "condition": "HP",
          "price": 5.93
        },
        {
          "condition": "DMG",
          "price": 5
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "9",
          "value": 1.25,
          "low": 1.25,
          "high": 1.25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 23.75,
          "low": 23.5,
          "high": 24,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 22.19,
          "low": 23.03,
          "high": 23.03,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        }
      ],
      "market_updated_at": "2026-09-22T03:30:21.808Z",
      "trend_7d": {
        "direction": "down",
        "percent": -0.8
      }
    }
  }
}