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
Item Finder

Item Finder

Rare #103 Trainer
Illustrator
Keiji Kinebuchi
Expansion
Base Set 2 · Base
Language
English
TCGplayer
42553
GET /api/v1/pokemon/cards/base4-103?include=prices 200 21ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "base4-103",
    "name": "Item Finder",
    "number": "103",
    "printed_number": "103",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/103.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/103.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/103.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": "42553",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/103.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/103.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/base4/103.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "rarity": "Rare",
    "artist": "Keiji Kinebuchi",
    "pricing": {
      "currency": "USD",
      "market": 6.53,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 6.53
        },
        {
          "condition": "LP",
          "price": 6.06
        },
        {
          "condition": "MP",
          "price": 5.52
        },
        {
          "condition": "HP",
          "price": 5.2
        },
        {
          "condition": "DMG",
          "price": 3.54
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "6",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "CGC",
          "grade": "9",
          "value": 6,
          "low": 2,
          "high": 6,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 45.57,
          "low": 39.55,
          "high": 39.55,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 23.51,
          "low": 19.34,
          "high": 34.15,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        }
      ],
      "market_updated_at": "2026-09-21T02:30:41.709Z",
      "trend_7d": {
        "direction": "down",
        "percent": -8.42
      }
    }
  }
}