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

← Boundaries Crossed
Computer Search

Computer Search

Rare ACE #137 Trainer ItemACE SPEC
Illustrator
Ryo Ueda
Expansion
Boundaries Crossed · Black & White
Language
English
TCGplayer
84416
GET /api/v1/pokemon/cards/bw7-137vh?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw7-137vh",
    "name": "Computer Search",
    "number": "137",
    "printed_number": "137",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/137vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/137vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/137vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw7",
      "name": "Boundaries Crossed",
      "total": 153,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "BCR",
      "printed_total": 149,
      "release_date": "2012/11/07",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw7.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "84416",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/137vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/137vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw7/137vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item",
      "ACE SPEC"
    ],
    "rarity": "Rare ACE",
    "artist": "Ryo Ueda",
    "pricing": {
      "currency": "USD",
      "market": 15.68,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 15.68
        },
        {
          "condition": "LP",
          "price": 13.49
        },
        {
          "condition": "MP",
          "price": 11.33
        },
        {
          "condition": "HP",
          "price": 9.92
        },
        {
          "condition": "DMG",
          "price": 8.03
        }
      ],
      "graded": [
        {
          "company": "BGS",
          "grade": "8.5",
          "value": 2.25,
          "low": 1.91,
          "high": 2.59,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 77,
          "low": 65.45,
          "high": 88.55,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 26,
          "low": 19.88,
          "high": 26,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 20,
          "low": 17,
          "high": 23,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:52:16.970Z",
      "trend_7d": {
        "direction": "flat",
        "percent": -0.19
      }
    }
  }
}