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

← Dragon Majesty
Switch Raft

Switch Raft

Rare Secret #77 Trainer Item
Illustrator
Yoshinobu Saito
Expansion
Dragon Majesty · Sun & Moon
Language
English
TCGplayer
175507
GET /api/v1/pokemon/cards/sm75-77vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm75-77vh",
    "name": "Switch Raft",
    "number": "77",
    "printed_number": "77",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/77vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/77vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/77vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm75",
      "name": "Dragon Majesty",
      "total": 80,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "DRM",
      "printed_total": 70,
      "release_date": "2018/09/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm75.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "175507",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/77vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/77vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm75/77vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Secret",
    "artist": "Yoshinobu Saito",
    "pricing": {
      "currency": "USD",
      "market": 10.75,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 10.75
        },
        {
          "condition": "MP",
          "price": 9.51
        },
        {
          "condition": "HP",
          "price": 8
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 33.54,
          "low": 14.95,
          "high": 50.55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "5",
          "value": 14,
          "low": 11.9,
          "high": 16.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:56:51.413Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.28
      }
    }
  }
}