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

← Rapid Strike Master
Cheryl

Cheryl

Super Rare #81 Trainer Supporter
Illustrator
Yuu Nishida
Expansion
Rapid Strike Master · Sword & Shield
Language
Japanese
TCGplayer
569122
GET /api/v1/pokemon/cards/swsh5r_ja-81vh?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh5r_ja-81vh",
    "name": "Cheryl",
    "number": "81",
    "printed_number": "81",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/81vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/81vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/81vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh5r_ja",
      "name": "Rapid Strike Master",
      "total": 91,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S5R",
      "printed_total": 70,
      "release_date": "2021/01/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh5r_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Rapid Strike Master"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "569122",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/81vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/81vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh5r_ja/81vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Super Rare",
    "artist": "Yuu Nishida",
    "pricing": {
      "currency": "USD",
      "market": 46.99,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 46.99
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 212,
          "low": 180.2,
          "high": 243.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 34,
          "low": 28.9,
          "high": 39.1,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 100,
          "low": 85,
          "high": 115,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 26.4,
          "low": 22.44,
          "high": 30.36,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 48.1,
          "low": 31.1,
          "high": 64.95,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 4
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 27.44,
          "low": 27.44,
          "high": 31,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:59:13.298Z",
      "trend_7d": {
        "direction": "up",
        "percent": 31.85
      }
    }
  }
}