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

← Fighting Starter Set V
Professor's Research

Professor's Research

Common #20 トレーナー 支援
Illustrator
Yusuke Ohmura
Expansion
Fighting Starter Set V · Sword & Shield
Language
Japanese
TCGplayer
646960
GET /api/v1/pokemon/cards/saf_ja-20vrh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "saf_ja-20vrh",
    "name": "Professor's Research",
    "number": "20",
    "printed_number": "20",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-20vrh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-20vrh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-20vrh.large.webp"
      }
    ],
    "expansion": {
      "id": "saf_ja",
      "name": "Fighting Starter Set V",
      "total": 24,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "SA",
      "printed_total": 24,
      "release_date": "2019/11/29",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/saf_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/saf_ja.symbol.png",
      "translation": {
        "en": {
          "name": "Fighting Starter Set V"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "646960",
    "variants": [
      {
        "name": "reverseHolofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-20vrh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-20vrh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/saf_ja-20vrh.large.webp"
          }
        ]
      }
    ],
    "supertype": "トレーナー",
    "subtypes": [
      "支援"
    ],
    "rarity": "Common",
    "artist": "Yusuke Ohmura",
    "pricing": {
      "currency": "USD",
      "market": 4.7,
      "is_stale": true,
      "conditions": [],
      "graded": [
        {
          "company": "PSA",
          "grade": "9",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:26:45.985Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}