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

← Cosmic Eclipse
Great Catcher

Great Catcher

Rare Secret #264 Trainer Item
Illustrator
Studio Bora Inc.
Expansion
Cosmic Eclipse · Sun & Moon
Language
English
TCGplayer
201627
GET /api/v1/pokemon/cards/sm12-264vh?include=prices 200 19ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm12-264vh",
    "name": "Great Catcher",
    "number": "264",
    "printed_number": "264",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/264vh.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/264vh.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/264vh.large.webp"
      }
    ],
    "expansion": {
      "id": "sm12",
      "name": "Cosmic Eclipse",
      "total": 272,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "CEC",
      "printed_total": 236,
      "release_date": "2019/11/01",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm12.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "201627",
    "variants": [
      {
        "name": "holofoil",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/264vh.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/264vh.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm12/264vh.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Rare Secret",
    "artist": "Studio Bora Inc.",
    "pricing": {
      "currency": "USD",
      "market": 4.84,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 4.84
        },
        {
          "condition": "LP",
          "price": 3.9
        },
        {
          "condition": "MP",
          "price": 4.24
        },
        {
          "condition": "DMG",
          "price": 1.78
        }
      ],
      "graded": [
        {
          "company": "PSA",
          "grade": "10",
          "value": 36.45,
          "low": 44.34,
          "high": 44.34,
          "confidence": "med",
          "value_kind": "blended",
          "sold_count": 1
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 2,
          "low": 1.7,
          "high": 2.3,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "9",
          "value": 9.25,
          "low": 7.86,
          "high": 10.64,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T03:41:57.962Z",
      "trend_7d": {
        "direction": "flat",
        "percent": 0.21
      }
    }
  }
}