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

← Shining Legends
Pokémon Catcher

Pokémon Catcher

Uncommon #64 Trainer Item
Illustrator
Toyste Beach
Expansion
Shining Legends · Sun & Moon
Language
English
TCGplayer
146724
GET /api/v1/pokemon/cards/sm35-64?include=prices 200 17ms
object · 2 keys
{
  "success": true,
  "data": {
    "id": "sm35-64",
    "name": "Pokémon Catcher",
    "number": "64",
    "printed_number": "64",
    "images": [
      {
        "type": "front",
        "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/64.small.webp",
        "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/64.large.webp",
        "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/64.large.webp"
      }
    ],
    "expansion": {
      "id": "sm35",
      "name": "Shining Legends",
      "total": 81,
      "language": "English",
      "language_code": "en",
      "series": "Sun & Moon",
      "code": "SLG",
      "printed_total": 73,
      "release_date": "2017/10/06",
      "logo": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.logo.png",
      "symbol": "https://gjnrvwqtdlspyfpezgox.supabase.co/storage/v1/object/public/tcg/sets/sm35.symbol.png"
    },
    "language": "English",
    "language_code": "en",
    "tcgplayer_id": "146724",
    "variants": [
      {
        "name": "normal",
        "images": [
          {
            "type": "front",
            "small": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/64.small.webp",
            "medium": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/64.large.webp",
            "large": "https://api.rip.fun/storage/v1/object/public/tcg/cards/sm35/64.large.webp"
          }
        ]
      }
    ],
    "supertype": "Trainer",
    "subtypes": [
      "Item"
    ],
    "rarity": "Uncommon",
    "artist": "Toyste Beach",
    "pricing": {
      "currency": "USD",
      "market": 0.13,
      "is_stale": false,
      "conditions": [
        {
          "condition": "NM",
          "price": 0.13
        },
        {
          "condition": "HP",
          "price": 0.05
        }
      ],
      "graded": [
        {
          "company": "CGC",
          "grade": "10",
          "value": 3,
          "low": 2.55,
          "high": 3.45,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "10",
          "value": 19,
          "low": 16.15,
          "high": 21.85,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        },
        {
          "company": "PSA",
          "grade": "8",
          "value": 15,
          "low": 12.75,
          "high": 17.25,
          "confidence": "low",
          "value_kind": "feed",
          "sold_count": 0
        }
      ],
      "market_updated_at": "2026-09-21T02:19:46.877Z",
      "trend_7d": {
        "direction": "up",
        "percent": 30
      }
    }
  }
}