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

← Neo Genesis Unlimited
Professor Elm

Professor Elm

Uncommon #96 Trainer
Illustrator
Ken Sugimori
Expansion
Neo Genesis Unlimited · Neo
Language
English
TCGplayer
88388
GET /api/v1/pokemon/cards/neo1-96vuu?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "neo1-96vuu",
    "name": "Professor Elm",
    "number": "96",
    "printed_number": "96",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/96vuu.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/96vuu.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/96vuu.large.webp"
      }
    ],
    "expansion": {
      "id": "neo1-unlimited",
      "name": "Neo Genesis Unlimited",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Neo",
      "printed_total": 111,
      "release_date": "2000/12/16",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/neo1.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88388",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/96vuu.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/96vuu.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/neo1-unlimited/96vuu.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Uncommon",
    "artist": "Ken Sugimori",
    "pricing": {
      "currency": "USD",
      "market": 2.5,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.5
        },
        {
          "condition": "LP",
          "price": 1.28
        },
        {
          "condition": "MP",
          "price": 0.84
        },
        {
          "condition": "HP",
          "price": 0.69
        },
        {
          "condition": "DMG",
          "price": 0.62
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 22,
          "low": 22,
          "high": 22.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "5.5",
          "value": 5,
          "low": 4.25,
          "high": 5.75,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "7",
          "value": 6,
          "low": 5.1,
          "high": 6.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 50,
          "low": 42.5,
          "high": 57.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 5.5,
          "low": 5.5,
          "high": 28,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 8,
          "low": 8,
          "high": 22,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 9.5,
          "low": 8.07,
          "high": 10.93,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 14.1,
          "low": 13.95,
          "high": 14.35,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-22T03:07:16.306Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}