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

← 25th Anniversary Collection
Professor's Research

Professor's Research

Common #3 Trainer Supporter
Illustrator
KIYOTAKA OSHIYAMA
Expansion
25th Anniversary Collection · Sword & Shield
Language
Japanese
TCGplayer
571795
GET /api/v1/pokemon/cards/swsh8a_ja-3vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "swsh8a_ja-3vh",
    "name": "Professor's Research",
    "number": "3",
    "printed_number": "3",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/3vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/3vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/3vh.large.webp"
      }
    ],
    "expansion": {
      "id": "swsh8a_ja",
      "name": "25th Anniversary Collection",
      "total": 38,
      "language": "Japanese",
      "language_code": "ja",
      "series": "Sword & Shield",
      "code": "S8a",
      "printed_total": 28,
      "release_date": "2021/10/22",
      "logo": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8a_ja.logo.png",
      "symbol": "https://api.rip.fun/storage/v1/object/public/tcg/sets/swsh8a_ja.symbol.png",
      "translation": {
        "en": {
          "name": "25th Anniversary Collection"
        }
      }
    },
    "language": "Japanese",
    "language_code": "ja",
    "tcgplayer_id": "571795",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/3vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/3vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/swsh8a_ja/3vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Common",
    "artist": "KIYOTAKA OSHIYAMA",
    "pricing": {
      "currency": "USD",
      "market": 0.32,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.32
        },
        {
          "condition": "LP",
          "price": 0.27
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "10",
          "value": 15,
          "low": 15,
          "high": 36.88,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "BGS",
          "grade": "9.5",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 17.5,
          "low": 16,
          "high": 19.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 16,
          "low": 16,
          "high": 17,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 12,
          "low": 10.2,
          "high": 13.8,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:44:51.776Z",
      "trend_7d": {
        "direction": "down",
        "percent": -17.95
      }
    }
  }
}