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

← Scarlet & Violet
Switch

Switch

Common #194 Trainer Item
Illustrator
Studio Bora Inc.
Expansion
Scarlet & Violet · Scarlet & Violet
Language
English
TCGplayer
488102
GET /api/v1/pokemon/cards/sv1-194?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sv1-194",
    "name": "Switch",
    "number": "194",
    "printed_number": "194",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/194.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/194.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/194.large.webp"
      }
    ],
    "expansion": {
      "id": "sv1",
      "name": "Scarlet & Violet",
      "total": 258,
      "language": "English",
      "language_code": "en",
      "series": "Scarlet & Violet",
      "code": "SVI",
      "printed_total": 198,
      "release_date": "2023/03/31",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sv1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "488102",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/194.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/194.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sv1/194.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Common",
    "artist": "Studio Bora Inc.",
    "pricing": {
      "currency": "USD",
      "market": 0.2,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.2
        },
        {
          "condition": "LP",
          "price": 0.16
        },
        {
          "condition": "MP",
          "price": 0.04
        },
        {
          "condition": "HP",
          "price": 0.05
        },
        {
          "condition": "DMG",
          "price": 0.01
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 29,
          "low": 24.65,
          "high": 33.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:13:49.240Z",
      "trend_7d": {
        "direction": "down",
        "percent": -17.39
      }
    }
  }
}