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

← Pokémon GO
Professor's Research

Professor's Research

Rare Ultra #78 Trainer Supporter
Illustrator
Yusuke Kozaki
Expansion
Pokémon GO · Sword & Shield
Language
English
TCGplayer
277009
GET /api/v1/pokemon/cards/pgo-78vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pgo-78vh",
    "name": "Professor's Research",
    "number": "78",
    "printed_number": "78",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/78vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/78vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/78vh.large.webp"
      }
    ],
    "expansion": {
      "id": "pgo",
      "name": "Pokémon GO",
      "total": 88,
      "language": "English",
      "language_code": "en",
      "series": "Sword & Shield",
      "code": "PGO",
      "printed_total": 78,
      "release_date": "2022/07/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pgo.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "277009",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/78vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/78vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pgo/78vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Rare Ultra",
    "artist": "Yusuke Kozaki",
    "pricing": {
      "currency": "USD",
      "market": 2.24,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.24
        },
        {
          "condition": "MP",
          "price": 1.99
        },
        {
          "condition": "HP",
          "price": 1.74
        },
        {
          "condition": "DMG",
          "price": 1.94
        }
      ],
      "graded": [
        {
          "company": "ACE",
          "grade": "9",
          "value": 10.63,
          "low": 9.04,
          "high": 12.22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "10",
          "value": 11.01,
          "low": 7.01,
          "high": 11.01,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "8",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.67,
          "low": 17.59,
          "high": 17.59,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9.5",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 40,
          "low": 31,
          "high": 51,
          "confidence": "high",
          "value_kind": "sold",
          "sold_count": 5
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 39,
          "low": 39,
          "high": 39,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 8.5,
          "low": 8.38,
          "high": 8.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 16.62,
          "low": 16.47,
          "high": 17.03,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:13:21.231Z",
      "trend_7d": {
        "direction": "up",
        "percent": 1.36
      }
    }
  }
}