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

← Arceus
Professor Oak's Visit

Professor Oak's Visit

Uncommon #90 Trainer Supporter
Illustrator
Ken Sugimori
Expansion
Arceus · Platinum
Language
English
TCGplayer
88406
GET /api/v1/pokemon/cards/pl4-90?include=prices 200 16ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "pl4-90",
    "name": "Professor Oak's Visit",
    "number": "90",
    "printed_number": "90",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/90.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/90.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/90.large.webp"
      }
    ],
    "expansion": {
      "id": "pl4",
      "name": "Arceus",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Platinum",
      "code": "AR",
      "printed_total": 99,
      "release_date": "2009/11/04",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/pl4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88406",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/90.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/90.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/pl4/90.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Supporter"
    ],
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 0.4,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.4
        },
        {
          "condition": "LP",
          "price": 0.24
        },
        {
          "condition": "MP",
          "price": 0.2
        },
        {
          "condition": "HP",
          "price": 0.29
        },
        {
          "condition": "DMG",
          "price": 0.25
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "6",
          "value": 19.5,
          "low": 16.58,
          "high": 22.42,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T03:38:37.031Z",
      "trend_7d": {
        "direction": "down",
        "percent": -2.44
      }
    }
  }
}