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

← Destined Rivals
Team Rocket's Proton

Team Rocket's Proton

Ultra Rare #227 Trainer Supporter
Illustrator
Naoki Saito
Expansion
Destined Rivals · Scarlet & Violet
Language
English
TCGplayer
633027
GET /api/v1/pokemon/cards/sv10-227vh?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv10-227vh",
    "name": "Team Rocket's Proton",
    "number": "227",
    "printed_number": "227",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/227vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/227vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/227vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sv10",
      "name": "Destined Rivals",
      "total": 244,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "DRI",
      "printed_total": 182,
      "release_date": "2025/05/30",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/sv10.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "633027",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/227vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/227vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv10/227vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Ultra Rare",
    "artist": "Naoki Saito",
    "pricing": {
      "currency": "USD",
      "market": 2.6,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.6
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "10",
          "value": 41.06,
          "low": 34.9,
          "high": 47.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 33.5,
          "low": 25.5,
          "high": 44,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 18,
          "low": 18,
          "high": 18,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.95,
          "low": 29.24,
          "high": 45.8,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 7
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 13.06,
          "low": 16.5,
          "high": 16.5,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.71,
          "low": 9.9,
          "high": 24.2,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "TAG",
          "grade": "10",
          "value": 35,
          "low": 35,
          "high": 37.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "TAG",
          "grade": "9",
          "value": 9,
          "low": 9,
          "high": 11.87,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:33:09.404Z",
      "trend_7d": {
        "direction": "down",
        "percent": -3.35
      }
    }
  }
}