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

← Red Flash
Giovanni's Scheme

Giovanni's Scheme

Super Rare #64 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Red Flash · XY
Language
Japanese
TCGplayer
604077
GET /api/v1/pokemon/cards/xy8r_ja-64vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "xy8r_ja-64vh",
    "name": "Giovanni's Scheme",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/64vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/64vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/64vh.large.webp"
      }
    ],
    "expansion": {
      "id": "xy8r_ja",
      "name": "Red Flash",
      "total": 65,
      "language": "Japanese",
      "language_code": "ja",
      "series": "XY",
      "code": "XY8",
      "printed_total": 59,
      "release_date": "2015/09/26",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/xy8r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Red Flash"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "604077",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/64vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/64vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/xy8r_ja/64vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Super Rare",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 82.96,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 82.96
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 118,
          "low": 100.3,
          "high": 135.7,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 41,
          "low": 34.85,
          "high": 47.15,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 322.43,
          "low": 282.89,
          "high": 386.1,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-08-14T05:00:06.526Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}