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

← Darkness Ablaze
Galarian Sirfetch'd

Galarian Sirfetch'd

Rare #98
Illustrator
Ryota Murayama
Expansion
Darkness Ablaze · Sword & Shield
Language
English
TCGplayer
219495
GET /api/v1/pokemon/cards/swsh3-98vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh3-98vh",
    "name": "Galarian Sirfetch'd",
    "number": "98",
    "printed_number": "98",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/98vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/98vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/98vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh3",
      "name": "Darkness Ablaze",
      "total": 201,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "DAA",
      "printed_total": 189,
      "release_date": "2020/08/14",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/swsh3.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "219495",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/98vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/98vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh3/98vh.large.webp"
          }
        ]
      }
    ],
    "rarity": "Rare",
    "artist": "Ryota Murayama",
    "pricing": {
      "currency": "USD",
      "market": 2.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.99
        },
        {
          "condition": "LP",
          "price": 2.35
        },
        {
          "condition": "MP",
          "price": 1.99
        },
        {
          "condition": "DMG",
          "price": 1.6
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 16,
          "low": 13.6,
          "high": 18.4,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:05:27.427Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}