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

← Dark Explorers
Pokémon Catcher

Pokémon Catcher

Rare Secret #111 Trainer Item
Illustrator
5ban Graphics
Expansion
Dark Explorers · Black & White
Language
English
TCGplayer
88212
GET /api/v1/pokemon/cards/bw5-111vh?include=prices 200 18ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "bw5-111vh",
    "name": "Pokémon Catcher",
    "number": "111",
    "printed_number": "111",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/111vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/111vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/111vh.large.webp"
      }
    ],
    "expansion": {
      "id": "bw5",
      "name": "Dark Explorers",
      "total": 111,
      "language": "English",
      "language_code": "en",
      "series": "Black & White",
      "code": "DEX",
      "printed_total": 108,
      "release_date": "2012/05/09",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/bw5.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "88212",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/111vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/111vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/bw5/111vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Secret",
    "artist": "5ban Graphics",
    "pricing": {
      "currency": "USD",
      "market": 115,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 115
        },
        {
          "condition": "LP",
          "price": 99.69
        },
        {
          "condition": "MP",
          "price": 92.24
        },
        {
          "condition": "HP",
          "price": 57.6
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "8.5",
          "value": 126,
          "low": 107.1,
          "high": 144.9,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 750,
          "low": 750,
          "high": 900,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "7",
          "value": 104.5,
          "low": 76,
          "high": 84,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 2
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 112.5,
          "low": 85.52,
          "high": 115.7,
          "confidence": "med",
          "value_kind": "sold",
          "sold_count": 3
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 123,
          "low": 83.99,
          "high": 135,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-22T02:25:34.444Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0
      }
    }
  }
}