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

← Supreme Victors
VS Seeker

VS Seeker

Uncommon #140 Trainer Item
Illustrator
Wataru Kawahara
Expansion
Supreme Victors · Platinum
Language
English
TCGplayer
90427
GET /api/v1/pokemon/cards/pl3-140?include=prices 200 41ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl3-140",
    "name": "VS Seeker",
    "number": "140",
    "printed_number": "140",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/140.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/140.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/140.large.webp"
      }
    ],
    "expansion": {
      "id": "pl3",
      "name": "Supreme Victors",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "SV",
      "printed_total": 147,
      "release_date": "2009/08/19",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "90427",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/140.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/140.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl3/140.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Wataru Kawahara",
    "pricing": {
      "currency": "USD",
      "market": 4.93,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.93
        },
        {
          "condition": "LP",
          "price": 3.97
        },
        {
          "condition": "MP",
          "price": 3.76
        },
        {
          "condition": "HP",
          "price": 3.35
        },
        {
          "condition": "DMG",
          "price": 2.9
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "7",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:56:00.782Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}