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

← Base Set 2
Computer Search

Computer Search

Rare #101 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Base Set 2 · Base
Language
English
TCGplayer
42446
GET /api/v1/pokemon/cards/base4-101?include=prices 200 20ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base4-101",
    "name": "Computer Search",
    "number": "101",
    "printed_number": "101",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/101.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/101.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/101.large.webp"
      }
    ],
    "expansion": {
      "id": "base4",
      "name": "Base Set 2",
      "total": 130,
      "language": "English",
      "language_code": "en",
      "series": "Base",
      "code": "B2",
      "printed_total": 130,
      "release_date": "2000/02/24",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/base4.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "42446",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/101.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/101.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/101.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Rare",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 2.79,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 2.79
        },
        {
          "condition": "LP",
          "price": 2.06
        },
        {
          "condition": "MP",
          "price": 1.17
        },
        {
          "condition": "HP",
          "price": 0.98
        },
        {
          "condition": "DMG",
          "price": 0.61
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8",
          "value": 3.9,
          "low": 4.99,
          "high": 4.99,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 10.5,
          "low": 1,
          "high": 10.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 39.59,
          "low": 44.2,
          "high": 49.36,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "6",
          "value": 9,
          "low": 7.65,
          "high": 10.35,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 10,
          "low": 8.5,
          "high": 11.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 20.05,
          "low": 25,
          "high": 25,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 13,
          "low": 13,
          "high": 15.5,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:30:41.709Z",
      "trend_7d": {
        "direction": "up",
        "percent": 2.57
      }
    }
  }
}